#168 HotPink3
#D75F87
ExtendedHEX#D75F87
RGB215, 95, 135
HSL340°, 60%, 61%
CMYK0%, 56%, 37%, 16%
Xterm ID168
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;168m Background (fondo)
\x1b[48;5;168m Bash echo
echo -e "\033[38;5;168mTexto\033[0m" Python
print(f"\033[38;5;168mTexto\033[0m") CSS
Color HEX
color: #D75F87; Color RGB
color: rgb(215, 95, 135); Background
background-color: #D75F87;