Shades of Hopbush #DB58A0
Tints of Hopbush #DB58A0
RGB
CMYK
RGB Variations
Color information
#DB58A0 (or 0xDB58A0) is known color: Hopbush. HEX triplet: DB, 58 and A0. RGB value is (219,88,160). Sum of RGB (Red+Green+Blue) = 219+88+160=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB58A0 is #24A75F. Grayscale: #878787. Windows color (decimal): -2402144 or 10508507. OLE color: 10508507.
HSL color Cylindrical-coordinate representation of color #DB58A0: hue angle of 327.02º 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 #DB58A0 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 160 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.14 |
| HSL | 327.02º | 0.65% | 0.6% | - |
| HSV(B) | 327.02º | 0.6% | 0.86% | - |
| XYZ | 39.05 | 24.58 | 35.94 | - |
| YUV | 135.38 | 141.9 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 160 | 0 | 0.60 | 0.27 | 0.14 | 327.02 | 0.65 | 0.6 |
| Hex | DB | 58 | A0 | 0 | 3C | 1B | E | 147 | 41 | 3C |
| Octal | 333 | 130 | 240 | 0 | 74 | 33 | 16 | 507 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10100000 | 0 | 111100 | 11011 | 1110 | 101000111 | 1000001 | 111100 |
Color Harmonies of #DB58A0
Complementary color
Monochromatic Colors of #DB58A0
Black with #DB58A0
Text Example
Text Example
White with #DB58A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58A0; }
p { color: rgb(219,88,160); }
H1.HeaderClassName
{
color: #DB58A0;
}
.AnyTagClassName
{
color: #DB58A0;
}
</style>
background-color css
<style>
a { background-color: #DB58A0; }
a { background-color: rgb(219,88,160); }
div.DivClassName
{
background-color: #DB58A0;
}
.BgClassName
{
background-color: #DB58A0;
}
</style>
border-color css
<style>
span { border-color: #DB58A0; }
span { border-color: rgb(219,88,160); }
td.TdClassName
{
border-color: #DB58A0;
}
.TagClassName
{
border-color: #DB58A0;
}
</style>