Shades of Mauve #D4A9FE
Tints of Mauve #D4A9FE
RGB
CMYK
RGB Variations
Color information
#D4A9FE (or 0xD4A9FE) is known color: Mauve. HEX triplet: D4, A9 and FE. RGB value is (212,169,254). Sum of RGB (Red+Green+Blue) = 212+169+254=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 169 (66.41% from 255 or 26.61% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A9FE is #2B5601. Grayscale: #BFBFBF. Windows color (decimal): -2840066 or 16689620. OLE color: 16689620.
HSL color Cylindrical-coordinate representation of color #D4A9FE: hue angle of 270.35º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A9FE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 169 | 254 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.00 |
| HSL | 270.35º | 0.98% | 0.83% | - |
| HSV(B) | 270.35º | 0.33% | 1% | - |
| XYZ | 59.23 | 49.53 | 100.2 | - |
| YUV | 191.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 254 | 0.17 | 0.33 | 0 | 0.00 | 270.35 | 0.98 | 0.83 |
| Hex | D4 | A9 | FE | 11 | 21 | 0 | 0 | 10E | 62 | 53 |
| Octal | 324 | 251 | 376 | 21 | 41 | 0 | 0 | 416 | 142 | 123 |
| Binary | 11010100 | 10101001 | 11111110 | 10001 | 100001 | 0 | 0 | 100001110 | 1100010 | 1010011 |
Color Harmonies of #D4A9FE
Complementary color
Monochromatic Colors of #D4A9FE
Black with #D4A9FE
Text Example
Text Example
White with #D4A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A9FE; }
p { color: rgb(212,169,254); }
H1.HeaderClassName
{
color: #D4A9FE;
}
.AnyTagClassName
{
color: #D4A9FE;
}
</style>
background-color css
<style>
a { background-color: #D4A9FE; }
a { background-color: rgb(212,169,254); }
div.DivClassName
{
background-color: #D4A9FE;
}
.BgClassName
{
background-color: #D4A9FE;
}
</style>
border-color css
<style>
span { border-color: #D4A9FE; }
span { border-color: rgb(212,169,254); }
td.TdClassName
{
border-color: #D4A9FE;
}
.TagClassName
{
border-color: #D4A9FE;
}
</style>