Shades of Hopbush #DB60A2
Tints of Hopbush #DB60A2
RGB
CMYK
RGB Variations
Color information
#DB60A2 (or 0xDB60A2) is known color: Hopbush. HEX triplet: DB, 60 and A2. RGB value is (219,96,162). Sum of RGB (Red+Green+Blue) = 219+96+162=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB60A2 is #249F5D. Grayscale: #8C8C8C. Windows color (decimal): -2400094 or 10641627. OLE color: 10641627.
HSL color Cylindrical-coordinate representation of color #DB60A2: hue angle of 327.8º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB60A2 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 162 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.14 |
| HSL | 327.8º | 0.63% | 0.62% | - |
| HSV(B) | 327.8º | 0.56% | 0.86% | - |
| XYZ | 39.92 | 26.03 | 37.1 | - |
| YUV | 140.3 | 140.25 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 162 | 0 | 0.56 | 0.26 | 0.14 | 327.8 | 0.63 | 0.62 |
| Hex | DB | 60 | A2 | 0 | 38 | 1A | E | 148 | 3F | 3E |
| Octal | 333 | 140 | 242 | 0 | 70 | 32 | 16 | 510 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10100010 | 0 | 111000 | 11010 | 1110 | 101001000 | 111111 | 111110 |
Color Harmonies of #DB60A2
Complementary color
Monochromatic Colors of #DB60A2
Black with #DB60A2
Text Example
Text Example
White with #DB60A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60A2; }
p { color: rgb(219,96,162); }
H1.HeaderClassName
{
color: #DB60A2;
}
.AnyTagClassName
{
color: #DB60A2;
}
</style>
background-color css
<style>
a { background-color: #DB60A2; }
a { background-color: rgb(219,96,162); }
div.DivClassName
{
background-color: #DB60A2;
}
.BgClassName
{
background-color: #DB60A2;
}
</style>
border-color css
<style>
span { border-color: #DB60A2; }
span { border-color: rgb(219,96,162); }
td.TdClassName
{
border-color: #DB60A2;
}
.TagClassName
{
border-color: #DB60A2;
}
</style>