Shades of Hopbush #DB58A9
Tints of Hopbush #DB58A9
RGB
CMYK
RGB Variations
Color information
#DB58A9 (or 0xDB58A9) is known color: Hopbush. HEX triplet: DB, 58 and A9. RGB value is (219,88,169). Sum of RGB (Red+Green+Blue) = 219+88+169=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB58A9 is #24A756. Grayscale: #888888. Windows color (decimal): -2402135 or 11098331. OLE color: 11098331.
HSL color Cylindrical-coordinate representation of color #DB58A9: hue angle of 322.9º 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 #DB58A9 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 169 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.14 |
| HSL | 322.9º | 0.65% | 0.6% | - |
| HSV(B) | 322.9º | 0.6% | 0.86% | - |
| XYZ | 39.86 | 24.9 | 40.24 | - |
| YUV | 136.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 169 | 0 | 0.60 | 0.23 | 0.14 | 322.9 | 0.65 | 0.6 |
| Hex | DB | 58 | A9 | 0 | 3C | 17 | E | 143 | 41 | 3C |
| Octal | 333 | 130 | 251 | 0 | 74 | 27 | 16 | 503 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10101001 | 0 | 111100 | 10111 | 1110 | 101000011 | 1000001 | 111100 |
Color Harmonies of #DB58A9
Complementary color
Monochromatic Colors of #DB58A9
Black with #DB58A9
Text Example
Text Example
White with #DB58A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58A9; }
p { color: rgb(219,88,169); }
H1.HeaderClassName
{
color: #DB58A9;
}
.AnyTagClassName
{
color: #DB58A9;
}
</style>
background-color css
<style>
a { background-color: #DB58A9; }
a { background-color: rgb(219,88,169); }
div.DivClassName
{
background-color: #DB58A9;
}
.BgClassName
{
background-color: #DB58A9;
}
</style>
border-color css
<style>
span { border-color: #DB58A9; }
span { border-color: rgb(219,88,169); }
td.TdClassName
{
border-color: #DB58A9;
}
.TagClassName
{
border-color: #DB58A9;
}
</style>