Shades of Hopbush #DB5E9F
Tints of Hopbush #DB5E9F
RGB
CMYK
RGB Variations
Color information
#DB5E9F (or 0xDB5E9F) is known color: Hopbush. HEX triplet: DB, 5E and 9F. RGB value is (219,94,159). Sum of RGB (Red+Green+Blue) = 219+94+159=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5E9F is #24A160. Grayscale: #8A8A8A. Windows color (decimal): -2400609 or 10444507. OLE color: 10444507.
HSL color Cylindrical-coordinate representation of color #DB5E9F: hue angle of 328.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E9F is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 159 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.14 |
| HSL | 328.8º | 0.63% | 0.61% | - |
| HSV(B) | 328.8º | 0.57% | 0.86% | - |
| XYZ | 39.47 | 25.57 | 35.66 | - |
| YUV | 138.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 159 | 0 | 0.57 | 0.27 | 0.14 | 328.8 | 0.63 | 0.61 |
| Hex | DB | 5E | 9F | 0 | 39 | 1B | E | 149 | 3F | 3D |
| Octal | 333 | 136 | 237 | 0 | 71 | 33 | 16 | 511 | 77 | 75 |
| Binary | 11011011 | 1011110 | 10011111 | 0 | 111001 | 11011 | 1110 | 101001001 | 111111 | 111101 |
Color Harmonies of #DB5E9F
Complementary color
Monochromatic Colors of #DB5E9F
Black with #DB5E9F
Text Example
Text Example
White with #DB5E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E9F; }
p { color: rgb(219,94,159); }
H1.HeaderClassName
{
color: #DB5E9F;
}
.AnyTagClassName
{
color: #DB5E9F;
}
</style>
background-color css
<style>
a { background-color: #DB5E9F; }
a { background-color: rgb(219,94,159); }
div.DivClassName
{
background-color: #DB5E9F;
}
.BgClassName
{
background-color: #DB5E9F;
}
</style>
border-color css
<style>
span { border-color: #DB5E9F; }
span { border-color: rgb(219,94,159); }
td.TdClassName
{
border-color: #DB5E9F;
}
.TagClassName
{
border-color: #DB5E9F;
}
</style>