Shades of Mauve #D99AFF
Tints of Mauve #D99AFF
RGB
CMYK
RGB Variations
Color information
#D99AFF (or 0xD99AFF) is known color: Mauve. HEX triplet: D9, 9A and FF. RGB value is (217,154,255). Sum of RGB (Red+Green+Blue) = 217+154+255=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #D99AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99AFF is #266500. Grayscale: #B8B8B8. Windows color (decimal): -2516225 or 16751321. OLE color: 16751321.
HSL color Cylindrical-coordinate representation of color #D99AFF: hue angle of 277.43º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D99AFF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 154 | 255 | - |
| CMYK | 0.15 | 0.40 | 0 | 0 |
| HSL | 277.43º | 1% | 0.8% | - |
| HSV(B) | 277.43º | 0.4% | 1% | - |
| XYZ | 58.22 | 45.08 | 100.24 | - |
| YUV | 184.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 255 | 0.15 | 0.40 | 0 | 0 | 277.43 | 1 | 0.8 |
| Hex | D9 | 9A | FF | F | 28 | 0 | 0 | 115 | 64 | 50 |
| Octal | 331 | 232 | 377 | 17 | 50 | 0 | 0 | 425 | 144 | 120 |
| Binary | 11011001 | 10011010 | 11111111 | 1111 | 101000 | 0 | 0 | 100010101 | 1100100 | 1010000 |
Color Harmonies of #D99AFF
Complementary color
Monochromatic Colors of #D99AFF
Black with #D99AFF
Text Example
Text Example
White with #D99AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AFF; }
p { color: rgb(217,154,255); }
H1.HeaderClassName
{
color: #D99AFF;
}
.AnyTagClassName
{
color: #D99AFF;
}
</style>
background-color css
<style>
a { background-color: #D99AFF; }
a { background-color: rgb(217,154,255); }
div.DivClassName
{
background-color: #D99AFF;
}
.BgClassName
{
background-color: #D99AFF;
}
</style>
border-color css
<style>
span { border-color: #D99AFF; }
span { border-color: rgb(217,154,255); }
td.TdClassName
{
border-color: #D99AFF;
}
.TagClassName
{
border-color: #D99AFF;
}
</style>