Shades of Plum #D89ED4
Tints of Plum #D89ED4
RGB
CMYK
RGB Variations
Color information
#D89ED4 (or 0xD89ED4) is known color: Plum. HEX triplet: D8, 9E and D4. RGB value is (216,158,212). Sum of RGB (Red+Green+Blue) = 216+158+212=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 216 - color contains mainly: red. Hex color #D89ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ED4 is #27612B. Grayscale: #B5B5B5. Windows color (decimal): -2580780 or 13934296. OLE color: 13934296.
HSL color Cylindrical-coordinate representation of color #D89ED4: hue angle of 304.14º 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 #D89ED4 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 212 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.15 |
| HSL | 304.14º | 0.43% | 0.73% | - |
| HSV(B) | 304.14º | 0.27% | 0.85% | - |
| XYZ | 52.43 | 43.81 | 67.98 | - |
| YUV | 181.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 212 | 0 | 0.27 | 0.02 | 0.15 | 304.14 | 0.43 | 0.73 |
| Hex | D8 | 9E | D4 | 0 | 1B | 2 | F | 130 | 2B | 49 |
| Octal | 330 | 236 | 324 | 0 | 33 | 2 | 17 | 460 | 53 | 111 |
| Binary | 11011000 | 10011110 | 11010100 | 0 | 11011 | 10 | 1111 | 100110000 | 101011 | 1001001 |
Color Harmonies of #D89ED4
Complementary color
Monochromatic Colors of #D89ED4
Black with #D89ED4
Text Example
Text Example
White with #D89ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89ED4; }
p { color: rgb(216,158,212); }
H1.HeaderClassName
{
color: #D89ED4;
}
.AnyTagClassName
{
color: #D89ED4;
}
</style>
background-color css
<style>
a { background-color: #D89ED4; }
a { background-color: rgb(216,158,212); }
div.DivClassName
{
background-color: #D89ED4;
}
.BgClassName
{
background-color: #D89ED4;
}
</style>
border-color css
<style>
span { border-color: #D89ED4; }
span { border-color: rgb(216,158,212); }
td.TdClassName
{
border-color: #D89ED4;
}
.TagClassName
{
border-color: #D89ED4;
}
</style>