Shades of Mauve #D9AFF5
Tints of Mauve #D9AFF5
RGB
CMYK
RGB Variations
Color information
#D9AFF5 (or 0xD9AFF5) is known color: Mauve. HEX triplet: D9, AF and F5. RGB value is (217,175,245). Sum of RGB (Red+Green+Blue) = 217+175+245=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9AFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFF5 is #26500A. Grayscale: #C3C3C3. Windows color (decimal): -2510859 or 16101337. OLE color: 16101337.
HSL color Cylindrical-coordinate representation of color #D9AFF5: hue angle of 276º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9AFF5 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 175 | 245 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.04 |
| HSL | 276º | 0.78% | 0.82% | - |
| HSV(B) | 276º | 0.29% | 0.96% | - |
| XYZ | 60.43 | 52 | 93.24 | - |
| YUV | 195.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 245 | 0.11 | 0.29 | 0 | 0.04 | 276 | 0.78 | 0.82 |
| Hex | D9 | AF | F5 | B | 1D | 0 | 4 | 114 | 4E | 52 |
| Octal | 331 | 257 | 365 | 13 | 35 | 0 | 4 | 424 | 116 | 122 |
| Binary | 11011001 | 10101111 | 11110101 | 1011 | 11101 | 0 | 100 | 100010100 | 1001110 | 1010010 |
Color Harmonies of #D9AFF5
Complementary color
Monochromatic Colors of #D9AFF5
Black with #D9AFF5
Text Example
Text Example
White with #D9AFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFF5; }
p { color: rgb(217,175,245); }
H1.HeaderClassName
{
color: #D9AFF5;
}
.AnyTagClassName
{
color: #D9AFF5;
}
</style>
background-color css
<style>
a { background-color: #D9AFF5; }
a { background-color: rgb(217,175,245); }
div.DivClassName
{
background-color: #D9AFF5;
}
.BgClassName
{
background-color: #D9AFF5;
}
</style>
border-color css
<style>
span { border-color: #D9AFF5; }
span { border-color: rgb(217,175,245); }
td.TdClassName
{
border-color: #D9AFF5;
}
.TagClassName
{
border-color: #D9AFF5;
}
</style>