Shades of Hopbush #DB5AAC
Tints of Hopbush #DB5AAC
RGB
CMYK
RGB Variations
Color information
#DB5AAC (or 0xDB5AAC) is known color: Hopbush. HEX triplet: DB, 5A and AC. RGB value is (219,90,172). Sum of RGB (Red+Green+Blue) = 219+90+172=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AAC is #24A553. Grayscale: #898989. Windows color (decimal): -2401620 or 11295451. OLE color: 11295451.
HSL color Cylindrical-coordinate representation of color #DB5AAC: hue angle of 321.86º 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 #DB5AAC is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 172 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.14 |
| HSL | 321.86º | 0.64% | 0.61% | - |
| HSV(B) | 321.86º | 0.59% | 0.86% | - |
| XYZ | 40.32 | 25.35 | 41.8 | - |
| YUV | 137.92 | 147.24 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 172 | 0 | 0.59 | 0.21 | 0.14 | 321.86 | 0.64 | 0.61 |
| Hex | DB | 5A | AC | 0 | 3B | 15 | E | 142 | 40 | 3D |
| Octal | 333 | 132 | 254 | 0 | 73 | 25 | 16 | 502 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10101100 | 0 | 111011 | 10101 | 1110 | 101000010 | 1000000 | 111101 |
Color Harmonies of #DB5AAC
Complementary color
Monochromatic Colors of #DB5AAC
Black with #DB5AAC
Text Example
Text Example
White with #DB5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AAC; }
p { color: rgb(219,90,172); }
H1.HeaderClassName
{
color: #DB5AAC;
}
.AnyTagClassName
{
color: #DB5AAC;
}
</style>
background-color css
<style>
a { background-color: #DB5AAC; }
a { background-color: rgb(219,90,172); }
div.DivClassName
{
background-color: #DB5AAC;
}
.BgClassName
{
background-color: #DB5AAC;
}
</style>
border-color css
<style>
span { border-color: #DB5AAC; }
span { border-color: rgb(219,90,172); }
td.TdClassName
{
border-color: #DB5AAC;
}
.TagClassName
{
border-color: #DB5AAC;
}
</style>