Shades of Mauve #D9AFF1
Tints of Mauve #D9AFF1
RGB
CMYK
RGB Variations
Color information
#D9AFF1 (or 0xD9AFF1) is known color: Mauve. HEX triplet: D9, AF and F1. RGB value is (217,175,241). Sum of RGB (Red+Green+Blue) = 217+175+241=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9AFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFF1 is #26500E. Grayscale: #C2C2C2. Windows color (decimal): -2510863 or 15839193. OLE color: 15839193.
HSL color Cylindrical-coordinate representation of color #D9AFF1: hue angle of 278.18º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9AFF1 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 175 | 241 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.05 |
| HSL | 278.18º | 0.7% | 0.82% | - |
| HSV(B) | 278.18º | 0.27% | 0.95% | - |
| XYZ | 59.82 | 51.76 | 90.06 | - |
| YUV | 195.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 241 | 0.10 | 0.27 | 0 | 0.05 | 278.18 | 0.7 | 0.82 |
| Hex | D9 | AF | F1 | A | 1B | 0 | 5 | 116 | 46 | 52 |
| Octal | 331 | 257 | 361 | 12 | 33 | 0 | 5 | 426 | 106 | 122 |
| Binary | 11011001 | 10101111 | 11110001 | 1010 | 11011 | 0 | 101 | 100010110 | 1000110 | 1010010 |
Color Harmonies of #D9AFF1
Complementary color
Monochromatic Colors of #D9AFF1
Black with #D9AFF1
Text Example
Text Example
White with #D9AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFF1; }
p { color: rgb(217,175,241); }
H1.HeaderClassName
{
color: #D9AFF1;
}
.AnyTagClassName
{
color: #D9AFF1;
}
</style>
background-color css
<style>
a { background-color: #D9AFF1; }
a { background-color: rgb(217,175,241); }
div.DivClassName
{
background-color: #D9AFF1;
}
.BgClassName
{
background-color: #D9AFF1;
}
</style>
border-color css
<style>
span { border-color: #D9AFF1; }
span { border-color: rgb(217,175,241); }
td.TdClassName
{
border-color: #D9AFF1;
}
.TagClassName
{
border-color: #D9AFF1;
}
</style>