Shades of Hopbush #DB5BA4
Tints of Hopbush #DB5BA4
RGB
CMYK
RGB Variations
Color information
#DB5BA4 (or 0xDB5BA4) is known color: Hopbush. HEX triplet: DB, 5B and A4. RGB value is (219,91,164). Sum of RGB (Red+Green+Blue) = 219+91+164=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5BA4 is #24A45B. Grayscale: #898989. Windows color (decimal): -2401372 or 10771419. OLE color: 10771419.
HSL color Cylindrical-coordinate representation of color #DB5BA4: hue angle of 325.78º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5BA4 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 164 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.14 |
| HSL | 325.78º | 0.64% | 0.61% | - |
| HSV(B) | 325.78º | 0.58% | 0.86% | - |
| XYZ | 39.66 | 25.22 | 37.9 | - |
| YUV | 137.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 164 | 0 | 0.58 | 0.25 | 0.14 | 325.78 | 0.64 | 0.61 |
| Hex | DB | 5B | A4 | 0 | 3A | 19 | E | 146 | 40 | 3D |
| Octal | 333 | 133 | 244 | 0 | 72 | 31 | 16 | 506 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10100100 | 0 | 111010 | 11001 | 1110 | 101000110 | 1000000 | 111101 |
Color Harmonies of #DB5BA4
Complementary color
Monochromatic Colors of #DB5BA4
Black with #DB5BA4
Text Example
Text Example
White with #DB5BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BA4; }
p { color: rgb(219,91,164); }
H1.HeaderClassName
{
color: #DB5BA4;
}
.AnyTagClassName
{
color: #DB5BA4;
}
</style>
background-color css
<style>
a { background-color: #DB5BA4; }
a { background-color: rgb(219,91,164); }
div.DivClassName
{
background-color: #DB5BA4;
}
.BgClassName
{
background-color: #DB5BA4;
}
</style>
border-color css
<style>
span { border-color: #DB5BA4; }
span { border-color: rgb(219,91,164); }
td.TdClassName
{
border-color: #DB5BA4;
}
.TagClassName
{
border-color: #DB5BA4;
}
</style>