Shades of Hopbush #DB60AA
Tints of Hopbush #DB60AA
RGB
CMYK
RGB Variations
Color information
#DB60AA (or 0xDB60AA) is known color: Hopbush. HEX triplet: DB, 60 and AA. RGB value is (219,96,170). Sum of RGB (Red+Green+Blue) = 219+96+170=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB60AA is #249F55. Grayscale: #8D8D8D. Windows color (decimal): -2400086 or 11165915. OLE color: 11165915.
HSL color Cylindrical-coordinate representation of color #DB60AA: hue angle of 323.9º 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 #DB60AA is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 170 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.14 |
| HSL | 323.9º | 0.63% | 0.62% | - |
| HSV(B) | 323.9º | 0.56% | 0.86% | - |
| XYZ | 40.65 | 26.33 | 40.97 | - |
| YUV | 141.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 170 | 0 | 0.56 | 0.22 | 0.14 | 323.9 | 0.63 | 0.62 |
| Hex | DB | 60 | AA | 0 | 38 | 16 | E | 144 | 3F | 3E |
| Octal | 333 | 140 | 252 | 0 | 70 | 26 | 16 | 504 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10101010 | 0 | 111000 | 10110 | 1110 | 101000100 | 111111 | 111110 |
Color Harmonies of #DB60AA
Complementary color
Monochromatic Colors of #DB60AA
Black with #DB60AA
Text Example
Text Example
White with #DB60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60AA; }
p { color: rgb(219,96,170); }
H1.HeaderClassName
{
color: #DB60AA;
}
.AnyTagClassName
{
color: #DB60AA;
}
</style>
background-color css
<style>
a { background-color: #DB60AA; }
a { background-color: rgb(219,96,170); }
div.DivClassName
{
background-color: #DB60AA;
}
.BgClassName
{
background-color: #DB60AA;
}
</style>
border-color css
<style>
span { border-color: #DB60AA; }
span { border-color: rgb(219,96,170); }
td.TdClassName
{
border-color: #DB60AA;
}
.TagClassName
{
border-color: #DB60AA;
}
</style>