What is the HEX code for pale magenta?
The CSS color pale magenta in HEX format is #d767ad. Use this value directly in CSS, SVG, and most design tools.
How do I use pale magenta in CSS?
To apply pale magenta in CSS:
- Text color: color: #d767ad;
- Background: background-color: #d767ad;
- Border: border-color: #d767ad;
What are all the color format values for pale magenta?
| Format | Value |
|---|---|
| HEX | #d767ad |
| RGB | rgb(215, 103, 173) |
| HSL | hsl(322.5, 58.3%, 62.4%) |
| CMYK | cmyk(0%, 52.1%, 19.5%, 15.7%) |
How do I convert pale magenta to HEX?
Select pale magenta from the color name list in our color converter. The HEX value — #d767ad — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pale magenta belong to?
pale magenta belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 322.5°, saturation 58.3%, lightness 62.4%.
How do I create lighter and darker shades of pale magenta?
Lighter variant (lightness 77.4%): #e7a4ce. Darker variant (lightness 47.4%): #bf328a. 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.