Shades of Hopbush #DB5A94
Tints of Hopbush #DB5A94
RGB
CMYK
RGB Variations
Color information
#DB5A94 (or 0xDB5A94) is known color: Hopbush. HEX triplet: DB, 5A and 94. RGB value is (219,90,148). Sum of RGB (Red+Green+Blue) = 219+90+148=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A94 is #24A56B. Grayscale: #878787. Windows color (decimal): -2401644 or 9722587. OLE color: 9722587.
HSL color Cylindrical-coordinate representation of color #DB5A94: hue angle of 333.02º 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 #DB5A94 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 148 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.14 |
| HSL | 333.02º | 0.64% | 0.61% | - |
| HSV(B) | 333.02º | 0.59% | 0.86% | - |
| XYZ | 38.21 | 24.51 | 30.73 | - |
| YUV | 135.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 148 | 0 | 0.59 | 0.32 | 0.14 | 333.02 | 0.64 | 0.61 |
| Hex | DB | 5A | 94 | 0 | 3B | 20 | E | 14D | 40 | 3D |
| Octal | 333 | 132 | 224 | 0 | 73 | 40 | 16 | 515 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10010100 | 0 | 111011 | 100000 | 1110 | 101001101 | 1000000 | 111101 |
Color Harmonies of #DB5A94
Complementary color
Monochromatic Colors of #DB5A94
Black with #DB5A94
Text Example
Text Example
White with #DB5A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A94; }
p { color: rgb(219,90,148); }
H1.HeaderClassName
{
color: #DB5A94;
}
.AnyTagClassName
{
color: #DB5A94;
}
</style>
background-color css
<style>
a { background-color: #DB5A94; }
a { background-color: rgb(219,90,148); }
div.DivClassName
{
background-color: #DB5A94;
}
.BgClassName
{
background-color: #DB5A94;
}
</style>
border-color css
<style>
span { border-color: #DB5A94; }
span { border-color: rgb(219,90,148); }
td.TdClassName
{
border-color: #DB5A94;
}
.TagClassName
{
border-color: #DB5A94;
}
</style>