Shades of Mauve #D99CFF
Tints of Mauve #D99CFF
RGB
CMYK
RGB Variations
Color information
#D99CFF (or 0xD99CFF) is known color: Mauve. HEX triplet: D9, 9C and FF. RGB value is (217,156,255). Sum of RGB (Red+Green+Blue) = 217+156+255=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #D99CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99CFF is #266300. Grayscale: #B9B9B9. Windows color (decimal): -2515713 or 16751833. OLE color: 16751833.
HSL color Cylindrical-coordinate representation of color #D99CFF: hue angle of 276.97º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D99CFF is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 156 | 255 | - |
| CMYK | 0.15 | 0.39 | 0 | 0 |
| HSL | 276.97º | 1% | 0.81% | - |
| HSV(B) | 276.97º | 0.39% | 1% | - |
| XYZ | 58.55 | 45.75 | 100.35 | - |
| YUV | 185.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 255 | 0.15 | 0.39 | 0 | 0 | 276.97 | 1 | 0.81 |
| Hex | D9 | 9C | FF | F | 27 | 0 | 0 | 115 | 64 | 51 |
| Octal | 331 | 234 | 377 | 17 | 47 | 0 | 0 | 425 | 144 | 121 |
| Binary | 11011001 | 10011100 | 11111111 | 1111 | 100111 | 0 | 0 | 100010101 | 1100100 | 1010001 |
Color Harmonies of #D99CFF
Complementary color
Monochromatic Colors of #D99CFF
Black with #D99CFF
Text Example
Text Example
White with #D99CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CFF; }
p { color: rgb(217,156,255); }
H1.HeaderClassName
{
color: #D99CFF;
}
.AnyTagClassName
{
color: #D99CFF;
}
</style>
background-color css
<style>
a { background-color: #D99CFF; }
a { background-color: rgb(217,156,255); }
div.DivClassName
{
background-color: #D99CFF;
}
.BgClassName
{
background-color: #D99CFF;
}
</style>
border-color css
<style>
span { border-color: #D99CFF; }
span { border-color: rgb(217,156,255); }
td.TdClassName
{
border-color: #D99CFF;
}
.TagClassName
{
border-color: #D99CFF;
}
</style>