Shades of Hopbush #DB5B96
Tints of Hopbush #DB5B96
RGB
CMYK
RGB Variations
Color information
#DB5B96 (or 0xDB5B96) is known color: Hopbush. HEX triplet: DB, 5B and 96. RGB value is (219,91,150). Sum of RGB (Red+Green+Blue) = 219+91+150=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5B96 is #24A469. Grayscale: #878787. Windows color (decimal): -2401386 or 9853915. OLE color: 9853915.
HSL color Cylindrical-coordinate representation of color #DB5B96: hue angle of 332.34º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5B96 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 150 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.14 |
| HSL | 332.34º | 0.64% | 0.61% | - |
| HSV(B) | 332.34º | 0.58% | 0.86% | - |
| XYZ | 38.46 | 24.74 | 31.6 | - |
| YUV | 136 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 150 | 0 | 0.58 | 0.32 | 0.14 | 332.34 | 0.64 | 0.61 |
| Hex | DB | 5B | 96 | 0 | 3A | 20 | E | 14C | 40 | 3D |
| Octal | 333 | 133 | 226 | 0 | 72 | 40 | 16 | 514 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10010110 | 0 | 111010 | 100000 | 1110 | 101001100 | 1000000 | 111101 |
Color Harmonies of #DB5B96
Complementary color
Monochromatic Colors of #DB5B96
Black with #DB5B96
Text Example
Text Example
White with #DB5B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B96; }
p { color: rgb(219,91,150); }
H1.HeaderClassName
{
color: #DB5B96;
}
.AnyTagClassName
{
color: #DB5B96;
}
</style>
background-color css
<style>
a { background-color: #DB5B96; }
a { background-color: rgb(219,91,150); }
div.DivClassName
{
background-color: #DB5B96;
}
.BgClassName
{
background-color: #DB5B96;
}
</style>
border-color css
<style>
span { border-color: #DB5B96; }
span { border-color: rgb(219,91,150); }
td.TdClassName
{
border-color: #DB5B96;
}
.TagClassName
{
border-color: #DB5B96;
}
</style>