Shades of Plum #DB89DB
Tints of Plum #DB89DB
RGB
CMYK
RGB Variations
Color information
#DB89DB (or 0xDB89DB) is known color: Plum. HEX triplet: DB, 89 and DB. RGB value is (219,137,219). Sum of RGB (Red+Green+Blue) = 219+137+219=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89DB is #247624. Grayscale: #AAAAAA. Windows color (decimal): -2389541 or 14387675. OLE color: 14387675.
HSL color Cylindrical-coordinate representation of color #DB89DB: hue angle of 300º 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 #DB89DB is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 137 | 219 | - |
CMYK | 0 | 0.37 | 0 | 0.14 |
HSL | 300º | 0.53% | 0.7% | - |
HSV(B) | 300º | 0.37% | 0.86% | - |
XYZ | 50.95 | 38.07 | 71.68 | - |
YUV | 170.87 | 155.17 | 162.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 137 | 219 | 0 | 0.37 | 0 | 0.14 | 300 | 0.53 | 0.7 |
Hex | DB | 89 | DB | 0 | 25 | 0 | E | 12C | 35 | 46 |
Octal | 333 | 211 | 333 | 0 | 45 | 0 | 16 | 454 | 65 | 106 |
Binary | 11011011 | 10001001 | 11011011 | 0 | 100101 | 0 | 1110 | 100101100 | 110101 | 1000110 |
Color Harmonies of #DB89DB
Complementary color
Monochromatic Colors of #DB89DB
Black with #DB89DB
Text Example
Text Example
White with #DB89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89DB; }
p { color: rgb(219,137,219); }
H1.HeaderClassName
{
color: #DB89DB;
}
.AnyTagClassName
{
color: #DB89DB;
}
</style>
background-color css
<style>
a { background-color: #DB89DB; }
a { background-color: rgb(219,137,219); }
div.DivClassName
{
background-color: #DB89DB;
}
.BgClassName
{
background-color: #DB89DB;
}
</style>
border-color css
<style>
span { border-color: #DB89DB; }
span { border-color: rgb(219,137,219); }
td.TdClassName
{
border-color: #DB89DB;
}
.TagClassName
{
border-color: #DB89DB;
}
</style>