Shades of Hopbush #DB5FA8
Tints of Hopbush #DB5FA8
RGB
CMYK
RGB Variations
Color information
#DB5FA8 (or 0xDB5FA8) is known color: Hopbush. HEX triplet: DB, 5F and A8. RGB value is (219,95,168). Sum of RGB (Red+Green+Blue) = 219+95+168=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5FA8 is #24A057. Grayscale: #8C8C8C. Windows color (decimal): -2400344 or 11034587. OLE color: 11034587.
HSL color Cylindrical-coordinate representation of color #DB5FA8: hue angle of 324.68º 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 #DB5FA8 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 168 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.14 |
| HSL | 324.68º | 0.63% | 0.62% | - |
| HSV(B) | 324.68º | 0.57% | 0.86% | - |
| XYZ | 40.37 | 26.07 | 39.95 | - |
| YUV | 140.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 168 | 0 | 0.57 | 0.23 | 0.14 | 324.68 | 0.63 | 0.62 |
| Hex | DB | 5F | A8 | 0 | 39 | 17 | E | 145 | 3F | 3E |
| Octal | 333 | 137 | 250 | 0 | 71 | 27 | 16 | 505 | 77 | 76 |
| Binary | 11011011 | 1011111 | 10101000 | 0 | 111001 | 10111 | 1110 | 101000101 | 111111 | 111110 |
Color Harmonies of #DB5FA8
Complementary color
Monochromatic Colors of #DB5FA8
Black with #DB5FA8
Text Example
Text Example
White with #DB5FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FA8; }
p { color: rgb(219,95,168); }
H1.HeaderClassName
{
color: #DB5FA8;
}
.AnyTagClassName
{
color: #DB5FA8;
}
</style>
background-color css
<style>
a { background-color: #DB5FA8; }
a { background-color: rgb(219,95,168); }
div.DivClassName
{
background-color: #DB5FA8;
}
.BgClassName
{
background-color: #DB5FA8;
}
</style>
border-color css
<style>
span { border-color: #DB5FA8; }
span { border-color: rgb(219,95,168); }
td.TdClassName
{
border-color: #DB5FA8;
}
.TagClassName
{
border-color: #DB5FA8;
}
</style>