Shades of Hopbush #DB59A3
Tints of Hopbush #DB59A3
RGB
CMYK
RGB Variations
Color information
#DB59A3 (or 0xDB59A3) is known color: Hopbush. HEX triplet: DB, 59 and A3. RGB value is (219,89,163). Sum of RGB (Red+Green+Blue) = 219+89+163=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59A3 is #24A65C. Grayscale: #888888. Windows color (decimal): -2401885 or 10705371. OLE color: 10705371.
HSL color Cylindrical-coordinate representation of color #DB59A3: hue angle of 325.85º 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 #DB59A3 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 163 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.14 |
| HSL | 325.85º | 0.64% | 0.6% | - |
| HSV(B) | 325.85º | 0.59% | 0.86% | - |
| XYZ | 39.4 | 24.85 | 37.37 | - |
| YUV | 136.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 163 | 0 | 0.59 | 0.26 | 0.14 | 325.85 | 0.64 | 0.6 |
| Hex | DB | 59 | A3 | 0 | 3B | 1A | E | 146 | 40 | 3C |
| Octal | 333 | 131 | 243 | 0 | 73 | 32 | 16 | 506 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10100011 | 0 | 111011 | 11010 | 1110 | 101000110 | 1000000 | 111100 |
Color Harmonies of #DB59A3
Complementary color
Monochromatic Colors of #DB59A3
Black with #DB59A3
Text Example
Text Example
White with #DB59A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59A3; }
p { color: rgb(219,89,163); }
H1.HeaderClassName
{
color: #DB59A3;
}
.AnyTagClassName
{
color: #DB59A3;
}
</style>
background-color css
<style>
a { background-color: #DB59A3; }
a { background-color: rgb(219,89,163); }
div.DivClassName
{
background-color: #DB59A3;
}
.BgClassName
{
background-color: #DB59A3;
}
</style>
border-color css
<style>
span { border-color: #DB59A3; }
span { border-color: rgb(219,89,163); }
td.TdClassName
{
border-color: #DB59A3;
}
.TagClassName
{
border-color: #DB59A3;
}
</style>