Shades of Hopbush #DB62A5
Tints of Hopbush #DB62A5
RGB
CMYK
RGB Variations
Color information
#DB62A5 (or 0xDB62A5) is known color: Hopbush. HEX triplet: DB, 62 and A5. RGB value is (219,98,165). Sum of RGB (Red+Green+Blue) = 219+98+165=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB62A5 is #249D5A. Grayscale: #8D8D8D. Windows color (decimal): -2399579 or 10838747. OLE color: 10838747.
HSL color Cylindrical-coordinate representation of color #DB62A5: hue angle of 326.78º 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 #DB62A5 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 165 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.14 |
| HSL | 326.78º | 0.63% | 0.62% | - |
| HSV(B) | 326.78º | 0.55% | 0.86% | - |
| XYZ | 40.37 | 26.51 | 38.59 | - |
| YUV | 141.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 165 | 0 | 0.55 | 0.25 | 0.14 | 326.78 | 0.63 | 0.62 |
| Hex | DB | 62 | A5 | 0 | 37 | 19 | E | 147 | 3F | 3E |
| Octal | 333 | 142 | 245 | 0 | 67 | 31 | 16 | 507 | 77 | 76 |
| Binary | 11011011 | 1100010 | 10100101 | 0 | 110111 | 11001 | 1110 | 101000111 | 111111 | 111110 |
Color Harmonies of #DB62A5
Complementary color
Monochromatic Colors of #DB62A5
Black with #DB62A5
Text Example
Text Example
White with #DB62A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62A5; }
p { color: rgb(219,98,165); }
H1.HeaderClassName
{
color: #DB62A5;
}
.AnyTagClassName
{
color: #DB62A5;
}
</style>
background-color css
<style>
a { background-color: #DB62A5; }
a { background-color: rgb(219,98,165); }
div.DivClassName
{
background-color: #DB62A5;
}
.BgClassName
{
background-color: #DB62A5;
}
</style>
border-color css
<style>
span { border-color: #DB62A5; }
span { border-color: rgb(219,98,165); }
td.TdClassName
{
border-color: #DB62A5;
}
.TagClassName
{
border-color: #DB62A5;
}
</style>