Shades of Mauve #D29DFE
Tints of Mauve #D29DFE
RGB
CMYK
RGB Variations
Color information
#D29DFE (or 0xD29DFE) is known color: Mauve. HEX triplet: D2, 9D and FE. RGB value is (210,157,254). Sum of RGB (Red+Green+Blue) = 210+157+254=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #D29DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DFE is #2D6201. Grayscale: #B7B7B7. Windows color (decimal): -2974210 or 16686546. OLE color: 16686546.
HSL color Cylindrical-coordinate representation of color #D29DFE: hue angle of 272.78º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29DFE is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 157 | 254 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.00 |
| HSL | 272.78º | 0.98% | 0.81% | - |
| HSV(B) | 272.78º | 0.38% | 1% | - |
| XYZ | 56.52 | 44.97 | 99.47 | - |
| YUV | 183.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 254 | 0.17 | 0.38 | 0 | 0.00 | 272.78 | 0.98 | 0.81 |
| Hex | D2 | 9D | FE | 11 | 26 | 0 | 0 | 111 | 62 | 51 |
| Octal | 322 | 235 | 376 | 21 | 46 | 0 | 0 | 421 | 142 | 121 |
| Binary | 11010010 | 10011101 | 11111110 | 10001 | 100110 | 0 | 0 | 100010001 | 1100010 | 1010001 |
Color Harmonies of #D29DFE
Complementary color
Monochromatic Colors of #D29DFE
Black with #D29DFE
Text Example
Text Example
White with #D29DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DFE; }
p { color: rgb(210,157,254); }
H1.HeaderClassName
{
color: #D29DFE;
}
.AnyTagClassName
{
color: #D29DFE;
}
</style>
background-color css
<style>
a { background-color: #D29DFE; }
a { background-color: rgb(210,157,254); }
div.DivClassName
{
background-color: #D29DFE;
}
.BgClassName
{
background-color: #D29DFE;
}
</style>
border-color css
<style>
span { border-color: #D29DFE; }
span { border-color: rgb(210,157,254); }
td.TdClassName
{
border-color: #D29DFE;
}
.TagClassName
{
border-color: #D29DFE;
}
</style>