Shades of Mauve #D99CFE
Tints of Mauve #D99CFE
RGB
CMYK
RGB Variations
Color information
#D99CFE (or 0xD99CFE) is known color: Mauve. HEX triplet: D9, 9C and FE. RGB value is (217,156,254). Sum of RGB (Red+Green+Blue) = 217+156+254=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #D99CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99CFE is #266301. Grayscale: #B9B9B9. Windows color (decimal): -2515714 or 16686297. OLE color: 16686297.
HSL color Cylindrical-coordinate representation of color #D99CFE: hue angle of 277.35º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D99CFE is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 156 | 254 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.00 |
| HSL | 277.35º | 0.98% | 0.8% | - |
| HSV(B) | 277.35º | 0.39% | 1% | - |
| XYZ | 58.39 | 45.68 | 99.51 | - |
| YUV | 185.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 254 | 0.15 | 0.39 | 0 | 0.00 | 277.35 | 0.98 | 0.8 |
| Hex | D9 | 9C | FE | F | 27 | 0 | 0 | 115 | 62 | 50 |
| Octal | 331 | 234 | 376 | 17 | 47 | 0 | 0 | 425 | 142 | 120 |
| Binary | 11011001 | 10011100 | 11111110 | 1111 | 100111 | 0 | 0 | 100010101 | 1100010 | 1010000 |
Color Harmonies of #D99CFE
Complementary color
Monochromatic Colors of #D99CFE
Black with #D99CFE
Text Example
Text Example
White with #D99CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CFE; }
p { color: rgb(217,156,254); }
H1.HeaderClassName
{
color: #D99CFE;
}
.AnyTagClassName
{
color: #D99CFE;
}
</style>
background-color css
<style>
a { background-color: #D99CFE; }
a { background-color: rgb(217,156,254); }
div.DivClassName
{
background-color: #D99CFE;
}
.BgClassName
{
background-color: #D99CFE;
}
</style>
border-color css
<style>
span { border-color: #D99CFE; }
span { border-color: rgb(217,156,254); }
td.TdClassName
{
border-color: #D99CFE;
}
.TagClassName
{
border-color: #D99CFE;
}
</style>