Shades of Mauve #D9A6FE
Tints of Mauve #D9A6FE
RGB
CMYK
RGB Variations
Color information
#D9A6FE (or 0xD9A6FE) is known color: Mauve. HEX triplet: D9, A6 and FE. RGB value is (217,166,254). Sum of RGB (Red+Green+Blue) = 217+166+254=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 166 (65.23% from 255 or 26.06% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A6FE is #265901. Grayscale: #BEBEBE. Windows color (decimal): -2513154 or 16688857. OLE color: 16688857.
HSL color Cylindrical-coordinate representation of color #D9A6FE: hue angle of 274.77º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9A6FE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 166 | 254 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.00 |
| HSL | 274.77º | 0.98% | 0.82% | - |
| HSV(B) | 274.77º | 0.35% | 1% | - |
| XYZ | 60.14 | 49.18 | 100.09 | - |
| YUV | 191.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 254 | 0.15 | 0.35 | 0 | 0.00 | 274.77 | 0.98 | 0.82 |
| Hex | D9 | A6 | FE | F | 23 | 0 | 0 | 113 | 62 | 52 |
| Octal | 331 | 246 | 376 | 17 | 43 | 0 | 0 | 423 | 142 | 122 |
| Binary | 11011001 | 10100110 | 11111110 | 1111 | 100011 | 0 | 0 | 100010011 | 1100010 | 1010010 |
Color Harmonies of #D9A6FE
Complementary color
Monochromatic Colors of #D9A6FE
Black with #D9A6FE
Text Example
Text Example
White with #D9A6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A6FE; }
p { color: rgb(217,166,254); }
H1.HeaderClassName
{
color: #D9A6FE;
}
.AnyTagClassName
{
color: #D9A6FE;
}
</style>
background-color css
<style>
a { background-color: #D9A6FE; }
a { background-color: rgb(217,166,254); }
div.DivClassName
{
background-color: #D9A6FE;
}
.BgClassName
{
background-color: #D9A6FE;
}
</style>
border-color css
<style>
span { border-color: #D9A6FE; }
span { border-color: rgb(217,166,254); }
td.TdClassName
{
border-color: #D9A6FE;
}
.TagClassName
{
border-color: #D9A6FE;
}
</style>