Shades of Hopbush #DB5FA9
Tints of Hopbush #DB5FA9
RGB
CMYK
RGB Variations
Color information
#DB5FA9 (or 0xDB5FA9) is known color: Hopbush. HEX triplet: DB, 5F and A9. RGB value is (219,95,169). Sum of RGB (Red+Green+Blue) = 219+95+169=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5FA9 is #24A056. Grayscale: #8C8C8C. Windows color (decimal): -2400343 or 11100123. OLE color: 11100123.
HSL color Cylindrical-coordinate representation of color #DB5FA9: hue angle of 324.19º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5FA9 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 169 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.14 |
| HSL | 324.19º | 0.63% | 0.62% | - |
| HSV(B) | 324.19º | 0.57% | 0.86% | - |
| XYZ | 40.47 | 26.11 | 40.44 | - |
| YUV | 140.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 169 | 0 | 0.57 | 0.23 | 0.14 | 324.19 | 0.63 | 0.62 |
| Hex | DB | 5F | A9 | 0 | 39 | 17 | E | 144 | 3F | 3E |
| Octal | 333 | 137 | 251 | 0 | 71 | 27 | 16 | 504 | 77 | 76 |
| Binary | 11011011 | 1011111 | 10101001 | 0 | 111001 | 10111 | 1110 | 101000100 | 111111 | 111110 |
Color Harmonies of #DB5FA9
Complementary color
Monochromatic Colors of #DB5FA9
Black with #DB5FA9
Text Example
Text Example
White with #DB5FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FA9; }
p { color: rgb(219,95,169); }
H1.HeaderClassName
{
color: #DB5FA9;
}
.AnyTagClassName
{
color: #DB5FA9;
}
</style>
background-color css
<style>
a { background-color: #DB5FA9; }
a { background-color: rgb(219,95,169); }
div.DivClassName
{
background-color: #DB5FA9;
}
.BgClassName
{
background-color: #DB5FA9;
}
</style>
border-color css
<style>
span { border-color: #DB5FA9; }
span { border-color: rgb(219,95,169); }
td.TdClassName
{
border-color: #DB5FA9;
}
.TagClassName
{
border-color: #DB5FA9;
}
</style>