Shades of Hopbush #DB5AA7
Tints of Hopbush #DB5AA7
RGB
CMYK
RGB Variations
Color information
#DB5AA7 (or 0xDB5AA7) is known color: Hopbush. HEX triplet: DB, 5A and A7. RGB value is (219,90,167). Sum of RGB (Red+Green+Blue) = 219+90+167=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AA7 is #24A558. Grayscale: #898989. Windows color (decimal): -2401625 or 10967771. OLE color: 10967771.
HSL color Cylindrical-coordinate representation of color #DB5AA7: hue angle of 324.19º 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 #DB5AA7 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 167 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.14 |
| HSL | 324.19º | 0.64% | 0.61% | - |
| HSV(B) | 324.19º | 0.59% | 0.86% | - |
| XYZ | 39.84 | 25.16 | 39.32 | - |
| YUV | 137.35 | 144.74 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 167 | 0 | 0.59 | 0.24 | 0.14 | 324.19 | 0.64 | 0.61 |
| Hex | DB | 5A | A7 | 0 | 3B | 18 | E | 144 | 40 | 3D |
| Octal | 333 | 132 | 247 | 0 | 73 | 30 | 16 | 504 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10100111 | 0 | 111011 | 11000 | 1110 | 101000100 | 1000000 | 111101 |
Color Harmonies of #DB5AA7
Complementary color
Monochromatic Colors of #DB5AA7
Black with #DB5AA7
Text Example
Text Example
White with #DB5AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AA7; }
p { color: rgb(219,90,167); }
H1.HeaderClassName
{
color: #DB5AA7;
}
.AnyTagClassName
{
color: #DB5AA7;
}
</style>
background-color css
<style>
a { background-color: #DB5AA7; }
a { background-color: rgb(219,90,167); }
div.DivClassName
{
background-color: #DB5AA7;
}
.BgClassName
{
background-color: #DB5AA7;
}
</style>
border-color css
<style>
span { border-color: #DB5AA7; }
span { border-color: rgb(219,90,167); }
td.TdClassName
{
border-color: #DB5AA7;
}
.TagClassName
{
border-color: #DB5AA7;
}
</style>