Shades of Mauve #D1AFF0
Tints of Mauve #D1AFF0
RGB
CMYK
RGB Variations
Color information
#D1AFF0 (or 0xD1AFF0) is known color: Mauve. HEX triplet: D1, AF and F0. RGB value is (209,175,240). Sum of RGB (Red+Green+Blue) = 209+175+240=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AFF0 is #2E500F. Grayscale: #C0C0C0. Windows color (decimal): -3035152 or 15773649. OLE color: 15773649.
HSL color Cylindrical-coordinate representation of color #D1AFF0: hue angle of 271.38º degrees, saturation: 0.68, 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 #D1AFF0 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 175 | 240 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.06 |
| HSL | 271.38º | 0.68% | 0.81% | - |
| HSV(B) | 271.38º | 0.27% | 0.94% | - |
| XYZ | 57.35 | 50.51 | 89.16 | - |
| YUV | 192.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 240 | 0.13 | 0.27 | 0 | 0.06 | 271.38 | 0.68 | 0.81 |
| Hex | D1 | AF | F0 | D | 1B | 0 | 6 | 10F | 44 | 51 |
| Octal | 321 | 257 | 360 | 15 | 33 | 0 | 6 | 417 | 104 | 121 |
| Binary | 11010001 | 10101111 | 11110000 | 1101 | 11011 | 0 | 110 | 100001111 | 1000100 | 1010001 |
Color Harmonies of #D1AFF0
Complementary color
Monochromatic Colors of #D1AFF0
Black with #D1AFF0
Text Example
Text Example
White with #D1AFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFF0; }
p { color: rgb(209,175,240); }
H1.HeaderClassName
{
color: #D1AFF0;
}
.AnyTagClassName
{
color: #D1AFF0;
}
</style>
background-color css
<style>
a { background-color: #D1AFF0; }
a { background-color: rgb(209,175,240); }
div.DivClassName
{
background-color: #D1AFF0;
}
.BgClassName
{
background-color: #D1AFF0;
}
</style>
border-color css
<style>
span { border-color: #D1AFF0; }
span { border-color: rgb(209,175,240); }
td.TdClassName
{
border-color: #D1AFF0;
}
.TagClassName
{
border-color: #D1AFF0;
}
</style>