What is the HSL code for purpleish pink?
The CSS color purpleish pink in HSL format is hsl(309.5, 69.4%, 59%). Use this value directly in CSS, SVG, and most design tools.
How do I use purpleish pink in CSS?
To apply purpleish pink in CSS:
- Text color: color: hsl(309.5, 69.4%, 59%);
- Background: background-color: hsl(309.5, 69.4%, 59%);
- Border: border-color: hsl(309.5, 69.4%, 59%);
What are all the color format values for purpleish pink?
| Format | Value |
|---|---|
| HEX | #df4ec8 |
| RGB | rgb(223, 78, 200) |
| HSL | hsl(309.5, 69.4%, 59%) |
| CMYK | cmyk(0%, 65%, 10.3%, 12.5%) |
How do I convert purpleish pink to HSL?
Select purpleish pink from the color name list in our color converter. The HSL value — hsl(309.5, 69.4%, 59%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purpleish pink belong to?
purpleish pink belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 309.5°, saturation 69.4%, lightness 59%.
How do I create lighter and darker shades of purpleish pink?
Lighter variant (lightness 74%): #eb8fdc. Darker variant (lightness 44%): #be22a5. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.