Shades of Plum #D99EE0
Tints of Plum #D99EE0
RGB
CMYK
RGB Variations
Color information
#D99EE0 (or 0xD99EE0) is known color: Plum. HEX triplet: D9, 9E and E0. RGB value is (217,158,224). Sum of RGB (Red+Green+Blue) = 217+158+224=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #D99EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EE0 is #26611F. Grayscale: #B6B6B6. Windows color (decimal): -2515232 or 14720729. OLE color: 14720729.
HSL color Cylindrical-coordinate representation of color #D99EE0: hue angle of 293.64º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99EE0 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 158 | 224 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.12 |
| HSL | 293.64º | 0.52% | 0.75% | - |
| HSV(B) | 293.64º | 0.29% | 0.88% | - |
| XYZ | 54.3 | 44.59 | 76.27 | - |
| YUV | 183.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 224 | 0.03 | 0.29 | 0 | 0.12 | 293.64 | 0.52 | 0.75 |
| Hex | D9 | 9E | E0 | 3 | 1D | 0 | C | 126 | 34 | 4B |
| Octal | 331 | 236 | 340 | 3 | 35 | 0 | 14 | 446 | 64 | 113 |
| Binary | 11011001 | 10011110 | 11100000 | 11 | 11101 | 0 | 1100 | 100100110 | 110100 | 1001011 |
Color Harmonies of #D99EE0
Complementary color
Monochromatic Colors of #D99EE0
Black with #D99EE0
Text Example
Text Example
White with #D99EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99EE0; }
p { color: rgb(217,158,224); }
H1.HeaderClassName
{
color: #D99EE0;
}
.AnyTagClassName
{
color: #D99EE0;
}
</style>
background-color css
<style>
a { background-color: #D99EE0; }
a { background-color: rgb(217,158,224); }
div.DivClassName
{
background-color: #D99EE0;
}
.BgClassName
{
background-color: #D99EE0;
}
</style>
border-color css
<style>
span { border-color: #D99EE0; }
span { border-color: rgb(217,158,224); }
td.TdClassName
{
border-color: #D99EE0;
}
.TagClassName
{
border-color: #D99EE0;
}
</style>