Shades of Mauve #D2AFEF
Tints of Mauve #D2AFEF
RGB
CMYK
RGB Variations
Color information
#D2AFEF (or 0xD2AFEF) is known color: Mauve. HEX triplet: D2, AF and EF. RGB value is (210,175,239). Sum of RGB (Red+Green+Blue) = 210+175+239=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFEF is #2D5010. Grayscale: #C0C0C0. Windows color (decimal): -2969617 or 15708114. OLE color: 15708114.
HSL color Cylindrical-coordinate representation of color #D2AFEF: hue angle of 272.81º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2AFEF is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 175 | 239 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.06 |
| HSL | 272.81º | 0.67% | 0.81% | - |
| HSV(B) | 272.81º | 0.27% | 0.94% | - |
| XYZ | 57.49 | 50.59 | 88.4 | - |
| YUV | 192.76 | 154.1 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 239 | 0.12 | 0.27 | 0 | 0.06 | 272.81 | 0.67 | 0.81 |
| Hex | D2 | AF | EF | C | 1B | 0 | 6 | 111 | 43 | 51 |
| Octal | 322 | 257 | 357 | 14 | 33 | 0 | 6 | 421 | 103 | 121 |
| Binary | 11010010 | 10101111 | 11101111 | 1100 | 11011 | 0 | 110 | 100010001 | 1000011 | 1010001 |
Color Harmonies of #D2AFEF
Complementary color
Monochromatic Colors of #D2AFEF
Black with #D2AFEF
Text Example
Text Example
White with #D2AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFEF; }
p { color: rgb(210,175,239); }
H1.HeaderClassName
{
color: #D2AFEF;
}
.AnyTagClassName
{
color: #D2AFEF;
}
</style>
background-color css
<style>
a { background-color: #D2AFEF; }
a { background-color: rgb(210,175,239); }
div.DivClassName
{
background-color: #D2AFEF;
}
.BgClassName
{
background-color: #D2AFEF;
}
</style>
border-color css
<style>
span { border-color: #D2AFEF; }
span { border-color: rgb(210,175,239); }
td.TdClassName
{
border-color: #D2AFEF;
}
.TagClassName
{
border-color: #D2AFEF;
}
</style>