Shades of Hopbush #DB5BAA
Tints of Hopbush #DB5BAA
RGB
CMYK
RGB Variations
Color information
#DB5BAA (or 0xDB5BAA) is known color: Hopbush. HEX triplet: DB, 5B and AA. RGB value is (219,91,170). Sum of RGB (Red+Green+Blue) = 219+91+170=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5BAA is #24A455. Grayscale: #8A8A8A. Windows color (decimal): -2401366 or 11164635. OLE color: 11164635.
HSL color Cylindrical-coordinate representation of color #DB5BAA: hue angle of 322.97º 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 #DB5BAA is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 170 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.14 |
| HSL | 322.97º | 0.64% | 0.61% | - |
| HSV(B) | 322.97º | 0.58% | 0.86% | - |
| XYZ | 40.21 | 25.44 | 40.82 | - |
| YUV | 138.28 | 145.91 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 170 | 0 | 0.58 | 0.22 | 0.14 | 322.97 | 0.64 | 0.61 |
| Hex | DB | 5B | AA | 0 | 3A | 16 | E | 143 | 40 | 3D |
| Octal | 333 | 133 | 252 | 0 | 72 | 26 | 16 | 503 | 100 | 75 |
| Binary | 11011011 | 1011011 | 10101010 | 0 | 111010 | 10110 | 1110 | 101000011 | 1000000 | 111101 |
Color Harmonies of #DB5BAA
Complementary color
Monochromatic Colors of #DB5BAA
Black with #DB5BAA
Text Example
Text Example
White with #DB5BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BAA; }
p { color: rgb(219,91,170); }
H1.HeaderClassName
{
color: #DB5BAA;
}
.AnyTagClassName
{
color: #DB5BAA;
}
</style>
background-color css
<style>
a { background-color: #DB5BAA; }
a { background-color: rgb(219,91,170); }
div.DivClassName
{
background-color: #DB5BAA;
}
.BgClassName
{
background-color: #DB5BAA;
}
</style>
border-color css
<style>
span { border-color: #DB5BAA; }
span { border-color: rgb(219,91,170); }
td.TdClassName
{
border-color: #DB5BAA;
}
.TagClassName
{
border-color: #DB5BAA;
}
</style>