Shades of Hopbush #DB61A3
Tints of Hopbush #DB61A3
RGB
CMYK
RGB Variations
Color information
#DB61A3 (or 0xDB61A3) is known color: Hopbush. HEX triplet: DB, 61 and A3. RGB value is (219,97,163). Sum of RGB (Red+Green+Blue) = 219+97+163=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB61A3 is #249E5C. Grayscale: #8C8C8C. Windows color (decimal): -2399837 or 10707419. OLE color: 10707419.
HSL color Cylindrical-coordinate representation of color #DB61A3: hue angle of 327.54º 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 #DB61A3 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 163 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.14 |
| HSL | 327.54º | 0.63% | 0.62% | - |
| HSV(B) | 327.54º | 0.56% | 0.86% | - |
| XYZ | 40.1 | 26.25 | 37.6 | - |
| YUV | 141 | 140.42 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 163 | 0 | 0.56 | 0.26 | 0.14 | 327.54 | 0.63 | 0.62 |
| Hex | DB | 61 | A3 | 0 | 38 | 1A | E | 148 | 3F | 3E |
| Octal | 333 | 141 | 243 | 0 | 70 | 32 | 16 | 510 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10100011 | 0 | 111000 | 11010 | 1110 | 101001000 | 111111 | 111110 |
Color Harmonies of #DB61A3
Complementary color
Monochromatic Colors of #DB61A3
Black with #DB61A3
Text Example
Text Example
White with #DB61A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61A3; }
p { color: rgb(219,97,163); }
H1.HeaderClassName
{
color: #DB61A3;
}
.AnyTagClassName
{
color: #DB61A3;
}
</style>
background-color css
<style>
a { background-color: #DB61A3; }
a { background-color: rgb(219,97,163); }
div.DivClassName
{
background-color: #DB61A3;
}
.BgClassName
{
background-color: #DB61A3;
}
</style>
border-color css
<style>
span { border-color: #DB61A3; }
span { border-color: rgb(219,97,163); }
td.TdClassName
{
border-color: #DB61A3;
}
.TagClassName
{
border-color: #DB61A3;
}
</style>