Shades of Mauve #D99DFC
Tints of Mauve #D99DFC
RGB
CMYK
RGB Variations
Color information
#D99DFC (or 0xD99DFC) is known color: Mauve. HEX triplet: D9, 9D and FC. RGB value is (217,157,252). Sum of RGB (Red+Green+Blue) = 217+157+252=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #D99DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DFC is #266203. Grayscale: #B9B9B9. Windows color (decimal): -2515460 or 16555481. OLE color: 16555481.
HSL color Cylindrical-coordinate representation of color #D99DFC: hue angle of 277.89º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D99DFC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 157 | 252 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.01 |
| HSL | 277.89º | 0.94% | 0.8% | - |
| HSV(B) | 277.89º | 0.38% | 0.99% | - |
| XYZ | 58.24 | 45.89 | 97.88 | - |
| YUV | 185.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 252 | 0.14 | 0.38 | 0 | 0.01 | 277.89 | 0.94 | 0.8 |
| Hex | D9 | 9D | FC | E | 26 | 0 | 1 | 116 | 5E | 50 |
| Octal | 331 | 235 | 374 | 16 | 46 | 0 | 1 | 426 | 136 | 120 |
| Binary | 11011001 | 10011101 | 11111100 | 1110 | 100110 | 0 | 1 | 100010110 | 1011110 | 1010000 |
Color Harmonies of #D99DFC
Complementary color
Monochromatic Colors of #D99DFC
Black with #D99DFC
Text Example
Text Example
White with #D99DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DFC; }
p { color: rgb(217,157,252); }
H1.HeaderClassName
{
color: #D99DFC;
}
.AnyTagClassName
{
color: #D99DFC;
}
</style>
background-color css
<style>
a { background-color: #D99DFC; }
a { background-color: rgb(217,157,252); }
div.DivClassName
{
background-color: #D99DFC;
}
.BgClassName
{
background-color: #D99DFC;
}
</style>
border-color css
<style>
span { border-color: #D99DFC; }
span { border-color: rgb(217,157,252); }
td.TdClassName
{
border-color: #D99DFC;
}
.TagClassName
{
border-color: #D99DFC;
}
</style>