Shades of Hopbush #DB64A9
Tints of Hopbush #DB64A9
RGB
CMYK
RGB Variations
Color information
#DB64A9 (or 0xDB64A9) is known color: Hopbush. HEX triplet: DB, 64 and A9. RGB value is (219,100,169). Sum of RGB (Red+Green+Blue) = 219+100+169=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB64A9 is #249B56. Grayscale: #8F8F8F. Windows color (decimal): -2399063 or 11101403. OLE color: 11101403.
HSL color Cylindrical-coordinate representation of color #DB64A9: hue angle of 325.21º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB64A9 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 169 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.14 |
| HSL | 325.21º | 0.62% | 0.63% | - |
| HSV(B) | 325.21º | 0.54% | 0.86% | - |
| XYZ | 40.93 | 27.04 | 40.6 | - |
| YUV | 143.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 169 | 0 | 0.54 | 0.23 | 0.14 | 325.21 | 0.62 | 0.63 |
| Hex | DB | 64 | A9 | 0 | 36 | 17 | E | 145 | 3E | 3F |
| Octal | 333 | 144 | 251 | 0 | 66 | 27 | 16 | 505 | 76 | 77 |
| Binary | 11011011 | 1100100 | 10101001 | 0 | 110110 | 10111 | 1110 | 101000101 | 111110 | 111111 |
Color Harmonies of #DB64A9
Complementary color
Monochromatic Colors of #DB64A9
Black with #DB64A9
Text Example
Text Example
White with #DB64A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64A9; }
p { color: rgb(219,100,169); }
H1.HeaderClassName
{
color: #DB64A9;
}
.AnyTagClassName
{
color: #DB64A9;
}
</style>
background-color css
<style>
a { background-color: #DB64A9; }
a { background-color: rgb(219,100,169); }
div.DivClassName
{
background-color: #DB64A9;
}
.BgClassName
{
background-color: #DB64A9;
}
</style>
border-color css
<style>
span { border-color: #DB64A9; }
span { border-color: rgb(219,100,169); }
td.TdClassName
{
border-color: #DB64A9;
}
.TagClassName
{
border-color: #DB64A9;
}
</style>