Shades of Plum #D89EE5
Tints of Plum #D89EE5
RGB
CMYK
RGB Variations
Color information
#D89EE5 (or 0xD89EE5) is known color: Plum. HEX triplet: D8, 9E and E5. RGB value is (216,158,229). Sum of RGB (Red+Green+Blue) = 216+158+229=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #D89EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89EE5 is #27611A. Grayscale: #B7B7B7. Windows color (decimal): -2580763 or 15048408. OLE color: 15048408.
HSL color Cylindrical-coordinate representation of color #D89EE5: hue angle of 289.01º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89EE5 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 158 | 229 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.10 |
| HSL | 289.01º | 0.58% | 0.76% | - |
| HSV(B) | 289.01º | 0.31% | 0.9% | - |
| XYZ | 54.69 | 44.71 | 79.88 | - |
| YUV | 183.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 229 | 0.06 | 0.31 | 0 | 0.10 | 289.01 | 0.58 | 0.76 |
| Hex | D8 | 9E | E5 | 6 | 1F | 0 | A | 121 | 3A | 4C |
| Octal | 330 | 236 | 345 | 6 | 37 | 0 | 12 | 441 | 72 | 114 |
| Binary | 11011000 | 10011110 | 11100101 | 110 | 11111 | 0 | 1010 | 100100001 | 111010 | 1001100 |
Color Harmonies of #D89EE5
Complementary color
Monochromatic Colors of #D89EE5
Black with #D89EE5
Text Example
Text Example
White with #D89EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89EE5; }
p { color: rgb(216,158,229); }
H1.HeaderClassName
{
color: #D89EE5;
}
.AnyTagClassName
{
color: #D89EE5;
}
</style>
background-color css
<style>
a { background-color: #D89EE5; }
a { background-color: rgb(216,158,229); }
div.DivClassName
{
background-color: #D89EE5;
}
.BgClassName
{
background-color: #D89EE5;
}
</style>
border-color css
<style>
span { border-color: #D89EE5; }
span { border-color: rgb(216,158,229); }
td.TdClassName
{
border-color: #D89EE5;
}
.TagClassName
{
border-color: #D89EE5;
}
</style>