Shades of Mauve #D29EF4
Tints of Mauve #D29EF4
RGB
CMYK
RGB Variations
Color information
#D29EF4 (or 0xD29EF4) is known color: Mauve. HEX triplet: D2, 9E and F4. RGB value is (210,158,244). Sum of RGB (Red+Green+Blue) = 210+158+244=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #D29EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EF4 is #2D610B. Grayscale: #B7B7B7. Windows color (decimal): -2973964 or 16031442. OLE color: 16031442.
HSL color Cylindrical-coordinate representation of color #D29EF4: hue angle of 276.28º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D29EF4 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 158 | 244 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.04 |
| HSL | 276.28º | 0.8% | 0.79% | - |
| HSV(B) | 276.28º | 0.35% | 0.96% | - |
| XYZ | 55.13 | 44.69 | 91.31 | - |
| YUV | 183.35 | 162.23 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 244 | 0.14 | 0.35 | 0 | 0.04 | 276.28 | 0.8 | 0.79 |
| Hex | D2 | 9E | F4 | E | 23 | 0 | 4 | 114 | 50 | 4F |
| Octal | 322 | 236 | 364 | 16 | 43 | 0 | 4 | 424 | 120 | 117 |
| Binary | 11010010 | 10011110 | 11110100 | 1110 | 100011 | 0 | 100 | 100010100 | 1010000 | 1001111 |
Color Harmonies of #D29EF4
Complementary color
Monochromatic Colors of #D29EF4
Black with #D29EF4
Text Example
Text Example
White with #D29EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EF4; }
p { color: rgb(210,158,244); }
H1.HeaderClassName
{
color: #D29EF4;
}
.AnyTagClassName
{
color: #D29EF4;
}
</style>
background-color css
<style>
a { background-color: #D29EF4; }
a { background-color: rgb(210,158,244); }
div.DivClassName
{
background-color: #D29EF4;
}
.BgClassName
{
background-color: #D29EF4;
}
</style>
border-color css
<style>
span { border-color: #D29EF4; }
span { border-color: rgb(210,158,244); }
td.TdClassName
{
border-color: #D29EF4;
}
.TagClassName
{
border-color: #D29EF4;
}
</style>