#175 Pink3
#D787AF
ExtendedHEX#D787AF
RGB215, 135, 175
HSL330°, 50%, 69%
CMYK0%, 37%, 19%, 16%
Xterm ID175
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;175m Background (fondo)
\x1b[48;5;175m Bash echo
echo -e "\033[38;5;175mTexto\033[0m" Python
print(f"\033[38;5;175mTexto\033[0m") CSS
Color HEX
color: #D787AF; Color RGB
color: rgb(215, 135, 175); Background
background-color: #D787AF;