Shades of Hopbush #DB60AB
Tints of Hopbush #DB60AB
RGB
CMYK
RGB Variations
Color information
#DB60AB (or 0xDB60AB) is known color: Hopbush. HEX triplet: DB, 60 and AB. RGB value is (219,96,171). Sum of RGB (Red+Green+Blue) = 219+96+171=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB60AB is #249F54. Grayscale: #8D8D8D. Windows color (decimal): -2400085 or 11231451. OLE color: 11231451.
HSL color Cylindrical-coordinate representation of color #DB60AB: hue angle of 323.41º 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 #DB60AB is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 171 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.14 |
| HSL | 323.41º | 0.63% | 0.62% | - |
| HSV(B) | 323.41º | 0.56% | 0.86% | - |
| XYZ | 40.75 | 26.37 | 41.47 | - |
| YUV | 141.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 171 | 0 | 0.56 | 0.22 | 0.14 | 323.41 | 0.63 | 0.62 |
| Hex | DB | 60 | AB | 0 | 38 | 16 | E | 143 | 3F | 3E |
| Octal | 333 | 140 | 253 | 0 | 70 | 26 | 16 | 503 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10101011 | 0 | 111000 | 10110 | 1110 | 101000011 | 111111 | 111110 |
Color Harmonies of #DB60AB
Complementary color
Monochromatic Colors of #DB60AB
Black with #DB60AB
Text Example
Text Example
White with #DB60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60AB; }
p { color: rgb(219,96,171); }
H1.HeaderClassName
{
color: #DB60AB;
}
.AnyTagClassName
{
color: #DB60AB;
}
</style>
background-color css
<style>
a { background-color: #DB60AB; }
a { background-color: rgb(219,96,171); }
div.DivClassName
{
background-color: #DB60AB;
}
.BgClassName
{
background-color: #DB60AB;
}
</style>
border-color css
<style>
span { border-color: #DB60AB; }
span { border-color: rgb(219,96,171); }
td.TdClassName
{
border-color: #DB60AB;
}
.TagClassName
{
border-color: #DB60AB;
}
</style>