Deep Pink Hex Code — #FF1493
RGB, HSL, and CMYK values for Deep Pink.
Deep Pink Color Values
| Format | Value |
|---|---|
| HEX | #FF1493 |
| RGB | rgb(255, 20, 147) |
| HSL | hsl(328, 100%, 54%) |
| CMYK | cmyk(0%, 92%, 42%, 0%) |
Want to explore more shades? Use our Color Converter
About Deep Pink
Color psychology: Passion, excitement.
Deep Pink (#FF1493) is a medium shade of pink. It's commonly used in web design, graphic design, and branding where passion, excitement are desired associations.
How to Use Deep Pink in CSS
/* Using HEX */ color: #FF1493; background-color: #FF1493; /* Using RGB */ color: rgb(255, 20, 147); /* Using HSL */ color: hsl(328, 100%, 54%);