Shades of Mauve #D9A7FF
Tints of Mauve #D9A7FF
RGB
CMYK
RGB Variations
Color information
#D9A7FF (or 0xD9A7FF) is known color: Mauve. HEX triplet: D9, A7 and FF. RGB value is (217,167,255). Sum of RGB (Red+Green+Blue) = 217+167+255=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 167 (65.62% from 255 or 26.13% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A7FF is #265800. Grayscale: #BFBFBF. Windows color (decimal): -2512897 or 16754649. OLE color: 16754649.
HSL color Cylindrical-coordinate representation of color #D9A7FF: hue angle of 274.09º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9A7FF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 167 | 255 | - |
| CMYK | 0.15 | 0.35 | 0 | 0 |
| HSL | 274.09º | 1% | 0.83% | - |
| HSV(B) | 274.09º | 0.35% | 1% | - |
| XYZ | 60.48 | 49.61 | 101 | - |
| YUV | 191.98 | 163.57 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 255 | 0.15 | 0.35 | 0 | 0 | 274.09 | 1 | 0.83 |
| Hex | D9 | A7 | FF | F | 23 | 0 | 0 | 112 | 64 | 53 |
| Octal | 331 | 247 | 377 | 17 | 43 | 0 | 0 | 422 | 144 | 123 |
| Binary | 11011001 | 10100111 | 11111111 | 1111 | 100011 | 0 | 0 | 100010010 | 1100100 | 1010011 |
Color Harmonies of #D9A7FF
Complementary color
Monochromatic Colors of #D9A7FF
Black with #D9A7FF
Text Example
Text Example
White with #D9A7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A7FF; }
p { color: rgb(217,167,255); }
H1.HeaderClassName
{
color: #D9A7FF;
}
.AnyTagClassName
{
color: #D9A7FF;
}
</style>
background-color css
<style>
a { background-color: #D9A7FF; }
a { background-color: rgb(217,167,255); }
div.DivClassName
{
background-color: #D9A7FF;
}
.BgClassName
{
background-color: #D9A7FF;
}
</style>
border-color css
<style>
span { border-color: #D9A7FF; }
span { border-color: rgb(217,167,255); }
td.TdClassName
{
border-color: #D9A7FF;
}
.TagClassName
{
border-color: #D9A7FF;
}
</style>