Shades of Hopbush #DB60A3
Tints of Hopbush #DB60A3
RGB
CMYK
RGB Variations
Color information
#DB60A3 (or 0xDB60A3) is known color: Hopbush. HEX triplet: DB, 60 and A3. RGB value is (219,96,163). Sum of RGB (Red+Green+Blue) = 219+96+163=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB60A3 is #249F5C. Grayscale: #8C8C8C. Windows color (decimal): -2400093 or 10707163. OLE color: 10707163.
HSL color Cylindrical-coordinate representation of color #DB60A3: hue angle of 327.32º 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 #DB60A3 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 163 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.14 |
| HSL | 327.32º | 0.63% | 0.62% | - |
| HSV(B) | 327.32º | 0.56% | 0.86% | - |
| XYZ | 40.01 | 26.07 | 37.57 | - |
| YUV | 140.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 163 | 0 | 0.56 | 0.26 | 0.14 | 327.32 | 0.63 | 0.62 |
| Hex | DB | 60 | A3 | 0 | 38 | 1A | E | 147 | 3F | 3E |
| Octal | 333 | 140 | 243 | 0 | 70 | 32 | 16 | 507 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10100011 | 0 | 111000 | 11010 | 1110 | 101000111 | 111111 | 111110 |
Color Harmonies of #DB60A3
Complementary color
Monochromatic Colors of #DB60A3
Black with #DB60A3
Text Example
Text Example
White with #DB60A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60A3; }
p { color: rgb(219,96,163); }
H1.HeaderClassName
{
color: #DB60A3;
}
.AnyTagClassName
{
color: #DB60A3;
}
</style>
background-color css
<style>
a { background-color: #DB60A3; }
a { background-color: rgb(219,96,163); }
div.DivClassName
{
background-color: #DB60A3;
}
.BgClassName
{
background-color: #DB60A3;
}
</style>
border-color css
<style>
span { border-color: #DB60A3; }
span { border-color: rgb(219,96,163); }
td.TdClassName
{
border-color: #DB60A3;
}
.TagClassName
{
border-color: #DB60A3;
}
</style>