Shades of Hopbush #DB62A3
Tints of Hopbush #DB62A3
RGB
CMYK
RGB Variations
Color information
#DB62A3 (or 0xDB62A3) is known color: Hopbush. HEX triplet: DB, 62 and A3. RGB value is (219,98,163). Sum of RGB (Red+Green+Blue) = 219+98+163=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB62A3 is #249D5C. Grayscale: #8D8D8D. Windows color (decimal): -2399581 or 10707675. OLE color: 10707675.
HSL color Cylindrical-coordinate representation of color #DB62A3: hue angle of 327.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB62A3 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 163 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.14 |
| HSL | 327.77º | 0.63% | 0.62% | - |
| HSV(B) | 327.77º | 0.55% | 0.86% | - |
| XYZ | 40.19 | 26.44 | 37.64 | - |
| YUV | 141.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 163 | 0 | 0.55 | 0.26 | 0.14 | 327.77 | 0.63 | 0.62 |
| Hex | DB | 62 | A3 | 0 | 37 | 1A | E | 148 | 3F | 3E |
| Octal | 333 | 142 | 243 | 0 | 67 | 32 | 16 | 510 | 77 | 76 |
| Binary | 11011011 | 1100010 | 10100011 | 0 | 110111 | 11010 | 1110 | 101001000 | 111111 | 111110 |
Color Harmonies of #DB62A3
Complementary color
Monochromatic Colors of #DB62A3
Black with #DB62A3
Text Example
Text Example
White with #DB62A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62A3; }
p { color: rgb(219,98,163); }
H1.HeaderClassName
{
color: #DB62A3;
}
.AnyTagClassName
{
color: #DB62A3;
}
</style>
background-color css
<style>
a { background-color: #DB62A3; }
a { background-color: rgb(219,98,163); }
div.DivClassName
{
background-color: #DB62A3;
}
.BgClassName
{
background-color: #DB62A3;
}
</style>
border-color css
<style>
span { border-color: #DB62A3; }
span { border-color: rgb(219,98,163); }
td.TdClassName
{
border-color: #DB62A3;
}
.TagClassName
{
border-color: #DB62A3;
}
</style>