What is the RGB code for deep pink?
The CSS color deep pink in RGB format is rgb(203, 1, 98). Use this value directly in CSS, SVG, and most design tools.
How do I use deep pink in CSS?
To apply deep pink in CSS:
- Text color: color: rgb(203, 1, 98);
- Background: background-color: rgb(203, 1, 98);
- Border: border-color: rgb(203, 1, 98);
What are all the color format values for deep pink?
| Format | Value |
|---|---|
| HEX | #cb0162 |
| RGB | rgb(203, 1, 98) |
| HSL | hsl(331.2, 99%, 40%) |
| CMYK | cmyk(0%, 99.5%, 51.7%, 20.4%) |
How do I convert deep pink to RGB?
Select deep pink from the color name list in our color converter. The RGB value — rgb(203, 1, 98) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does deep pink belong to?
deep pink belongs to the pink color family. It is a medium, vivid color with HSL values: hue 331.2°, saturation 99%, lightness 40%.
How do I create lighter and darker shades of deep pink?
Lighter variant (lightness 55%): #fe1b88. Darker variant (lightness 25%): #7f013d. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.