What is the RGB code for deeppink?
The CSS color deeppink in RGB format is rgb(255, 20, 147). Use this value directly in CSS, SVG, and most design tools.
How do I use deeppink in CSS?
To apply deeppink in CSS:
- Text color: color: rgb(255, 20, 147);
- Background: background-color: rgb(255, 20, 147);
- Border: border-color: rgb(255, 20, 147);
What are all the color format values for deeppink?
| Format | Value |
|---|---|
| HEX | #ff1493 |
| RGB | rgb(255, 20, 147) |
| HSL | hsl(327.6, 100%, 53.9%) |
| CMYK | cmyk(0%, 92.2%, 42.4%, 0%) |
How do I convert deeppink to RGB?
Select deeppink from the color name list in our color converter. The RGB value — rgb(255, 20, 147) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does deeppink belong to?
deeppink belongs to the pink color family. It is a medium, vivid color with HSL values: hue 327.6°, saturation 100%, lightness 53.9%.
How do I create lighter and darker shades of deeppink?
Lighter variant (lightness 68.9%): #ff60b6. Darker variant (lightness 38.9%): #c6006b. 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.