Shades of Mauve #D2AFFD
Tints of Mauve #D2AFFD
RGB
CMYK
RGB Variations
Color information
#D2AFFD (or 0xD2AFFD) is known color: Mauve. HEX triplet: D2, AF and FD. RGB value is (210,175,253). Sum of RGB (Red+Green+Blue) = 210+175+253=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFFD is #2D5002. Grayscale: #C2C2C2. Windows color (decimal): -2969603 or 16625618. OLE color: 16625618.
HSL color Cylindrical-coordinate representation of color #D2AFFD: hue angle of 266.92º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2AFFD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 175 | 253 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.01 |
| HSL | 266.92º | 0.95% | 0.84% | - |
| HSV(B) | 266.92º | 0.31% | 0.99% | - |
| XYZ | 59.64 | 51.45 | 99.72 | - |
| YUV | 194.36 | 161.1 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 253 | 0.17 | 0.31 | 0 | 0.01 | 266.92 | 0.95 | 0.84 |
| Hex | D2 | AF | FD | 11 | 1F | 0 | 1 | 10B | 5F | 54 |
| Octal | 322 | 257 | 375 | 21 | 37 | 0 | 1 | 413 | 137 | 124 |
| Binary | 11010010 | 10101111 | 11111101 | 10001 | 11111 | 0 | 1 | 100001011 | 1011111 | 1010100 |
Color Harmonies of #D2AFFD
Complementary color
Monochromatic Colors of #D2AFFD
Black with #D2AFFD
Text Example
Text Example
White with #D2AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFFD; }
p { color: rgb(210,175,253); }
H1.HeaderClassName
{
color: #D2AFFD;
}
.AnyTagClassName
{
color: #D2AFFD;
}
</style>
background-color css
<style>
a { background-color: #D2AFFD; }
a { background-color: rgb(210,175,253); }
div.DivClassName
{
background-color: #D2AFFD;
}
.BgClassName
{
background-color: #D2AFFD;
}
</style>
border-color css
<style>
span { border-color: #D2AFFD; }
span { border-color: rgb(210,175,253); }
td.TdClassName
{
border-color: #D2AFFD;
}
.TagClassName
{
border-color: #D2AFFD;
}
</style>