Shades of Plum #D89EDB
Tints of Plum #D89EDB
RGB
CMYK
RGB Variations
Color information
#D89EDB (or 0xD89EDB) is known color: Plum. HEX triplet: D8, 9E and DB. RGB value is (216,158,219). Sum of RGB (Red+Green+Blue) = 216+158+219=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #D89EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89EDB is #276124. Grayscale: #B6B6B6. Windows color (decimal): -2580773 or 14393048. OLE color: 14393048.
HSL color Cylindrical-coordinate representation of color #D89EDB: hue angle of 297.05º degrees, saturation: 0.46, 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 #D89EDB is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 158 | 219 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.14 |
| HSL | 297.05º | 0.46% | 0.74% | - |
| HSV(B) | 297.05º | 0.28% | 0.86% | - |
| XYZ | 53.33 | 44.17 | 72.73 | - |
| YUV | 182.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 219 | 0.01 | 0.28 | 0 | 0.14 | 297.05 | 0.46 | 0.74 |
| Hex | D8 | 9E | DB | 1 | 1C | 0 | E | 129 | 2E | 4A |
| Octal | 330 | 236 | 333 | 1 | 34 | 0 | 16 | 451 | 56 | 112 |
| Binary | 11011000 | 10011110 | 11011011 | 1 | 11100 | 0 | 1110 | 100101001 | 101110 | 1001010 |
Color Harmonies of #D89EDB
Complementary color
Monochromatic Colors of #D89EDB
Black with #D89EDB
Text Example
Text Example
White with #D89EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89EDB; }
p { color: rgb(216,158,219); }
H1.HeaderClassName
{
color: #D89EDB;
}
.AnyTagClassName
{
color: #D89EDB;
}
</style>
background-color css
<style>
a { background-color: #D89EDB; }
a { background-color: rgb(216,158,219); }
div.DivClassName
{
background-color: #D89EDB;
}
.BgClassName
{
background-color: #D89EDB;
}
</style>
border-color css
<style>
span { border-color: #D89EDB; }
span { border-color: rgb(216,158,219); }
td.TdClassName
{
border-color: #D89EDB;
}
.TagClassName
{
border-color: #D89EDB;
}
</style>