Shades of Plum #D99EE1
Tints of Plum #D99EE1
RGB
CMYK
RGB Variations
Color information
#D99EE1 (or 0xD99EE1) is known color: Plum. HEX triplet: D9, 9E and E1. RGB value is (217,158,225). Sum of RGB (Red+Green+Blue) = 217+158+225=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #D99EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EE1 is #26611E. Grayscale: #B7B7B7. Windows color (decimal): -2515231 or 14786265. OLE color: 14786265.
HSL color Cylindrical-coordinate representation of color #D99EE1: hue angle of 292.84º degrees, saturation: 0.53, 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 #D99EE1 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 158 | 225 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.12 |
| HSL | 292.84º | 0.53% | 0.75% | - |
| HSV(B) | 292.84º | 0.3% | 0.88% | - |
| XYZ | 54.43 | 44.64 | 76.98 | - |
| YUV | 183.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 225 | 0.04 | 0.30 | 0 | 0.12 | 292.84 | 0.53 | 0.75 |
| Hex | D9 | 9E | E1 | 4 | 1E | 0 | C | 125 | 35 | 4B |
| Octal | 331 | 236 | 341 | 4 | 36 | 0 | 14 | 445 | 65 | 113 |
| Binary | 11011001 | 10011110 | 11100001 | 100 | 11110 | 0 | 1100 | 100100101 | 110101 | 1001011 |
Color Harmonies of #D99EE1
Complementary color
Monochromatic Colors of #D99EE1
Black with #D99EE1
Text Example
Text Example
White with #D99EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99EE1; }
p { color: rgb(217,158,225); }
H1.HeaderClassName
{
color: #D99EE1;
}
.AnyTagClassName
{
color: #D99EE1;
}
</style>
background-color css
<style>
a { background-color: #D99EE1; }
a { background-color: rgb(217,158,225); }
div.DivClassName
{
background-color: #D99EE1;
}
.BgClassName
{
background-color: #D99EE1;
}
</style>
border-color css
<style>
span { border-color: #D99EE1; }
span { border-color: rgb(217,158,225); }
td.TdClassName
{
border-color: #D99EE1;
}
.TagClassName
{
border-color: #D99EE1;
}
</style>