Shades of Plum #DB89D7
Tints of Plum #DB89D7
RGB
CMYK
RGB Variations
Color information
#DB89D7 (or 0xDB89D7) is known color: Plum. HEX triplet: DB, 89 and D7. RGB value is (219,137,215). Sum of RGB (Red+Green+Blue) = 219+137+215=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89D7 is #247628. Grayscale: #AAAAAA. Windows color (decimal): -2389545 or 14125531. OLE color: 14125531.
HSL color Cylindrical-coordinate representation of color #DB89D7: hue angle of 302.93º 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 #DB89D7 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 215 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.14 |
| HSL | 302.93º | 0.53% | 0.7% | - |
| HSV(B) | 302.93º | 0.37% | 0.86% | - |
| XYZ | 50.42 | 37.86 | 68.94 | - |
| YUV | 170.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 215 | 0 | 0.37 | 0.02 | 0.14 | 302.93 | 0.53 | 0.7 |
| Hex | DB | 89 | D7 | 0 | 25 | 2 | E | 12F | 35 | 46 |
| Octal | 333 | 211 | 327 | 0 | 45 | 2 | 16 | 457 | 65 | 106 |
| Binary | 11011011 | 10001001 | 11010111 | 0 | 100101 | 10 | 1110 | 100101111 | 110101 | 1000110 |
Color Harmonies of #DB89D7
Complementary color
Monochromatic Colors of #DB89D7
Black with #DB89D7
Text Example
Text Example
White with #DB89D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89D7; }
p { color: rgb(219,137,215); }
H1.HeaderClassName
{
color: #DB89D7;
}
.AnyTagClassName
{
color: #DB89D7;
}
</style>
background-color css
<style>
a { background-color: #DB89D7; }
a { background-color: rgb(219,137,215); }
div.DivClassName
{
background-color: #DB89D7;
}
.BgClassName
{
background-color: #DB89D7;
}
</style>
border-color css
<style>
span { border-color: #DB89D7; }
span { border-color: rgb(219,137,215); }
td.TdClassName
{
border-color: #DB89D7;
}
.TagClassName
{
border-color: #DB89D7;
}
</style>