Shades of Hopbush #DB5A99
Tints of Hopbush #DB5A99
RGB
CMYK
RGB Variations
Color information
#DB5A99 (or 0xDB5A99) is known color: Hopbush. HEX triplet: DB, 5A and 99. RGB value is (219,90,153). Sum of RGB (Red+Green+Blue) = 219+90+153=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A99 is #24A566. Grayscale: #878787. Windows color (decimal): -2401639 or 10050267. OLE color: 10050267.
HSL color Cylindrical-coordinate representation of color #DB5A99: hue angle of 330.7º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A99 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 153 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.14 |
| HSL | 330.7º | 0.64% | 0.61% | - |
| HSV(B) | 330.7º | 0.59% | 0.86% | - |
| XYZ | 38.62 | 24.67 | 32.86 | - |
| YUV | 135.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 153 | 0 | 0.59 | 0.30 | 0.14 | 330.7 | 0.64 | 0.61 |
| Hex | DB | 5A | 99 | 0 | 3B | 1E | E | 14B | 40 | 3D |
| Octal | 333 | 132 | 231 | 0 | 73 | 36 | 16 | 513 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10011001 | 0 | 111011 | 11110 | 1110 | 101001011 | 1000000 | 111101 |
Color Harmonies of #DB5A99
Complementary color
Monochromatic Colors of #DB5A99
Black with #DB5A99
Text Example
Text Example
White with #DB5A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A99; }
p { color: rgb(219,90,153); }
H1.HeaderClassName
{
color: #DB5A99;
}
.AnyTagClassName
{
color: #DB5A99;
}
</style>
background-color css
<style>
a { background-color: #DB5A99; }
a { background-color: rgb(219,90,153); }
div.DivClassName
{
background-color: #DB5A99;
}
.BgClassName
{
background-color: #DB5A99;
}
</style>
border-color css
<style>
span { border-color: #DB5A99; }
span { border-color: rgb(219,90,153); }
td.TdClassName
{
border-color: #DB5A99;
}
.TagClassName
{
border-color: #DB5A99;
}
</style>