#165 Magenta2
#D700FF
ExtendedHEX#D700FF
RGB215, 0, 255
HSL291°, 100%, 50%
CMYK16%, 100%, 0%, 0%
Xterm ID165
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;165m Background (fondo)
\x1b[48;5;165m Bash echo
echo -e "\033[38;5;165mTexto\033[0m" Python
print(f"\033[38;5;165mTexto\033[0m") CSS
Color HEX
color: #D700FF; Color RGB
color: rgb(215, 0, 255); Background
background-color: #D700FF;