Shades of Mauve #D2A6F9
Tints of Mauve #D2A6F9
RGB
CMYK
RGB Variations
Color information
#D2A6F9 (or 0xD2A6F9) is known color: Mauve. HEX triplet: D2, A6 and F9. RGB value is (210,166,249). Sum of RGB (Red+Green+Blue) = 210+166+249=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2A6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A6F9 is #2D5906. Grayscale: #BCBCBC. Windows color (decimal): -2971911 or 16361170. OLE color: 16361170.
HSL color Cylindrical-coordinate representation of color #D2A6F9: hue angle of 271.81º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2A6F9 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 166 | 249 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.02 |
| HSL | 271.81º | 0.87% | 0.81% | - |
| HSV(B) | 271.81º | 0.33% | 0.98% | - |
| XYZ | 57.31 | 47.81 | 95.83 | - |
| YUV | 188.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 249 | 0.16 | 0.33 | 0 | 0.02 | 271.81 | 0.87 | 0.81 |
| Hex | D2 | A6 | F9 | 10 | 21 | 0 | 2 | 110 | 57 | 51 |
| Octal | 322 | 246 | 371 | 20 | 41 | 0 | 2 | 420 | 127 | 121 |
| Binary | 11010010 | 10100110 | 11111001 | 10000 | 100001 | 0 | 10 | 100010000 | 1010111 | 1010001 |
Color Harmonies of #D2A6F9
Complementary color
Monochromatic Colors of #D2A6F9
Black with #D2A6F9
Text Example
Text Example
White with #D2A6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A6F9; }
p { color: rgb(210,166,249); }
H1.HeaderClassName
{
color: #D2A6F9;
}
.AnyTagClassName
{
color: #D2A6F9;
}
</style>
background-color css
<style>
a { background-color: #D2A6F9; }
a { background-color: rgb(210,166,249); }
div.DivClassName
{
background-color: #D2A6F9;
}
.BgClassName
{
background-color: #D2A6F9;
}
</style>
border-color css
<style>
span { border-color: #D2A6F9; }
span { border-color: rgb(210,166,249); }
td.TdClassName
{
border-color: #D2A6F9;
}
.TagClassName
{
border-color: #D2A6F9;
}
</style>