Shades of Hopbush #DB5EA5
Tints of Hopbush #DB5EA5
RGB
CMYK
RGB Variations
Color information
#DB5EA5 (or 0xDB5EA5) is known color: Hopbush. HEX triplet: DB, 5E and A5. RGB value is (219,94,165). Sum of RGB (Red+Green+Blue) = 219+94+165=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5EA5 is #24A15A. Grayscale: #8B8B8B. Windows color (decimal): -2400603 or 10837723. OLE color: 10837723.
HSL color Cylindrical-coordinate representation of color #DB5EA5: hue angle of 325.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5EA5 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 165 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.14 |
| HSL | 325.92º | 0.63% | 0.61% | - |
| HSV(B) | 325.92º | 0.57% | 0.86% | - |
| XYZ | 40.01 | 25.78 | 38.47 | - |
| YUV | 139.47 | 142.41 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 165 | 0 | 0.57 | 0.25 | 0.14 | 325.92 | 0.63 | 0.61 |
| Hex | DB | 5E | A5 | 0 | 39 | 19 | E | 146 | 3F | 3D |
| Octal | 333 | 136 | 245 | 0 | 71 | 31 | 16 | 506 | 77 | 75 |
| Binary | 11011011 | 1011110 | 10100101 | 0 | 111001 | 11001 | 1110 | 101000110 | 111111 | 111101 |
Color Harmonies of #DB5EA5
Complementary color
Monochromatic Colors of #DB5EA5
Black with #DB5EA5
Text Example
Text Example
White with #DB5EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EA5; }
p { color: rgb(219,94,165); }
H1.HeaderClassName
{
color: #DB5EA5;
}
.AnyTagClassName
{
color: #DB5EA5;
}
</style>
background-color css
<style>
a { background-color: #DB5EA5; }
a { background-color: rgb(219,94,165); }
div.DivClassName
{
background-color: #DB5EA5;
}
.BgClassName
{
background-color: #DB5EA5;
}
</style>
border-color css
<style>
span { border-color: #DB5EA5; }
span { border-color: rgb(219,94,165); }
td.TdClassName
{
border-color: #DB5EA5;
}
.TagClassName
{
border-color: #DB5EA5;
}
</style>