Shades of Plum #D89EDC
Tints of Plum #D89EDC
RGB
CMYK
RGB Variations
Color information
#D89EDC (or 0xD89EDC) is known color: Plum. HEX triplet: D8, 9E and DC. RGB value is (216,158,220). Sum of RGB (Red+Green+Blue) = 216+158+220=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #D89EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89EDC is #276123. Grayscale: #B6B6B6. Windows color (decimal): -2580772 or 14458584. OLE color: 14458584.
HSL color Cylindrical-coordinate representation of color #D89EDC: hue angle of 296.13º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89EDC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 158 | 220 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.14 |
| HSL | 296.13º | 0.47% | 0.74% | - |
| HSV(B) | 296.13º | 0.28% | 0.86% | - |
| XYZ | 53.46 | 44.22 | 73.43 | - |
| YUV | 182.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 220 | 0.02 | 0.28 | 0 | 0.14 | 296.13 | 0.47 | 0.74 |
| Hex | D8 | 9E | DC | 2 | 1C | 0 | E | 128 | 2F | 4A |
| Octal | 330 | 236 | 334 | 2 | 34 | 0 | 16 | 450 | 57 | 112 |
| Binary | 11011000 | 10011110 | 11011100 | 10 | 11100 | 0 | 1110 | 100101000 | 101111 | 1001010 |
Color Harmonies of #D89EDC
Complementary color
Monochromatic Colors of #D89EDC
Black with #D89EDC
Text Example
Text Example
White with #D89EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89EDC; }
p { color: rgb(216,158,220); }
H1.HeaderClassName
{
color: #D89EDC;
}
.AnyTagClassName
{
color: #D89EDC;
}
</style>
background-color css
<style>
a { background-color: #D89EDC; }
a { background-color: rgb(216,158,220); }
div.DivClassName
{
background-color: #D89EDC;
}
.BgClassName
{
background-color: #D89EDC;
}
</style>
border-color css
<style>
span { border-color: #D89EDC; }
span { border-color: rgb(216,158,220); }
td.TdClassName
{
border-color: #D89EDC;
}
.TagClassName
{
border-color: #D89EDC;
}
</style>