Shades of Hopbush #DB60AE
Tints of Hopbush #DB60AE
RGB
CMYK
RGB Variations
Color information
#DB60AE (or 0xDB60AE) is known color: Hopbush. HEX triplet: DB, 60 and AE. RGB value is (219,96,174). Sum of RGB (Red+Green+Blue) = 219+96+174=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB60AE is #249F51. Grayscale: #8D8D8D. Windows color (decimal): -2400082 or 11428059. OLE color: 11428059.
HSL color Cylindrical-coordinate representation of color #DB60AE: hue angle of 321.95º 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 #DB60AE is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 174 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.14 |
| HSL | 321.95º | 0.63% | 0.62% | - |
| HSV(B) | 321.95º | 0.56% | 0.86% | - |
| XYZ | 41.04 | 26.48 | 42.99 | - |
| YUV | 141.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 174 | 0 | 0.56 | 0.21 | 0.14 | 321.95 | 0.63 | 0.62 |
| Hex | DB | 60 | AE | 0 | 38 | 15 | E | 142 | 3F | 3E |
| Octal | 333 | 140 | 256 | 0 | 70 | 25 | 16 | 502 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10101110 | 0 | 111000 | 10101 | 1110 | 101000010 | 111111 | 111110 |
Color Harmonies of #DB60AE
Complementary color
Monochromatic Colors of #DB60AE
Black with #DB60AE
Text Example
Text Example
White with #DB60AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60AE; }
p { color: rgb(219,96,174); }
H1.HeaderClassName
{
color: #DB60AE;
}
.AnyTagClassName
{
color: #DB60AE;
}
</style>
background-color css
<style>
a { background-color: #DB60AE; }
a { background-color: rgb(219,96,174); }
div.DivClassName
{
background-color: #DB60AE;
}
.BgClassName
{
background-color: #DB60AE;
}
</style>
border-color css
<style>
span { border-color: #DB60AE; }
span { border-color: rgb(219,96,174); }
td.TdClassName
{
border-color: #DB60AE;
}
.TagClassName
{
border-color: #DB60AE;
}
</style>