Shades of Mauve #D99CFC
Tints of Mauve #D99CFC
RGB
CMYK
RGB Variations
Color information
#D99CFC (or 0xD99CFC) is known color: Mauve. HEX triplet: D9, 9C and FC. RGB value is (217,156,252). Sum of RGB (Red+Green+Blue) = 217+156+252=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #D99CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99CFC is #266303. Grayscale: #B8B8B8. Windows color (decimal): -2515716 or 16555225. OLE color: 16555225.
HSL color Cylindrical-coordinate representation of color #D99CFC: hue angle of 278.12º 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 #D99CFC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 156 | 252 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.01 |
| HSL | 278.13º | 0.94% | 0.8% | - |
| HSV(B) | 278.13º | 0.38% | 0.99% | - |
| XYZ | 58.07 | 45.56 | 97.83 | - |
| YUV | 185.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 252 | 0.14 | 0.38 | 0 | 0.01 | 278.13 | 0.94 | 0.8 |
| Hex | D9 | 9C | FC | E | 26 | 0 | 1 | 116 | 5E | 50 |
| Octal | 331 | 234 | 374 | 16 | 46 | 0 | 1 | 426 | 136 | 120 |
| Binary | 11011001 | 10011100 | 11111100 | 1110 | 100110 | 0 | 1 | 100010110 | 1011110 | 1010000 |
Color Harmonies of #D99CFC
Complementary color
Monochromatic Colors of #D99CFC
Black with #D99CFC
Text Example
Text Example
White with #D99CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CFC; }
p { color: rgb(217,156,252); }
H1.HeaderClassName
{
color: #D99CFC;
}
.AnyTagClassName
{
color: #D99CFC;
}
</style>
background-color css
<style>
a { background-color: #D99CFC; }
a { background-color: rgb(217,156,252); }
div.DivClassName
{
background-color: #D99CFC;
}
.BgClassName
{
background-color: #D99CFC;
}
</style>
border-color css
<style>
span { border-color: #D99CFC; }
span { border-color: rgb(217,156,252); }
td.TdClassName
{
border-color: #D99CFC;
}
.TagClassName
{
border-color: #D99CFC;
}
</style>