Shades of Hopbush #DB5AA5
Tints of Hopbush #DB5AA5
RGB
CMYK
RGB Variations
Color information
#DB5AA5 (or 0xDB5AA5) is known color: Hopbush. HEX triplet: DB, 5A and A5. RGB value is (219,90,165). Sum of RGB (Red+Green+Blue) = 219+90+165=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AA5 is #24A55A. Grayscale: #888888. Windows color (decimal): -2401627 or 10836699. OLE color: 10836699.
HSL color Cylindrical-coordinate representation of color #DB5AA5: hue angle of 325.12º 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 #DB5AA5 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 165 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.14 |
| HSL | 325.12º | 0.64% | 0.61% | - |
| HSV(B) | 325.12º | 0.59% | 0.86% | - |
| XYZ | 39.66 | 25.09 | 38.35 | - |
| YUV | 137.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 165 | 0 | 0.59 | 0.25 | 0.14 | 325.12 | 0.64 | 0.61 |
| Hex | DB | 5A | A5 | 0 | 3B | 19 | E | 145 | 40 | 3D |
| Octal | 333 | 132 | 245 | 0 | 73 | 31 | 16 | 505 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10100101 | 0 | 111011 | 11001 | 1110 | 101000101 | 1000000 | 111101 |
Color Harmonies of #DB5AA5
Complementary color
Monochromatic Colors of #DB5AA5
Black with #DB5AA5
Text Example
Text Example
White with #DB5AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AA5; }
p { color: rgb(219,90,165); }
H1.HeaderClassName
{
color: #DB5AA5;
}
.AnyTagClassName
{
color: #DB5AA5;
}
</style>
background-color css
<style>
a { background-color: #DB5AA5; }
a { background-color: rgb(219,90,165); }
div.DivClassName
{
background-color: #DB5AA5;
}
.BgClassName
{
background-color: #DB5AA5;
}
</style>
border-color css
<style>
span { border-color: #DB5AA5; }
span { border-color: rgb(219,90,165); }
td.TdClassName
{
border-color: #DB5AA5;
}
.TagClassName
{
border-color: #DB5AA5;
}
</style>