Shades of Plum #D89EE0
Tints of Plum #D89EE0
RGB
CMYK
RGB Variations
Color information
#D89EE0 (or 0xD89EE0) is known color: Plum. HEX triplet: D8, 9E and E0. RGB value is (216,158,224). Sum of RGB (Red+Green+Blue) = 216+158+224=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #D89EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89EE0 is #27611F. Grayscale: #B6B6B6. Windows color (decimal): -2580768 or 14720728. OLE color: 14720728.
HSL color Cylindrical-coordinate representation of color #D89EE0: hue angle of 292.73º 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 #D89EE0 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 158 | 224 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.12 |
| HSL | 292.73º | 0.52% | 0.75% | - |
| HSV(B) | 292.73º | 0.29% | 0.88% | - |
| XYZ | 54 | 44.43 | 76.25 | - |
| YUV | 182.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 224 | 0.04 | 0.29 | 0 | 0.12 | 292.73 | 0.52 | 0.75 |
| Hex | D8 | 9E | E0 | 4 | 1D | 0 | C | 125 | 34 | 4B |
| Octal | 330 | 236 | 340 | 4 | 35 | 0 | 14 | 445 | 64 | 113 |
| Binary | 11011000 | 10011110 | 11100000 | 100 | 11101 | 0 | 1100 | 100100101 | 110100 | 1001011 |
Color Harmonies of #D89EE0
Complementary color
Monochromatic Colors of #D89EE0
Black with #D89EE0
Text Example
Text Example
White with #D89EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89EE0; }
p { color: rgb(216,158,224); }
H1.HeaderClassName
{
color: #D89EE0;
}
.AnyTagClassName
{
color: #D89EE0;
}
</style>
background-color css
<style>
a { background-color: #D89EE0; }
a { background-color: rgb(216,158,224); }
div.DivClassName
{
background-color: #D89EE0;
}
.BgClassName
{
background-color: #D89EE0;
}
</style>
border-color css
<style>
span { border-color: #D89EE0; }
span { border-color: rgb(216,158,224); }
td.TdClassName
{
border-color: #D89EE0;
}
.TagClassName
{
border-color: #D89EE0;
}
</style>