Shades of Hopbush #DB61A0
Tints of Hopbush #DB61A0
RGB
CMYK
RGB Variations
Color information
#DB61A0 (or 0xDB61A0) is known color: Hopbush. HEX triplet: DB, 61 and A0. RGB value is (219,97,160). Sum of RGB (Red+Green+Blue) = 219+97+160=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB61A0 is #249E5F. Grayscale: #8C8C8C. Windows color (decimal): -2399840 or 10510811. OLE color: 10510811.
HSL color Cylindrical-coordinate representation of color #DB61A0: hue angle of 329.02º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB61A0 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 160 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.14 |
| HSL | 329.02º | 0.63% | 0.62% | - |
| HSV(B) | 329.02º | 0.56% | 0.86% | - |
| XYZ | 39.83 | 26.15 | 36.21 | - |
| YUV | 140.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 160 | 0 | 0.56 | 0.27 | 0.14 | 329.02 | 0.63 | 0.62 |
| Hex | DB | 61 | A0 | 0 | 38 | 1B | E | 149 | 3F | 3E |
| Octal | 333 | 141 | 240 | 0 | 70 | 33 | 16 | 511 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10100000 | 0 | 111000 | 11011 | 1110 | 101001001 | 111111 | 111110 |
Color Harmonies of #DB61A0
Complementary color
Monochromatic Colors of #DB61A0
Black with #DB61A0
Text Example
Text Example
White with #DB61A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61A0; }
p { color: rgb(219,97,160); }
H1.HeaderClassName
{
color: #DB61A0;
}
.AnyTagClassName
{
color: #DB61A0;
}
</style>
background-color css
<style>
a { background-color: #DB61A0; }
a { background-color: rgb(219,97,160); }
div.DivClassName
{
background-color: #DB61A0;
}
.BgClassName
{
background-color: #DB61A0;
}
</style>
border-color css
<style>
span { border-color: #DB61A0; }
span { border-color: rgb(219,97,160); }
td.TdClassName
{
border-color: #DB61A0;
}
.TagClassName
{
border-color: #DB61A0;
}
</style>