Shades of Hopbush #DB609D
Tints of Hopbush #DB609D
RGB
CMYK
RGB Variations
Color information
#DB609D (or 0xDB609D) is known color: Hopbush. HEX triplet: DB, 60 and 9D. RGB value is (219,96,157). Sum of RGB (Red+Green+Blue) = 219+96+157=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB609D is #249F62. Grayscale: #8B8B8B. Windows color (decimal): -2400099 or 10313947. OLE color: 10313947.
HSL color Cylindrical-coordinate representation of color #DB609D: hue angle of 330.24º 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 #DB609D is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 157 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.14 |
| HSL | 330.24º | 0.63% | 0.62% | - |
| HSV(B) | 330.24º | 0.56% | 0.86% | - |
| XYZ | 39.48 | 25.86 | 34.81 | - |
| YUV | 139.73 | 137.75 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 157 | 0 | 0.56 | 0.28 | 0.14 | 330.24 | 0.63 | 0.62 |
| Hex | DB | 60 | 9D | 0 | 38 | 1C | E | 14A | 3F | 3E |
| Octal | 333 | 140 | 235 | 0 | 70 | 34 | 16 | 512 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10011101 | 0 | 111000 | 11100 | 1110 | 101001010 | 111111 | 111110 |
Color Harmonies of #DB609D
Complementary color
Monochromatic Colors of #DB609D
Black with #DB609D
Text Example
Text Example
White with #DB609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB609D; }
p { color: rgb(219,96,157); }
H1.HeaderClassName
{
color: #DB609D;
}
.AnyTagClassName
{
color: #DB609D;
}
</style>
background-color css
<style>
a { background-color: #DB609D; }
a { background-color: rgb(219,96,157); }
div.DivClassName
{
background-color: #DB609D;
}
.BgClassName
{
background-color: #DB609D;
}
</style>
border-color css
<style>
span { border-color: #DB609D; }
span { border-color: rgb(219,96,157); }
td.TdClassName
{
border-color: #DB609D;
}
.TagClassName
{
border-color: #DB609D;
}
</style>