Shades of Mauve #D1AFF6
Tints of Mauve #D1AFF6
RGB
CMYK
RGB Variations
Color information
#D1AFF6 (or 0xD1AFF6) is known color: Mauve. HEX triplet: D1, AF and F6. RGB value is (209,175,246). Sum of RGB (Red+Green+Blue) = 209+175+246=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1AFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AFF6 is #2E5009. Grayscale: #C1C1C1. Windows color (decimal): -3035146 or 16166865. OLE color: 16166865.
HSL color Cylindrical-coordinate representation of color #D1AFF6: hue angle of 268.73º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1AFF6 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 175 | 246 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.04 |
| HSL | 268.73º | 0.8% | 0.83% | - |
| HSV(B) | 268.73º | 0.29% | 0.96% | - |
| XYZ | 58.26 | 50.87 | 93.94 | - |
| YUV | 193.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 246 | 0.15 | 0.29 | 0 | 0.04 | 268.73 | 0.8 | 0.83 |
| Hex | D1 | AF | F6 | F | 1D | 0 | 4 | 10D | 50 | 53 |
| Octal | 321 | 257 | 366 | 17 | 35 | 0 | 4 | 415 | 120 | 123 |
| Binary | 11010001 | 10101111 | 11110110 | 1111 | 11101 | 0 | 100 | 100001101 | 1010000 | 1010011 |
Color Harmonies of #D1AFF6
Complementary color
Monochromatic Colors of #D1AFF6
Black with #D1AFF6
Text Example
Text Example
White with #D1AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFF6; }
p { color: rgb(209,175,246); }
H1.HeaderClassName
{
color: #D1AFF6;
}
.AnyTagClassName
{
color: #D1AFF6;
}
</style>
background-color css
<style>
a { background-color: #D1AFF6; }
a { background-color: rgb(209,175,246); }
div.DivClassName
{
background-color: #D1AFF6;
}
.BgClassName
{
background-color: #D1AFF6;
}
</style>
border-color css
<style>
span { border-color: #D1AFF6; }
span { border-color: rgb(209,175,246); }
td.TdClassName
{
border-color: #D1AFF6;
}
.TagClassName
{
border-color: #D1AFF6;
}
</style>