#53 DeepPink4
#5F005F
ExtendedHEX#5F005F
RGB95, 0, 95
HSL300°, 100%, 19%
CMYK0%, 100%, 0%, 63%
Xterm ID53
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;53m Background (fondo)
\x1b[48;5;53m Bash echo
echo -e "\033[38;5;53mTexto\033[0m" Python
print(f"\033[38;5;53mTexto\033[0m") CSS
Color HEX
color: #5F005F; Color RGB
color: rgb(95, 0, 95); Background
background-color: #5F005F;