Shades of Plum #D889DB
Tints of Plum #D889DB
RGB
CMYK
RGB Variations
Color information
#D889DB (or 0xD889DB) is known color: Plum. HEX triplet: D8, 89 and DB. RGB value is (216,137,219). Sum of RGB (Red+Green+Blue) = 216+137+219=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #D889DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889DB is #277624. Grayscale: #A9A9A9. Windows color (decimal): -2586149 or 14387672. OLE color: 14387672.
HSL color Cylindrical-coordinate representation of color #D889DB: hue angle of 297.8º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D889DB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 137 | 219 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.14 |
| HSL | 297.8º | 0.53% | 0.7% | - |
| HSV(B) | 297.8º | 0.37% | 0.86% | - |
| XYZ | 50.05 | 37.6 | 71.64 | - |
| YUV | 169.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 219 | 0.01 | 0.37 | 0 | 0.14 | 297.8 | 0.53 | 0.7 |
| Hex | D8 | 89 | DB | 1 | 25 | 0 | E | 12A | 35 | 46 |
| Octal | 330 | 211 | 333 | 1 | 45 | 0 | 16 | 452 | 65 | 106 |
| Binary | 11011000 | 10001001 | 11011011 | 1 | 100101 | 0 | 1110 | 100101010 | 110101 | 1000110 |
Color Harmonies of #D889DB
Complementary color
Monochromatic Colors of #D889DB
Black with #D889DB
Text Example
Text Example
White with #D889DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D889DB; }
p { color: rgb(216,137,219); }
H1.HeaderClassName
{
color: #D889DB;
}
.AnyTagClassName
{
color: #D889DB;
}
</style>
background-color css
<style>
a { background-color: #D889DB; }
a { background-color: rgb(216,137,219); }
div.DivClassName
{
background-color: #D889DB;
}
.BgClassName
{
background-color: #D889DB;
}
</style>
border-color css
<style>
span { border-color: #D889DB; }
span { border-color: rgb(216,137,219); }
td.TdClassName
{
border-color: #D889DB;
}
.TagClassName
{
border-color: #D889DB;
}
</style>