Shades of Hopbush #DB619F
Tints of Hopbush #DB619F
RGB
CMYK
RGB Variations
Color information
#DB619F (or 0xDB619F) is known color: Hopbush. HEX triplet: DB, 61 and 9F. RGB value is (219,97,159). Sum of RGB (Red+Green+Blue) = 219+97+159=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB619F is #249E60. Grayscale: #8C8C8C. Windows color (decimal): -2399841 or 10445275. OLE color: 10445275.
HSL color Cylindrical-coordinate representation of color #DB619F: hue angle of 329.51º 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 #DB619F is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 159 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.14 |
| HSL | 329.51º | 0.63% | 0.62% | - |
| HSV(B) | 329.51º | 0.56% | 0.86% | - |
| XYZ | 39.75 | 26.11 | 35.75 | - |
| YUV | 140.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 159 | 0 | 0.56 | 0.27 | 0.14 | 329.51 | 0.63 | 0.62 |
| Hex | DB | 61 | 9F | 0 | 38 | 1B | E | 14A | 3F | 3E |
| Octal | 333 | 141 | 237 | 0 | 70 | 33 | 16 | 512 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10011111 | 0 | 111000 | 11011 | 1110 | 101001010 | 111111 | 111110 |
Color Harmonies of #DB619F
Complementary color
Monochromatic Colors of #DB619F
Black with #DB619F
Text Example
Text Example
White with #DB619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB619F; }
p { color: rgb(219,97,159); }
H1.HeaderClassName
{
color: #DB619F;
}
.AnyTagClassName
{
color: #DB619F;
}
</style>
background-color css
<style>
a { background-color: #DB619F; }
a { background-color: rgb(219,97,159); }
div.DivClassName
{
background-color: #DB619F;
}
.BgClassName
{
background-color: #DB619F;
}
</style>
border-color css
<style>
span { border-color: #DB619F; }
span { border-color: rgb(219,97,159); }
td.TdClassName
{
border-color: #DB619F;
}
.TagClassName
{
border-color: #DB619F;
}
</style>