Shades of Hopbush #DB60A5
Tints of Hopbush #DB60A5
RGB
CMYK
RGB Variations
Color information
#DB60A5 (or 0xDB60A5) is known color: Hopbush. HEX triplet: DB, 60 and A5. RGB value is (219,96,165). Sum of RGB (Red+Green+Blue) = 219+96+165=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB60A5 is #249F5A. Grayscale: #8C8C8C. Windows color (decimal): -2400091 or 10838235. OLE color: 10838235.
HSL color Cylindrical-coordinate representation of color #DB60A5: hue angle of 326.34º 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 #DB60A5 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 165 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.14 |
| HSL | 326.34º | 0.63% | 0.62% | - |
| HSV(B) | 326.34º | 0.56% | 0.86% | - |
| XYZ | 40.19 | 26.14 | 38.53 | - |
| YUV | 140.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 165 | 0 | 0.56 | 0.25 | 0.14 | 326.34 | 0.63 | 0.62 |
| Hex | DB | 60 | A5 | 0 | 38 | 19 | E | 146 | 3F | 3E |
| Octal | 333 | 140 | 245 | 0 | 70 | 31 | 16 | 506 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10100101 | 0 | 111000 | 11001 | 1110 | 101000110 | 111111 | 111110 |
Color Harmonies of #DB60A5
Complementary color
Monochromatic Colors of #DB60A5
Black with #DB60A5
Text Example
Text Example
White with #DB60A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60A5; }
p { color: rgb(219,96,165); }
H1.HeaderClassName
{
color: #DB60A5;
}
.AnyTagClassName
{
color: #DB60A5;
}
</style>
background-color css
<style>
a { background-color: #DB60A5; }
a { background-color: rgb(219,96,165); }
div.DivClassName
{
background-color: #DB60A5;
}
.BgClassName
{
background-color: #DB60A5;
}
</style>
border-color css
<style>
span { border-color: #DB60A5; }
span { border-color: rgb(219,96,165); }
td.TdClassName
{
border-color: #DB60A5;
}
.TagClassName
{
border-color: #DB60A5;
}
</style>