Shades of Hopbush #DB5CA2
Tints of Hopbush #DB5CA2
RGB
CMYK
RGB Variations
Color information
#DB5CA2 (or 0xDB5CA2) is known color: Hopbush. HEX triplet: DB, 5C and A2. RGB value is (219,92,162). Sum of RGB (Red+Green+Blue) = 219+92+162=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5CA2 is #24A35D. Grayscale: #898989. Windows color (decimal): -2401118 or 10640603. OLE color: 10640603.
HSL color Cylindrical-coordinate representation of color #DB5CA2: hue angle of 326.93º 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 #DB5CA2 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 162 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.14 |
| HSL | 326.93º | 0.64% | 0.61% | - |
| HSV(B) | 326.93º | 0.58% | 0.86% | - |
| XYZ | 39.56 | 25.32 | 36.99 | - |
| YUV | 137.95 | 141.58 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 162 | 0 | 0.58 | 0.26 | 0.14 | 326.93 | 0.64 | 0.61 |
| Hex | DB | 5C | A2 | 0 | 3A | 1A | E | 147 | 40 | 3D |
| Octal | 333 | 134 | 242 | 0 | 72 | 32 | 16 | 507 | 100 | 75 |
| Binary | 11011011 | 1011100 | 10100010 | 0 | 111010 | 11010 | 1110 | 101000111 | 1000000 | 111101 |
Color Harmonies of #DB5CA2
Complementary color
Monochromatic Colors of #DB5CA2
Black with #DB5CA2
Text Example
Text Example
White with #DB5CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CA2; }
p { color: rgb(219,92,162); }
H1.HeaderClassName
{
color: #DB5CA2;
}
.AnyTagClassName
{
color: #DB5CA2;
}
</style>
background-color css
<style>
a { background-color: #DB5CA2; }
a { background-color: rgb(219,92,162); }
div.DivClassName
{
background-color: #DB5CA2;
}
.BgClassName
{
background-color: #DB5CA2;
}
</style>
border-color css
<style>
span { border-color: #DB5CA2; }
span { border-color: rgb(219,92,162); }
td.TdClassName
{
border-color: #DB5CA2;
}
.TagClassName
{
border-color: #DB5CA2;
}
</style>