Shades of Mauve #D9A6FA
Tints of Mauve #D9A6FA
RGB
CMYK
RGB Variations
Color information
#D9A6FA (or 0xD9A6FA) is known color: Mauve. HEX triplet: D9, A6 and FA. RGB value is (217,166,250). Sum of RGB (Red+Green+Blue) = 217+166+250=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 166 (65.23% from 255 or 26.22% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A6FA is #265905. Grayscale: #BEBEBE. Windows color (decimal): -2513158 or 16426713. OLE color: 16426713.
HSL color Cylindrical-coordinate representation of color #D9A6FA: hue angle of 276.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9A6FA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 166 | 250 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.02 |
| HSL | 276.43º | 0.89% | 0.82% | - |
| HSV(B) | 276.43º | 0.34% | 0.98% | - |
| XYZ | 59.51 | 48.93 | 96.75 | - |
| YUV | 190.83 | 161.4 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 250 | 0.13 | 0.34 | 0 | 0.02 | 276.43 | 0.89 | 0.82 |
| Hex | D9 | A6 | FA | D | 22 | 0 | 2 | 114 | 59 | 52 |
| Octal | 331 | 246 | 372 | 15 | 42 | 0 | 2 | 424 | 131 | 122 |
| Binary | 11011001 | 10100110 | 11111010 | 1101 | 100010 | 0 | 10 | 100010100 | 1011001 | 1010010 |
Color Harmonies of #D9A6FA
Complementary color
Monochromatic Colors of #D9A6FA
Black with #D9A6FA
Text Example
Text Example
White with #D9A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A6FA; }
p { color: rgb(217,166,250); }
H1.HeaderClassName
{
color: #D9A6FA;
}
.AnyTagClassName
{
color: #D9A6FA;
}
</style>
background-color css
<style>
a { background-color: #D9A6FA; }
a { background-color: rgb(217,166,250); }
div.DivClassName
{
background-color: #D9A6FA;
}
.BgClassName
{
background-color: #D9A6FA;
}
</style>
border-color css
<style>
span { border-color: #D9A6FA; }
span { border-color: rgb(217,166,250); }
td.TdClassName
{
border-color: #D9A6FA;
}
.TagClassName
{
border-color: #D9A6FA;
}
</style>