Shades of Mauve #D9A2EF
Tints of Mauve #D9A2EF
RGB
CMYK
RGB Variations
Color information
#D9A2EF (or 0xD9A2EF) is known color: Mauve. HEX triplet: D9, A2 and EF. RGB value is (217,162,239). Sum of RGB (Red+Green+Blue) = 217+162+239=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9A2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A2EF is #265D10. Grayscale: #BABABA. Windows color (decimal): -2514193 or 15704793. OLE color: 15704793.
HSL color Cylindrical-coordinate representation of color #D9A2EF: hue angle of 282.86º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9A2EF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 162 | 239 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.06 |
| HSL | 282.86º | 0.71% | 0.79% | - |
| HSV(B) | 282.86º | 0.32% | 0.94% | - |
| XYZ | 57.12 | 46.82 | 87.69 | - |
| YUV | 187.22 | 157.22 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 239 | 0.09 | 0.32 | 0 | 0.06 | 282.86 | 0.71 | 0.79 |
| Hex | D9 | A2 | EF | 9 | 20 | 0 | 6 | 11B | 47 | 4F |
| Octal | 331 | 242 | 357 | 11 | 40 | 0 | 6 | 433 | 107 | 117 |
| Binary | 11011001 | 10100010 | 11101111 | 1001 | 100000 | 0 | 110 | 100011011 | 1000111 | 1001111 |
Color Harmonies of #D9A2EF
Complementary color
Monochromatic Colors of #D9A2EF
Black with #D9A2EF
Text Example
Text Example
White with #D9A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A2EF; }
p { color: rgb(217,162,239); }
H1.HeaderClassName
{
color: #D9A2EF;
}
.AnyTagClassName
{
color: #D9A2EF;
}
</style>
background-color css
<style>
a { background-color: #D9A2EF; }
a { background-color: rgb(217,162,239); }
div.DivClassName
{
background-color: #D9A2EF;
}
.BgClassName
{
background-color: #D9A2EF;
}
</style>
border-color css
<style>
span { border-color: #D9A2EF; }
span { border-color: rgb(217,162,239); }
td.TdClassName
{
border-color: #D9A2EF;
}
.TagClassName
{
border-color: #D9A2EF;
}
</style>