Shades of Plum #D99EE8
Tints of Plum #D99EE8
RGB
CMYK
RGB Variations
Color information
#D99EE8 (or 0xD99EE8) is known color: Plum. HEX triplet: D9, 9E and E8. RGB value is (217,158,232). Sum of RGB (Red+Green+Blue) = 217+158+232=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #D99EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EE8 is #266117. Grayscale: #B7B7B7. Windows color (decimal): -2515224 or 15245017. OLE color: 15245017.
HSL color Cylindrical-coordinate representation of color #D99EE8: hue angle of 287.84º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99EE8 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 158 | 232 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.09 |
| HSL | 287.84º | 0.62% | 0.76% | - |
| HSV(B) | 287.84º | 0.32% | 0.91% | - |
| XYZ | 55.41 | 45.03 | 82.12 | - |
| YUV | 184.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 232 | 0.06 | 0.32 | 0 | 0.09 | 287.84 | 0.62 | 0.76 |
| Hex | D9 | 9E | E8 | 6 | 20 | 0 | 9 | 120 | 3E | 4C |
| Octal | 331 | 236 | 350 | 6 | 40 | 0 | 11 | 440 | 76 | 114 |
| Binary | 11011001 | 10011110 | 11101000 | 110 | 100000 | 0 | 1001 | 100100000 | 111110 | 1001100 |
Color Harmonies of #D99EE8
Complementary color
Monochromatic Colors of #D99EE8
Black with #D99EE8
Text Example
Text Example
White with #D99EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99EE8; }
p { color: rgb(217,158,232); }
H1.HeaderClassName
{
color: #D99EE8;
}
.AnyTagClassName
{
color: #D99EE8;
}
</style>
background-color css
<style>
a { background-color: #D99EE8; }
a { background-color: rgb(217,158,232); }
div.DivClassName
{
background-color: #D99EE8;
}
.BgClassName
{
background-color: #D99EE8;
}
</style>
border-color css
<style>
span { border-color: #D99EE8; }
span { border-color: rgb(217,158,232); }
td.TdClassName
{
border-color: #D99EE8;
}
.TagClassName
{
border-color: #D99EE8;
}
</style>