Shades of Hopbush #DB589D
Tints of Hopbush #DB589D
RGB
CMYK
RGB Variations
Color information
#DB589D (or 0xDB589D) is known color: Hopbush. HEX triplet: DB, 58 and 9D. RGB value is (219,88,157). Sum of RGB (Red+Green+Blue) = 219+88+157=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB589D is #24A762. Grayscale: #868686. Windows color (decimal): -2402147 or 10311899. OLE color: 10311899.
HSL color Cylindrical-coordinate representation of color #DB589D: hue angle of 328.4º 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 #DB589D is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 157 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.14 |
| HSL | 328.4º | 0.65% | 0.6% | - |
| HSV(B) | 328.4º | 0.6% | 0.86% | - |
| XYZ | 38.79 | 24.47 | 34.58 | - |
| YUV | 135.04 | 140.4 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 157 | 0 | 0.60 | 0.28 | 0.14 | 328.4 | 0.65 | 0.6 |
| Hex | DB | 58 | 9D | 0 | 3C | 1C | E | 148 | 41 | 3C |
| Octal | 333 | 130 | 235 | 0 | 74 | 34 | 16 | 510 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10011101 | 0 | 111100 | 11100 | 1110 | 101001000 | 1000001 | 111100 |
Color Harmonies of #DB589D
Complementary color
Monochromatic Colors of #DB589D
Black with #DB589D
Text Example
Text Example
White with #DB589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB589D; }
p { color: rgb(219,88,157); }
H1.HeaderClassName
{
color: #DB589D;
}
.AnyTagClassName
{
color: #DB589D;
}
</style>
background-color css
<style>
a { background-color: #DB589D; }
a { background-color: rgb(219,88,157); }
div.DivClassName
{
background-color: #DB589D;
}
.BgClassName
{
background-color: #DB589D;
}
</style>
border-color css
<style>
span { border-color: #DB589D; }
span { border-color: rgb(219,88,157); }
td.TdClassName
{
border-color: #DB589D;
}
.TagClassName
{
border-color: #DB589D;
}
</style>