Shades of Hopbush #DB5AA3
Tints of Hopbush #DB5AA3
RGB
CMYK
RGB Variations
Color information
#DB5AA3 (or 0xDB5AA3) is known color: Hopbush. HEX triplet: DB, 5A and A3. RGB value is (219,90,163). Sum of RGB (Red+Green+Blue) = 219+90+163=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AA3 is #24A55C. Grayscale: #888888. Windows color (decimal): -2401629 or 10705627. OLE color: 10705627.
HSL color Cylindrical-coordinate representation of color #DB5AA3: hue angle of 326.05º 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 #DB5AA3 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 163 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.14 |
| HSL | 326.05º | 0.64% | 0.61% | - |
| HSV(B) | 326.05º | 0.59% | 0.86% | - |
| XYZ | 39.48 | 25.02 | 37.4 | - |
| YUV | 136.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 163 | 0 | 0.59 | 0.26 | 0.14 | 326.05 | 0.64 | 0.61 |
| Hex | DB | 5A | A3 | 0 | 3B | 1A | E | 146 | 40 | 3D |
| Octal | 333 | 132 | 243 | 0 | 73 | 32 | 16 | 506 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10100011 | 0 | 111011 | 11010 | 1110 | 101000110 | 1000000 | 111101 |
Color Harmonies of #DB5AA3
Complementary color
Monochromatic Colors of #DB5AA3
Black with #DB5AA3
Text Example
Text Example
White with #DB5AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AA3; }
p { color: rgb(219,90,163); }
H1.HeaderClassName
{
color: #DB5AA3;
}
.AnyTagClassName
{
color: #DB5AA3;
}
</style>
background-color css
<style>
a { background-color: #DB5AA3; }
a { background-color: rgb(219,90,163); }
div.DivClassName
{
background-color: #DB5AA3;
}
.BgClassName
{
background-color: #DB5AA3;
}
</style>
border-color css
<style>
span { border-color: #DB5AA3; }
span { border-color: rgb(219,90,163); }
td.TdClassName
{
border-color: #DB5AA3;
}
.TagClassName
{
border-color: #DB5AA3;
}
</style>