Shades of Mauve #D29FF7
Tints of Mauve #D29FF7
RGB
CMYK
RGB Variations
Color information
#D29FF7 (or 0xD29FF7) is known color: Mauve. HEX triplet: D2, 9F and F7. RGB value is (210,159,247). Sum of RGB (Red+Green+Blue) = 210+159+247=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #D29FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FF7 is #2D6008. Grayscale: #B7B7B7. Windows color (decimal): -2973705 or 16228306. OLE color: 16228306.
HSL color Cylindrical-coordinate representation of color #D29FF7: hue angle of 274.77º degrees, saturation: 0.85, 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 #D29FF7 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 159 | 247 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.03 |
| HSL | 274.77º | 0.85% | 0.8% | - |
| HSV(B) | 274.77º | 0.36% | 0.97% | - |
| XYZ | 55.76 | 45.21 | 93.78 | - |
| YUV | 184.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 247 | 0.15 | 0.36 | 0 | 0.03 | 274.77 | 0.85 | 0.8 |
| Hex | D2 | 9F | F7 | F | 24 | 0 | 3 | 113 | 55 | 50 |
| Octal | 322 | 237 | 367 | 17 | 44 | 0 | 3 | 423 | 125 | 120 |
| Binary | 11010010 | 10011111 | 11110111 | 1111 | 100100 | 0 | 11 | 100010011 | 1010101 | 1010000 |
Color Harmonies of #D29FF7
Complementary color
Monochromatic Colors of #D29FF7
Black with #D29FF7
Text Example
Text Example
White with #D29FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FF7; }
p { color: rgb(210,159,247); }
H1.HeaderClassName
{
color: #D29FF7;
}
.AnyTagClassName
{
color: #D29FF7;
}
</style>
background-color css
<style>
a { background-color: #D29FF7; }
a { background-color: rgb(210,159,247); }
div.DivClassName
{
background-color: #D29FF7;
}
.BgClassName
{
background-color: #D29FF7;
}
</style>
border-color css
<style>
span { border-color: #D29FF7; }
span { border-color: rgb(210,159,247); }
td.TdClassName
{
border-color: #D29FF7;
}
.TagClassName
{
border-color: #D29FF7;
}
</style>