Shades of Plum #DB89DC
Tints of Plum #DB89DC
RGB
CMYK
RGB Variations
Color information
#DB89DC (or 0xDB89DC) is known color: Plum. HEX triplet: DB, 89 and DC. RGB value is (219,137,220). Sum of RGB (Red+Green+Blue) = 219+137+220=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB89DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89DC is #247623. Grayscale: #AAAAAA. Windows color (decimal): -2389540 or 14453211. OLE color: 14453211.
HSL color Cylindrical-coordinate representation of color #DB89DC: hue angle of 299.28º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB89DC is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 220 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.14 |
| HSL | 299.28º | 0.54% | 0.7% | - |
| HSV(B) | 299.28º | 0.38% | 0.86% | - |
| XYZ | 51.08 | 38.12 | 72.38 | - |
| YUV | 170.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 220 | 0.00 | 0.38 | 0 | 0.14 | 299.28 | 0.54 | 0.7 |
| Hex | DB | 89 | DC | 0 | 26 | 0 | E | 12B | 36 | 46 |
| Octal | 333 | 211 | 334 | 0 | 46 | 0 | 16 | 453 | 66 | 106 |
| Binary | 11011011 | 10001001 | 11011100 | 0 | 100110 | 0 | 1110 | 100101011 | 110110 | 1000110 |
Color Harmonies of #DB89DC
Complementary color
Monochromatic Colors of #DB89DC
Black with #DB89DC
Text Example
Text Example
White with #DB89DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89DC; }
p { color: rgb(219,137,220); }
H1.HeaderClassName
{
color: #DB89DC;
}
.AnyTagClassName
{
color: #DB89DC;
}
</style>
background-color css
<style>
a { background-color: #DB89DC; }
a { background-color: rgb(219,137,220); }
div.DivClassName
{
background-color: #DB89DC;
}
.BgClassName
{
background-color: #DB89DC;
}
</style>
border-color css
<style>
span { border-color: #DB89DC; }
span { border-color: rgb(219,137,220); }
td.TdClassName
{
border-color: #DB89DC;
}
.TagClassName
{
border-color: #DB89DC;
}
</style>