Shades of Hopbush #DB57A0
Tints of Hopbush #DB57A0
RGB
CMYK
RGB Variations
Color information
#DB57A0 (or 0xDB57A0) is known color: Hopbush. HEX triplet: DB, 57 and A0. RGB value is (219,87,160). Sum of RGB (Red+Green+Blue) = 219+87+160=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB57A0 is #24A85F. Grayscale: #868686. Windows color (decimal): -2402400 or 10508251. OLE color: 10508251.
HSL color Cylindrical-coordinate representation of color #DB57A0: hue angle of 326.82º 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 #DB57A0 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 160 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.14 |
| HSL | 326.82º | 0.65% | 0.6% | - |
| HSV(B) | 326.82º | 0.6% | 0.86% | - |
| XYZ | 38.97 | 24.41 | 35.92 | - |
| YUV | 134.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 160 | 0 | 0.60 | 0.27 | 0.14 | 326.82 | 0.65 | 0.6 |
| Hex | DB | 57 | A0 | 0 | 3C | 1B | E | 147 | 41 | 3C |
| Octal | 333 | 127 | 240 | 0 | 74 | 33 | 16 | 507 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10100000 | 0 | 111100 | 11011 | 1110 | 101000111 | 1000001 | 111100 |
Color Harmonies of #DB57A0
Complementary color
Monochromatic Colors of #DB57A0
Black with #DB57A0
Text Example
Text Example
White with #DB57A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57A0; }
p { color: rgb(219,87,160); }
H1.HeaderClassName
{
color: #DB57A0;
}
.AnyTagClassName
{
color: #DB57A0;
}
</style>
background-color css
<style>
a { background-color: #DB57A0; }
a { background-color: rgb(219,87,160); }
div.DivClassName
{
background-color: #DB57A0;
}
.BgClassName
{
background-color: #DB57A0;
}
</style>
border-color css
<style>
span { border-color: #DB57A0; }
span { border-color: rgb(219,87,160); }
td.TdClassName
{
border-color: #DB57A0;
}
.TagClassName
{
border-color: #DB57A0;
}
</style>