Shades of Hopbush #DB5A97
Tints of Hopbush #DB5A97
RGB
CMYK
RGB Variations
Color information
#DB5A97 (or 0xDB5A97) is known color: Hopbush. HEX triplet: DB, 5A and 97. RGB value is (219,90,151). Sum of RGB (Red+Green+Blue) = 219+90+151=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A97 is #24A568. Grayscale: #878787. Windows color (decimal): -2401641 or 9919195. OLE color: 9919195.
HSL color Cylindrical-coordinate representation of color #DB5A97: hue angle of 331.63º 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 #DB5A97 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 151 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.14 |
| HSL | 331.63º | 0.64% | 0.61% | - |
| HSV(B) | 331.63º | 0.59% | 0.86% | - |
| XYZ | 38.46 | 24.61 | 32 | - |
| YUV | 135.53 | 136.74 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 151 | 0 | 0.59 | 0.31 | 0.14 | 331.63 | 0.64 | 0.61 |
| Hex | DB | 5A | 97 | 0 | 3B | 1F | E | 14C | 40 | 3D |
| Octal | 333 | 132 | 227 | 0 | 73 | 37 | 16 | 514 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10010111 | 0 | 111011 | 11111 | 1110 | 101001100 | 1000000 | 111101 |
Color Harmonies of #DB5A97
Complementary color
Monochromatic Colors of #DB5A97
Black with #DB5A97
Text Example
Text Example
White with #DB5A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A97; }
p { color: rgb(219,90,151); }
H1.HeaderClassName
{
color: #DB5A97;
}
.AnyTagClassName
{
color: #DB5A97;
}
</style>
background-color css
<style>
a { background-color: #DB5A97; }
a { background-color: rgb(219,90,151); }
div.DivClassName
{
background-color: #DB5A97;
}
.BgClassName
{
background-color: #DB5A97;
}
</style>
border-color css
<style>
span { border-color: #DB5A97; }
span { border-color: rgb(219,90,151); }
td.TdClassName
{
border-color: #DB5A97;
}
.TagClassName
{
border-color: #DB5A97;
}
</style>