Shades of Mauve #D1AFF2
Tints of Mauve #D1AFF2
RGB
CMYK
RGB Variations
Color information
#D1AFF2 (or 0xD1AFF2) is known color: Mauve. HEX triplet: D1, AF and F2. RGB value is (209,175,242). Sum of RGB (Red+Green+Blue) = 209+175+242=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1AFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AFF2 is #2E500D. Grayscale: #C0C0C0. Windows color (decimal): -3035150 or 15904721. OLE color: 15904721.
HSL color Cylindrical-coordinate representation of color #D1AFF2: hue angle of 270.45º 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 #D1AFF2 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 175 | 242 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.05 |
| HSL | 270.45º | 0.72% | 0.82% | - |
| HSV(B) | 270.45º | 0.28% | 0.95% | - |
| XYZ | 57.65 | 50.63 | 90.74 | - |
| YUV | 192.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 242 | 0.14 | 0.28 | 0 | 0.05 | 270.45 | 0.72 | 0.82 |
| Hex | D1 | AF | F2 | E | 1C | 0 | 5 | 10E | 48 | 52 |
| Octal | 321 | 257 | 362 | 16 | 34 | 0 | 5 | 416 | 110 | 122 |
| Binary | 11010001 | 10101111 | 11110010 | 1110 | 11100 | 0 | 101 | 100001110 | 1001000 | 1010010 |
Color Harmonies of #D1AFF2
Complementary color
Monochromatic Colors of #D1AFF2
Black with #D1AFF2
Text Example
Text Example
White with #D1AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFF2; }
p { color: rgb(209,175,242); }
H1.HeaderClassName
{
color: #D1AFF2;
}
.AnyTagClassName
{
color: #D1AFF2;
}
</style>
background-color css
<style>
a { background-color: #D1AFF2; }
a { background-color: rgb(209,175,242); }
div.DivClassName
{
background-color: #D1AFF2;
}
.BgClassName
{
background-color: #D1AFF2;
}
</style>
border-color css
<style>
span { border-color: #D1AFF2; }
span { border-color: rgb(209,175,242); }
td.TdClassName
{
border-color: #D1AFF2;
}
.TagClassName
{
border-color: #D1AFF2;
}
</style>