Shades of Hopbush #DB589A
Tints of Hopbush #DB589A
RGB
CMYK
RGB Variations
Color information
#DB589A (or 0xDB589A) is known color: Hopbush. HEX triplet: DB, 58 and 9A. RGB value is (219,88,154). Sum of RGB (Red+Green+Blue) = 219+88+154=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB589A is #24A765. Grayscale: #868686. Windows color (decimal): -2402150 or 10115291. OLE color: 10115291.
HSL color Cylindrical-coordinate representation of color #DB589A: hue angle of 329.77º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB589A is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 154 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.14 |
| HSL | 329.77º | 0.65% | 0.6% | - |
| HSV(B) | 329.77º | 0.6% | 0.86% | - |
| XYZ | 38.54 | 24.37 | 33.25 | - |
| YUV | 134.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 154 | 0 | 0.60 | 0.30 | 0.14 | 329.77 | 0.65 | 0.6 |
| Hex | DB | 58 | 9A | 0 | 3C | 1E | E | 14A | 41 | 3C |
| Octal | 333 | 130 | 232 | 0 | 74 | 36 | 16 | 512 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10011010 | 0 | 111100 | 11110 | 1110 | 101001010 | 1000001 | 111100 |
Color Harmonies of #DB589A
Complementary color
Monochromatic Colors of #DB589A
Black with #DB589A
Text Example
Text Example
White with #DB589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB589A; }
p { color: rgb(219,88,154); }
H1.HeaderClassName
{
color: #DB589A;
}
.AnyTagClassName
{
color: #DB589A;
}
</style>
background-color css
<style>
a { background-color: #DB589A; }
a { background-color: rgb(219,88,154); }
div.DivClassName
{
background-color: #DB589A;
}
.BgClassName
{
background-color: #DB589A;
}
</style>
border-color css
<style>
span { border-color: #DB589A; }
span { border-color: rgb(219,88,154); }
td.TdClassName
{
border-color: #DB589A;
}
.TagClassName
{
border-color: #DB589A;
}
</style>