Shades of Mauve #D29FF8
Tints of Mauve #D29FF8
RGB
CMYK
RGB Variations
Color information
#D29FF8 (or 0xD29FF8) is known color: Mauve. HEX triplet: D2, 9F and F8. RGB value is (210,159,248). Sum of RGB (Red+Green+Blue) = 210+159+248=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #D29FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FF8 is #2D6007. Grayscale: #B8B8B8. Windows color (decimal): -2973704 or 16293842. OLE color: 16293842.
HSL color Cylindrical-coordinate representation of color #D29FF8: hue angle of 274.38º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D29FF8 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 159 | 248 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.03 |
| HSL | 274.38º | 0.86% | 0.8% | - |
| HSV(B) | 274.38º | 0.36% | 0.97% | - |
| XYZ | 55.92 | 45.28 | 94.6 | - |
| YUV | 184.4 | 163.9 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 248 | 0.15 | 0.36 | 0 | 0.03 | 274.38 | 0.86 | 0.8 |
| Hex | D2 | 9F | F8 | F | 24 | 0 | 3 | 112 | 56 | 50 |
| Octal | 322 | 237 | 370 | 17 | 44 | 0 | 3 | 422 | 126 | 120 |
| Binary | 11010010 | 10011111 | 11111000 | 1111 | 100100 | 0 | 11 | 100010010 | 1010110 | 1010000 |
Color Harmonies of #D29FF8
Complementary color
Monochromatic Colors of #D29FF8
Black with #D29FF8
Text Example
Text Example
White with #D29FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FF8; }
p { color: rgb(210,159,248); }
H1.HeaderClassName
{
color: #D29FF8;
}
.AnyTagClassName
{
color: #D29FF8;
}
</style>
background-color css
<style>
a { background-color: #D29FF8; }
a { background-color: rgb(210,159,248); }
div.DivClassName
{
background-color: #D29FF8;
}
.BgClassName
{
background-color: #D29FF8;
}
</style>
border-color css
<style>
span { border-color: #D29FF8; }
span { border-color: rgb(210,159,248); }
td.TdClassName
{
border-color: #D29FF8;
}
.TagClassName
{
border-color: #D29FF8;
}
</style>