What is the RGB code for lipstick?
The CSS color lipstick in RGB format is rgb(213, 23, 78). Use this value directly in CSS, SVG, and most design tools.
How do I use lipstick in CSS?
To apply lipstick in CSS:
- Text color: color: rgb(213, 23, 78);
- Background: background-color: rgb(213, 23, 78);
- Border: border-color: rgb(213, 23, 78);
What are all the color format values for lipstick?
| Format | Value |
|---|---|
| HEX | #d5174e |
| RGB | rgb(213, 23, 78) |
| HSL | hsl(342.6, 80.5%, 46.3%) |
| CMYK | cmyk(0%, 89.2%, 63.4%, 16.5%) |
How do I convert lipstick to RGB?
Select lipstick from the color name list in our color converter. The RGB value — rgb(213, 23, 78) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does lipstick belong to?
lipstick belongs to the pink color family. It is a medium, vivid color with HSL values: hue 342.6°, saturation 80.5%, lightness 46.3%.
How do I create lighter and darker shades of lipstick?
Lighter variant (lightness 61.3%): #ec4d7b. Darker variant (lightness 31.299999999999997%): #901035. 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.