Shades of Hopbush #DB61AD
Tints of Hopbush #DB61AD
RGB
CMYK
RGB Variations
Color information
#DB61AD (or 0xDB61AD) is known color: Hopbush. HEX triplet: DB, 61 and AD. RGB value is (219,97,173). Sum of RGB (Red+Green+Blue) = 219+97+173=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB61AD is #249E52. Grayscale: #8D8D8D. Windows color (decimal): -2399827 or 11362779. OLE color: 11362779.
HSL color Cylindrical-coordinate representation of color #DB61AD: hue angle of 322.62º 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 #DB61AD is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 173 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.14 |
| HSL | 322.62º | 0.63% | 0.62% | - |
| HSV(B) | 322.62º | 0.56% | 0.86% | - |
| XYZ | 41.03 | 26.63 | 42.51 | - |
| YUV | 142.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 173 | 0 | 0.56 | 0.21 | 0.14 | 322.62 | 0.63 | 0.62 |
| Hex | DB | 61 | AD | 0 | 38 | 15 | E | 143 | 3F | 3E |
| Octal | 333 | 141 | 255 | 0 | 70 | 25 | 16 | 503 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10101101 | 0 | 111000 | 10101 | 1110 | 101000011 | 111111 | 111110 |
Color Harmonies of #DB61AD
Complementary color
Monochromatic Colors of #DB61AD
Black with #DB61AD
Text Example
Text Example
White with #DB61AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61AD; }
p { color: rgb(219,97,173); }
H1.HeaderClassName
{
color: #DB61AD;
}
.AnyTagClassName
{
color: #DB61AD;
}
</style>
background-color css
<style>
a { background-color: #DB61AD; }
a { background-color: rgb(219,97,173); }
div.DivClassName
{
background-color: #DB61AD;
}
.BgClassName
{
background-color: #DB61AD;
}
</style>
border-color css
<style>
span { border-color: #DB61AD; }
span { border-color: rgb(219,97,173); }
td.TdClassName
{
border-color: #DB61AD;
}
.TagClassName
{
border-color: #DB61AD;
}
</style>