What is the HEX code for pink purple?
The CSS color pink purple in HEX format is #db4bda. Use this value directly in CSS, SVG, and most design tools.
How do I use pink purple in CSS?
To apply pink purple in CSS:
- Text color: color: #db4bda;
- Background: background-color: #db4bda;
- Border: border-color: #db4bda;
What are all the color format values for pink purple?
| Format | Value |
|---|---|
| HEX | #db4bda |
| RGB | rgb(219, 75, 218) |
| HSL | hsl(300.4, 66.7%, 57.6%) |
| CMYK | cmyk(0%, 65.8%, 0.5%, 14.1%) |
How do I convert pink purple to HEX?
Select pink purple from the color name list in our color converter. The HEX value — #db4bda — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pink purple belong to?
pink purple belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 300.4°, saturation 66.7%, lightness 57.6%.
How do I create lighter and darker shades of pink purple?
Lighter variant (lightness 72.6%): #e88be7. Darker variant (lightness 42.6%): #b524b4. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.