Shades of Hopbush #DB589B
Tints of Hopbush #DB589B
RGB
CMYK
RGB Variations
Color information
#DB589B (or 0xDB589B) is known color: Hopbush. HEX triplet: DB, 58 and 9B. RGB value is (219,88,155). Sum of RGB (Red+Green+Blue) = 219+88+155=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB589B is #24A764. Grayscale: #868686. Windows color (decimal): -2402149 or 10180827. OLE color: 10180827.
HSL color Cylindrical-coordinate representation of color #DB589B: hue angle of 329.31º 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 #DB589B is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 155 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.14 |
| HSL | 329.31º | 0.65% | 0.6% | - |
| HSV(B) | 329.31º | 0.6% | 0.86% | - |
| XYZ | 38.62 | 24.41 | 33.69 | - |
| YUV | 134.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 155 | 0 | 0.60 | 0.29 | 0.14 | 329.31 | 0.65 | 0.6 |
| Hex | DB | 58 | 9B | 0 | 3C | 1D | E | 149 | 41 | 3C |
| Octal | 333 | 130 | 233 | 0 | 74 | 35 | 16 | 511 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10011011 | 0 | 111100 | 11101 | 1110 | 101001001 | 1000001 | 111100 |
Color Harmonies of #DB589B
Complementary color
Monochromatic Colors of #DB589B
Black with #DB589B
Text Example
Text Example
White with #DB589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB589B; }
p { color: rgb(219,88,155); }
H1.HeaderClassName
{
color: #DB589B;
}
.AnyTagClassName
{
color: #DB589B;
}
</style>
background-color css
<style>
a { background-color: #DB589B; }
a { background-color: rgb(219,88,155); }
div.DivClassName
{
background-color: #DB589B;
}
.BgClassName
{
background-color: #DB589B;
}
</style>
border-color css
<style>
span { border-color: #DB589B; }
span { border-color: rgb(219,88,155); }
td.TdClassName
{
border-color: #DB589B;
}
.TagClassName
{
border-color: #DB589B;
}
</style>