Shades of Plum #D89ECD
Tints of Plum #D89ECD
RGB
CMYK
RGB Variations
Color information
#D89ECD (or 0xD89ECD) is known color: Plum. HEX triplet: D8, 9E and CD. RGB value is (216,158,205). Sum of RGB (Red+Green+Blue) = 216+158+205=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ECD is #276132. Grayscale: #B4B4B4. Windows color (decimal): -2580787 or 13475544. OLE color: 13475544.
HSL color Cylindrical-coordinate representation of color #D89ECD: hue angle of 311.38º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89ECD is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 205 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.15 |
| HSL | 311.38º | 0.43% | 0.73% | - |
| HSV(B) | 311.38º | 0.27% | 0.85% | - |
| XYZ | 51.57 | 43.46 | 63.43 | - |
| YUV | 180.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 205 | 0 | 0.27 | 0.05 | 0.15 | 311.38 | 0.43 | 0.73 |
| Hex | D8 | 9E | CD | 0 | 1B | 5 | F | 137 | 2B | 49 |
| Octal | 330 | 236 | 315 | 0 | 33 | 5 | 17 | 467 | 53 | 111 |
| Binary | 11011000 | 10011110 | 11001101 | 0 | 11011 | 101 | 1111 | 100110111 | 101011 | 1001001 |
Color Harmonies of #D89ECD
Complementary color
Monochromatic Colors of #D89ECD
Black with #D89ECD
Text Example
Text Example
White with #D89ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89ECD; }
p { color: rgb(216,158,205); }
H1.HeaderClassName
{
color: #D89ECD;
}
.AnyTagClassName
{
color: #D89ECD;
}
</style>
background-color css
<style>
a { background-color: #D89ECD; }
a { background-color: rgb(216,158,205); }
div.DivClassName
{
background-color: #D89ECD;
}
.BgClassName
{
background-color: #D89ECD;
}
</style>
border-color css
<style>
span { border-color: #D89ECD; }
span { border-color: rgb(216,158,205); }
td.TdClassName
{
border-color: #D89ECD;
}
.TagClassName
{
border-color: #D89ECD;
}
</style>