Shades of Mauve #D29CFC
Tints of Mauve #D29CFC
RGB
CMYK
RGB Variations
Color information
#D29CFC (or 0xD29CFC) is known color: Mauve. HEX triplet: D2, 9C and FC. RGB value is (210,156,252). Sum of RGB (Red+Green+Blue) = 210+156+252=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #D29CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CFC is #2D6303. Grayscale: #B6B6B6. Windows color (decimal): -2974468 or 16555218. OLE color: 16555218.
HSL color Cylindrical-coordinate representation of color #D29CFC: hue angle of 273.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29CFC is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 156 | 252 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.01 |
| HSL | 273.75º | 0.94% | 0.8% | - |
| HSV(B) | 273.75º | 0.38% | 0.99% | - |
| XYZ | 56.04 | 44.51 | 97.73 | - |
| YUV | 183.09 | 166.89 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 252 | 0.17 | 0.38 | 0 | 0.01 | 273.75 | 0.94 | 0.8 |
| Hex | D2 | 9C | FC | 11 | 26 | 0 | 1 | 112 | 5E | 50 |
| Octal | 322 | 234 | 374 | 21 | 46 | 0 | 1 | 422 | 136 | 120 |
| Binary | 11010010 | 10011100 | 11111100 | 10001 | 100110 | 0 | 1 | 100010010 | 1011110 | 1010000 |
Color Harmonies of #D29CFC
Complementary color
Monochromatic Colors of #D29CFC
Black with #D29CFC
Text Example
Text Example
White with #D29CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CFC; }
p { color: rgb(210,156,252); }
H1.HeaderClassName
{
color: #D29CFC;
}
.AnyTagClassName
{
color: #D29CFC;
}
</style>
background-color css
<style>
a { background-color: #D29CFC; }
a { background-color: rgb(210,156,252); }
div.DivClassName
{
background-color: #D29CFC;
}
.BgClassName
{
background-color: #D29CFC;
}
</style>
border-color css
<style>
span { border-color: #D29CFC; }
span { border-color: rgb(210,156,252); }
td.TdClassName
{
border-color: #D29CFC;
}
.TagClassName
{
border-color: #D29CFC;
}
</style>