Shades of Hopbush #DB609B
Tints of Hopbush #DB609B
RGB
CMYK
RGB Variations
Color information
#DB609B (or 0xDB609B) is known color: Hopbush. HEX triplet: DB, 60 and 9B. RGB value is (219,96,155). Sum of RGB (Red+Green+Blue) = 219+96+155=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB609B is #249F64. Grayscale: #8B8B8B. Windows color (decimal): -2400101 or 10182875. OLE color: 10182875.
HSL color Cylindrical-coordinate representation of color #DB609B: hue angle of 331.22º 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 #DB609B is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 155 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.14 |
| HSL | 331.22º | 0.63% | 0.62% | - |
| HSV(B) | 331.22º | 0.56% | 0.86% | - |
| XYZ | 39.31 | 25.79 | 33.92 | - |
| YUV | 139.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 155 | 0 | 0.56 | 0.29 | 0.14 | 331.22 | 0.63 | 0.62 |
| Hex | DB | 60 | 9B | 0 | 38 | 1D | E | 14B | 3F | 3E |
| Octal | 333 | 140 | 233 | 0 | 70 | 35 | 16 | 513 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10011011 | 0 | 111000 | 11101 | 1110 | 101001011 | 111111 | 111110 |
Color Harmonies of #DB609B
Complementary color
Monochromatic Colors of #DB609B
Black with #DB609B
Text Example
Text Example
White with #DB609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB609B; }
p { color: rgb(219,96,155); }
H1.HeaderClassName
{
color: #DB609B;
}
.AnyTagClassName
{
color: #DB609B;
}
</style>
background-color css
<style>
a { background-color: #DB609B; }
a { background-color: rgb(219,96,155); }
div.DivClassName
{
background-color: #DB609B;
}
.BgClassName
{
background-color: #DB609B;
}
</style>
border-color css
<style>
span { border-color: #DB609B; }
span { border-color: rgb(219,96,155); }
td.TdClassName
{
border-color: #DB609B;
}
.TagClassName
{
border-color: #DB609B;
}
</style>