Shades of Mauve #D2AFF9
Tints of Mauve #D2AFF9
RGB
CMYK
RGB Variations
Color information
#D2AFF9 (or 0xD2AFF9) is known color: Mauve. HEX triplet: D2, AF and F9. RGB value is (210,175,249). Sum of RGB (Red+Green+Blue) = 210+175+249=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2AFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFF9 is #2D5006. Grayscale: #C1C1C1. Windows color (decimal): -2969607 or 16363474. OLE color: 16363474.
HSL color Cylindrical-coordinate representation of color #D2AFF9: hue angle of 268.38º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2AFF9 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 175 | 249 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.02 |
| HSL | 268.38º | 0.86% | 0.83% | - |
| HSV(B) | 268.38º | 0.3% | 0.98% | - |
| XYZ | 59.01 | 51.2 | 96.4 | - |
| YUV | 193.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 249 | 0.16 | 0.30 | 0 | 0.02 | 268.38 | 0.86 | 0.83 |
| Hex | D2 | AF | F9 | 10 | 1E | 0 | 2 | 10C | 56 | 53 |
| Octal | 322 | 257 | 371 | 20 | 36 | 0 | 2 | 414 | 126 | 123 |
| Binary | 11010010 | 10101111 | 11111001 | 10000 | 11110 | 0 | 10 | 100001100 | 1010110 | 1010011 |
Color Harmonies of #D2AFF9
Complementary color
Monochromatic Colors of #D2AFF9
Black with #D2AFF9
Text Example
Text Example
White with #D2AFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFF9; }
p { color: rgb(210,175,249); }
H1.HeaderClassName
{
color: #D2AFF9;
}
.AnyTagClassName
{
color: #D2AFF9;
}
</style>
background-color css
<style>
a { background-color: #D2AFF9; }
a { background-color: rgb(210,175,249); }
div.DivClassName
{
background-color: #D2AFF9;
}
.BgClassName
{
background-color: #D2AFF9;
}
</style>
border-color css
<style>
span { border-color: #D2AFF9; }
span { border-color: rgb(210,175,249); }
td.TdClassName
{
border-color: #D2AFF9;
}
.TagClassName
{
border-color: #D2AFF9;
}
</style>