Shades of Mauve #D2AFFA
Tints of Mauve #D2AFFA
RGB
CMYK
RGB Variations
Color information
#D2AFFA (or 0xD2AFFA) is known color: Mauve. HEX triplet: D2, AF and FA. RGB value is (210,175,250). Sum of RGB (Red+Green+Blue) = 210+175+250=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFFA is #2D5005. Grayscale: #C1C1C1. Windows color (decimal): -2969606 or 16429010. OLE color: 16429010.
HSL color Cylindrical-coordinate representation of color #D2AFFA: hue angle of 268º degrees, saturation: 0.88, 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 #D2AFFA is Cyan = 0.16, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 175 | 250 | - |
| CMYK | 0.16 | 0.3 | 0 | 0.02 |
| HSL | 268º | 0.88% | 0.83% | - |
| HSV(B) | 268º | 0.3% | 0.98% | - |
| XYZ | 59.16 | 51.26 | 97.22 | - |
| YUV | 194.02 | 159.6 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 250 | 0.16 | 0.3 | 0 | 0.02 | 268 | 0.88 | 0.83 |
| Hex | D2 | AF | FA | 10 | 1E | 0 | 2 | 10C | 58 | 53 |
| Octal | 322 | 257 | 372 | 20 | 36 | 0 | 2 | 414 | 130 | 123 |
| Binary | 11010010 | 10101111 | 11111010 | 10000 | 11110 | 0 | 10 | 100001100 | 1011000 | 1010011 |
Color Harmonies of #D2AFFA
Complementary color
Monochromatic Colors of #D2AFFA
Black with #D2AFFA
Text Example
Text Example
White with #D2AFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFFA; }
p { color: rgb(210,175,250); }
H1.HeaderClassName
{
color: #D2AFFA;
}
.AnyTagClassName
{
color: #D2AFFA;
}
</style>
background-color css
<style>
a { background-color: #D2AFFA; }
a { background-color: rgb(210,175,250); }
div.DivClassName
{
background-color: #D2AFFA;
}
.BgClassName
{
background-color: #D2AFFA;
}
</style>
border-color css
<style>
span { border-color: #D2AFFA; }
span { border-color: rgb(210,175,250); }
td.TdClassName
{
border-color: #D2AFFA;
}
.TagClassName
{
border-color: #D2AFFA;
}
</style>