Shades of Mauve #D29AFE
Tints of Mauve #D29AFE
RGB
CMYK
RGB Variations
Color information
#D29AFE (or 0xD29AFE) is known color: Mauve. HEX triplet: D2, 9A and FE. RGB value is (210,154,254). Sum of RGB (Red+Green+Blue) = 210+154+254=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #D29AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AFE is #2D6501. Grayscale: #B5B5B5. Windows color (decimal): -2974978 or 16685778. OLE color: 16685778.
HSL color Cylindrical-coordinate representation of color #D29AFE: hue angle of 273.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D29AFE is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 154 | 254 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.00 |
| HSL | 273.6º | 0.98% | 0.8% | - |
| HSV(B) | 273.6º | 0.39% | 1% | - |
| XYZ | 56.02 | 43.97 | 99.3 | - |
| YUV | 182.14 | 168.55 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 254 | 0.17 | 0.39 | 0 | 0.00 | 273.6 | 0.98 | 0.8 |
| Hex | D2 | 9A | FE | 11 | 27 | 0 | 0 | 112 | 62 | 50 |
| Octal | 322 | 232 | 376 | 21 | 47 | 0 | 0 | 422 | 142 | 120 |
| Binary | 11010010 | 10011010 | 11111110 | 10001 | 100111 | 0 | 0 | 100010010 | 1100010 | 1010000 |
Color Harmonies of #D29AFE
Complementary color
Monochromatic Colors of #D29AFE
Black with #D29AFE
Text Example
Text Example
White with #D29AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29AFE; }
p { color: rgb(210,154,254); }
H1.HeaderClassName
{
color: #D29AFE;
}
.AnyTagClassName
{
color: #D29AFE;
}
</style>
background-color css
<style>
a { background-color: #D29AFE; }
a { background-color: rgb(210,154,254); }
div.DivClassName
{
background-color: #D29AFE;
}
.BgClassName
{
background-color: #D29AFE;
}
</style>
border-color css
<style>
span { border-color: #D29AFE; }
span { border-color: rgb(210,154,254); }
td.TdClassName
{
border-color: #D29AFE;
}
.TagClassName
{
border-color: #D29AFE;
}
</style>