Shades of Mauve #D99AFC
Tints of Mauve #D99AFC
RGB
CMYK
RGB Variations
Color information
#D99AFC (or 0xD99AFC) is known color: Mauve. HEX triplet: D9, 9A and FC. RGB value is (217,154,252). Sum of RGB (Red+Green+Blue) = 217+154+252=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 154 (60.55% from 255 or 24.72% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #D99AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99AFC is #266503. Grayscale: #B7B7B7. Windows color (decimal): -2516228 or 16554713. OLE color: 16554713.
HSL color Cylindrical-coordinate representation of color #D99AFC: hue angle of 278.57º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D99AFC is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 154 | 252 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.01 |
| HSL | 278.57º | 0.94% | 0.8% | - |
| HSV(B) | 278.57º | 0.39% | 0.99% | - |
| XYZ | 57.74 | 44.89 | 97.72 | - |
| YUV | 184.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 252 | 0.14 | 0.39 | 0 | 0.01 | 278.57 | 0.94 | 0.8 |
| Hex | D9 | 9A | FC | E | 27 | 0 | 1 | 117 | 5E | 50 |
| Octal | 331 | 232 | 374 | 16 | 47 | 0 | 1 | 427 | 136 | 120 |
| Binary | 11011001 | 10011010 | 11111100 | 1110 | 100111 | 0 | 1 | 100010111 | 1011110 | 1010000 |
Color Harmonies of #D99AFC
Complementary color
Monochromatic Colors of #D99AFC
Black with #D99AFC
Text Example
Text Example
White with #D99AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AFC; }
p { color: rgb(217,154,252); }
H1.HeaderClassName
{
color: #D99AFC;
}
.AnyTagClassName
{
color: #D99AFC;
}
</style>
background-color css
<style>
a { background-color: #D99AFC; }
a { background-color: rgb(217,154,252); }
div.DivClassName
{
background-color: #D99AFC;
}
.BgClassName
{
background-color: #D99AFC;
}
</style>
border-color css
<style>
span { border-color: #D99AFC; }
span { border-color: rgb(217,154,252); }
td.TdClassName
{
border-color: #D99AFC;
}
.TagClassName
{
border-color: #D99AFC;
}
</style>