Shades of Mauve #D29AF7
Tints of Mauve #D29AF7
RGB
CMYK
RGB Variations
Color information
#D29AF7 (or 0xD29AF7) is known color: Mauve. HEX triplet: D2, 9A and F7. RGB value is (210,154,247). Sum of RGB (Red+Green+Blue) = 210+154+247=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #D29AF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AF7 is #2D6508. Grayscale: #B5B5B5. Windows color (decimal): -2974985 or 16227026. OLE color: 16227026.
HSL color Cylindrical-coordinate representation of color #D29AF7: hue angle of 276.13º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29AF7 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 154 | 247 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.03 |
| HSL | 276.13º | 0.85% | 0.79% | - |
| HSV(B) | 276.13º | 0.38% | 0.97% | - |
| XYZ | 54.92 | 43.53 | 93.5 | - |
| YUV | 181.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 247 | 0.15 | 0.38 | 0 | 0.03 | 276.13 | 0.85 | 0.79 |
| Hex | D2 | 9A | F7 | F | 26 | 0 | 3 | 114 | 55 | 4F |
| Octal | 322 | 232 | 367 | 17 | 46 | 0 | 3 | 424 | 125 | 117 |
| Binary | 11010010 | 10011010 | 11110111 | 1111 | 100110 | 0 | 11 | 100010100 | 1010101 | 1001111 |
Color Harmonies of #D29AF7
Complementary color
Monochromatic Colors of #D29AF7
Black with #D29AF7
Text Example
Text Example
White with #D29AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29AF7; }
p { color: rgb(210,154,247); }
H1.HeaderClassName
{
color: #D29AF7;
}
.AnyTagClassName
{
color: #D29AF7;
}
</style>
background-color css
<style>
a { background-color: #D29AF7; }
a { background-color: rgb(210,154,247); }
div.DivClassName
{
background-color: #D29AF7;
}
.BgClassName
{
background-color: #D29AF7;
}
</style>
border-color css
<style>
span { border-color: #D29AF7; }
span { border-color: rgb(210,154,247); }
td.TdClassName
{
border-color: #D29AF7;
}
.TagClassName
{
border-color: #D29AF7;
}
</style>