Shades of Plum #D99CE0
Tints of Plum #D99CE0
RGB
CMYK
RGB Variations
Color information
#D99CE0 (or 0xD99CE0) is known color: Plum. HEX triplet: D9, 9C and E0. RGB value is (217,156,224). Sum of RGB (Red+Green+Blue) = 217+156+224=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #D99CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CE0 is #26631F. Grayscale: #B5B5B5. Windows color (decimal): -2515744 or 14720217. OLE color: 14720217.
HSL color Cylindrical-coordinate representation of color #D99CE0: hue angle of 293.82º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99CE0 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 156 | 224 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.12 |
| HSL | 293.82º | 0.52% | 0.75% | - |
| HSV(B) | 293.82º | 0.3% | 0.88% | - |
| XYZ | 53.96 | 43.91 | 76.15 | - |
| YUV | 181.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 224 | 0.03 | 0.30 | 0 | 0.12 | 293.82 | 0.52 | 0.75 |
| Hex | D9 | 9C | E0 | 3 | 1E | 0 | C | 126 | 34 | 4B |
| Octal | 331 | 234 | 340 | 3 | 36 | 0 | 14 | 446 | 64 | 113 |
| Binary | 11011001 | 10011100 | 11100000 | 11 | 11110 | 0 | 1100 | 100100110 | 110100 | 1001011 |
Color Harmonies of #D99CE0
Complementary color
Monochromatic Colors of #D99CE0
Black with #D99CE0
Text Example
Text Example
White with #D99CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CE0; }
p { color: rgb(217,156,224); }
H1.HeaderClassName
{
color: #D99CE0;
}
.AnyTagClassName
{
color: #D99CE0;
}
</style>
background-color css
<style>
a { background-color: #D99CE0; }
a { background-color: rgb(217,156,224); }
div.DivClassName
{
background-color: #D99CE0;
}
.BgClassName
{
background-color: #D99CE0;
}
</style>
border-color css
<style>
span { border-color: #D99CE0; }
span { border-color: rgb(217,156,224); }
td.TdClassName
{
border-color: #D99CE0;
}
.TagClassName
{
border-color: #D99CE0;
}
</style>