Shades of Mauve #D29AFA
Tints of Mauve #D29AFA
RGB
CMYK
RGB Variations
Color information
#D29AFA (or 0xD29AFA) is known color: Mauve. HEX triplet: D2, 9A and FA. RGB value is (210,154,250). Sum of RGB (Red+Green+Blue) = 210+154+250=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #D29AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AFA is #2D6505. Grayscale: #B5B5B5. Windows color (decimal): -2974982 or 16423634. OLE color: 16423634.
HSL color Cylindrical-coordinate representation of color #D29AFA: hue angle of 275º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29AFA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 154 | 250 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.02 |
| HSL | 275º | 0.91% | 0.79% | - |
| HSV(B) | 275º | 0.38% | 0.98% | - |
| XYZ | 55.39 | 43.71 | 95.96 | - |
| YUV | 181.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 250 | 0.16 | 0.38 | 0 | 0.02 | 275 | 0.91 | 0.79 |
| Hex | D2 | 9A | FA | 10 | 26 | 0 | 2 | 113 | 5B | 4F |
| Octal | 322 | 232 | 372 | 20 | 46 | 0 | 2 | 423 | 133 | 117 |
| Binary | 11010010 | 10011010 | 11111010 | 10000 | 100110 | 0 | 10 | 100010011 | 1011011 | 1001111 |
Color Harmonies of #D29AFA
Complementary color
Monochromatic Colors of #D29AFA
Black with #D29AFA
Text Example
Text Example
White with #D29AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29AFA; }
p { color: rgb(210,154,250); }
H1.HeaderClassName
{
color: #D29AFA;
}
.AnyTagClassName
{
color: #D29AFA;
}
</style>
background-color css
<style>
a { background-color: #D29AFA; }
a { background-color: rgb(210,154,250); }
div.DivClassName
{
background-color: #D29AFA;
}
.BgClassName
{
background-color: #D29AFA;
}
</style>
border-color css
<style>
span { border-color: #D29AFA; }
span { border-color: rgb(210,154,250); }
td.TdClassName
{
border-color: #D29AFA;
}
.TagClassName
{
border-color: #D29AFA;
}
</style>