Shades of Plum #D89EDD
Tints of Plum #D89EDD
RGB
CMYK
RGB Variations
Color information
#D89EDD (or 0xD89EDD) is known color: Plum. HEX triplet: D8, 9E and DD. RGB value is (216,158,221). Sum of RGB (Red+Green+Blue) = 216+158+221=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #D89EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89EDD is #276122. Grayscale: #B6B6B6. Windows color (decimal): -2580771 or 14524120. OLE color: 14524120.
HSL color Cylindrical-coordinate representation of color #D89EDD: hue angle of 295.24º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89EDD is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 158 | 221 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.13 |
| HSL | 295.24º | 0.48% | 0.74% | - |
| HSV(B) | 295.24º | 0.29% | 0.87% | - |
| XYZ | 53.6 | 44.27 | 74.13 | - |
| YUV | 182.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 221 | 0.02 | 0.29 | 0 | 0.13 | 295.24 | 0.48 | 0.74 |
| Hex | D8 | 9E | DD | 2 | 1D | 0 | D | 127 | 30 | 4A |
| Octal | 330 | 236 | 335 | 2 | 35 | 0 | 15 | 447 | 60 | 112 |
| Binary | 11011000 | 10011110 | 11011101 | 10 | 11101 | 0 | 1101 | 100100111 | 110000 | 1001010 |
Color Harmonies of #D89EDD
Complementary color
Monochromatic Colors of #D89EDD
Black with #D89EDD
Text Example
Text Example
White with #D89EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89EDD; }
p { color: rgb(216,158,221); }
H1.HeaderClassName
{
color: #D89EDD;
}
.AnyTagClassName
{
color: #D89EDD;
}
</style>
background-color css
<style>
a { background-color: #D89EDD; }
a { background-color: rgb(216,158,221); }
div.DivClassName
{
background-color: #D89EDD;
}
.BgClassName
{
background-color: #D89EDD;
}
</style>
border-color css
<style>
span { border-color: #D89EDD; }
span { border-color: rgb(216,158,221); }
td.TdClassName
{
border-color: #D89EDD;
}
.TagClassName
{
border-color: #D89EDD;
}
</style>