#164 Magenta3
#D700D7
ExtendedHEX#D700D7
RGB215, 0, 215
HSL300°, 100%, 42%
CMYK0%, 100%, 0%, 16%
Xterm ID164
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;164m Background (fondo)
\x1b[48;5;164m Bash echo
echo -e "\033[38;5;164mTexto\033[0m" Python
print(f"\033[38;5;164mTexto\033[0m") CSS
Color HEX
color: #D700D7; Color RGB
color: rgb(215, 0, 215); Background
background-color: #D700D7;