Shades of Hopbush #DB59A4
Tints of Hopbush #DB59A4
RGB
CMYK
RGB Variations
Color information
#DB59A4 (or 0xDB59A4) is known color: Hopbush. HEX triplet: DB, 59 and A4. RGB value is (219,89,164). Sum of RGB (Red+Green+Blue) = 219+89+164=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59A4 is #24A65B. Grayscale: #888888. Windows color (decimal): -2401884 or 10770907. OLE color: 10770907.
HSL color Cylindrical-coordinate representation of color #DB59A4: hue angle of 325.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB59A4 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 164 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.14 |
| HSL | 325.38º | 0.64% | 0.6% | - |
| HSV(B) | 325.38º | 0.59% | 0.86% | - |
| XYZ | 39.49 | 24.89 | 37.84 | - |
| YUV | 136.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 164 | 0 | 0.59 | 0.25 | 0.14 | 325.38 | 0.64 | 0.6 |
| Hex | DB | 59 | A4 | 0 | 3B | 19 | E | 145 | 40 | 3C |
| Octal | 333 | 131 | 244 | 0 | 73 | 31 | 16 | 505 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10100100 | 0 | 111011 | 11001 | 1110 | 101000101 | 1000000 | 111100 |
Color Harmonies of #DB59A4
Complementary color
Monochromatic Colors of #DB59A4
Black with #DB59A4
Text Example
Text Example
White with #DB59A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59A4; }
p { color: rgb(219,89,164); }
H1.HeaderClassName
{
color: #DB59A4;
}
.AnyTagClassName
{
color: #DB59A4;
}
</style>
background-color css
<style>
a { background-color: #DB59A4; }
a { background-color: rgb(219,89,164); }
div.DivClassName
{
background-color: #DB59A4;
}
.BgClassName
{
background-color: #DB59A4;
}
</style>
border-color css
<style>
span { border-color: #DB59A4; }
span { border-color: rgb(219,89,164); }
td.TdClassName
{
border-color: #DB59A4;
}
.TagClassName
{
border-color: #DB59A4;
}
</style>