Shades of Hopbush #DB59A5
Tints of Hopbush #DB59A5
RGB
CMYK
RGB Variations
Color information
#DB59A5 (or 0xDB59A5) is known color: Hopbush. HEX triplet: DB, 59 and A5. RGB value is (219,89,165). Sum of RGB (Red+Green+Blue) = 219+89+165=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59A5 is #24A65A. Grayscale: #888888. Windows color (decimal): -2401883 or 10836443. OLE color: 10836443.
HSL color Cylindrical-coordinate representation of color #DB59A5: hue angle of 324.92º 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 #DB59A5 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 165 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.14 |
| HSL | 324.92º | 0.64% | 0.6% | - |
| HSV(B) | 324.92º | 0.59% | 0.86% | - |
| XYZ | 39.58 | 24.92 | 38.32 | - |
| YUV | 136.53 | 144.07 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 165 | 0 | 0.59 | 0.25 | 0.14 | 324.92 | 0.64 | 0.6 |
| Hex | DB | 59 | A5 | 0 | 3B | 19 | E | 145 | 40 | 3C |
| Octal | 333 | 131 | 245 | 0 | 73 | 31 | 16 | 505 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10100101 | 0 | 111011 | 11001 | 1110 | 101000101 | 1000000 | 111100 |
Color Harmonies of #DB59A5
Complementary color
Monochromatic Colors of #DB59A5
Black with #DB59A5
Text Example
Text Example
White with #DB59A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59A5; }
p { color: rgb(219,89,165); }
H1.HeaderClassName
{
color: #DB59A5;
}
.AnyTagClassName
{
color: #DB59A5;
}
</style>
background-color css
<style>
a { background-color: #DB59A5; }
a { background-color: rgb(219,89,165); }
div.DivClassName
{
background-color: #DB59A5;
}
.BgClassName
{
background-color: #DB59A5;
}
</style>
border-color css
<style>
span { border-color: #DB59A5; }
span { border-color: rgb(219,89,165); }
td.TdClassName
{
border-color: #DB59A5;
}
.TagClassName
{
border-color: #DB59A5;
}
</style>