Shades of Mauve #D2AFF2
Tints of Mauve #D2AFF2
RGB
CMYK
RGB Variations
Color information
#D2AFF2 (or 0xD2AFF2) is known color: Mauve. HEX triplet: D2, AF and F2. RGB value is (210,175,242). Sum of RGB (Red+Green+Blue) = 210+175+242=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #D2AFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFF2 is #2D500D. Grayscale: #C0C0C0. Windows color (decimal): -2969614 or 15904722. OLE color: 15904722.
HSL color Cylindrical-coordinate representation of color #D2AFF2: hue angle of 271.34º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2AFF2 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 175 | 242 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.05 |
| HSL | 271.34º | 0.72% | 0.82% | - |
| HSV(B) | 271.34º | 0.28% | 0.95% | - |
| XYZ | 57.94 | 50.77 | 90.75 | - |
| YUV | 193.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 242 | 0.13 | 0.28 | 0 | 0.05 | 271.34 | 0.72 | 0.82 |
| Hex | D2 | AF | F2 | D | 1C | 0 | 5 | 10F | 48 | 52 |
| Octal | 322 | 257 | 362 | 15 | 34 | 0 | 5 | 417 | 110 | 122 |
| Binary | 11010010 | 10101111 | 11110010 | 1101 | 11100 | 0 | 101 | 100001111 | 1001000 | 1010010 |
Color Harmonies of #D2AFF2
Complementary color
Monochromatic Colors of #D2AFF2
Black with #D2AFF2
Text Example
Text Example
White with #D2AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFF2; }
p { color: rgb(210,175,242); }
H1.HeaderClassName
{
color: #D2AFF2;
}
.AnyTagClassName
{
color: #D2AFF2;
}
</style>
background-color css
<style>
a { background-color: #D2AFF2; }
a { background-color: rgb(210,175,242); }
div.DivClassName
{
background-color: #D2AFF2;
}
.BgClassName
{
background-color: #D2AFF2;
}
</style>
border-color css
<style>
span { border-color: #D2AFF2; }
span { border-color: rgb(210,175,242); }
td.TdClassName
{
border-color: #D2AFF2;
}
.TagClassName
{
border-color: #D2AFF2;
}
</style>