#200 Magenta2
#FF00D7
ExtendedHEX#FF00D7
RGB255, 0, 215
HSL309°, 100%, 50%
CMYK0%, 100%, 16%, 0%
Xterm ID200
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;200m Background (fondo)
\x1b[48;5;200m Bash echo
echo -e "\033[38;5;200mTexto\033[0m" Python
print(f"\033[38;5;200mTexto\033[0m") CSS
Color HEX
color: #FF00D7; Color RGB
color: rgb(255, 0, 215); Background
background-color: #FF00D7;