Shades of Hopbush #DB629D
Tints of Hopbush #DB629D
RGB
CMYK
RGB Variations
Color information
#DB629D (or 0xDB629D) is known color: Hopbush. HEX triplet: DB, 62 and 9D. RGB value is (219,98,157). Sum of RGB (Red+Green+Blue) = 219+98+157=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB629D is #249D62. Grayscale: #8C8C8C. Windows color (decimal): -2399587 or 10314459. OLE color: 10314459.
HSL color Cylindrical-coordinate representation of color #DB629D: hue angle of 330.74º 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 #DB629D is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 157 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.14 |
| HSL | 330.74º | 0.63% | 0.62% | - |
| HSV(B) | 330.74º | 0.55% | 0.86% | - |
| XYZ | 39.67 | 26.23 | 34.87 | - |
| YUV | 140.91 | 137.09 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 157 | 0 | 0.55 | 0.28 | 0.14 | 330.74 | 0.63 | 0.62 |
| Hex | DB | 62 | 9D | 0 | 37 | 1C | E | 14B | 3F | 3E |
| Octal | 333 | 142 | 235 | 0 | 67 | 34 | 16 | 513 | 77 | 76 |
| Binary | 11011011 | 1100010 | 10011101 | 0 | 110111 | 11100 | 1110 | 101001011 | 111111 | 111110 |
Color Harmonies of #DB629D
Complementary color
Monochromatic Colors of #DB629D
Black with #DB629D
Text Example
Text Example
White with #DB629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB629D; }
p { color: rgb(219,98,157); }
H1.HeaderClassName
{
color: #DB629D;
}
.AnyTagClassName
{
color: #DB629D;
}
</style>
background-color css
<style>
a { background-color: #DB629D; }
a { background-color: rgb(219,98,157); }
div.DivClassName
{
background-color: #DB629D;
}
.BgClassName
{
background-color: #DB629D;
}
</style>
border-color css
<style>
span { border-color: #DB629D; }
span { border-color: rgb(219,98,157); }
td.TdClassName
{
border-color: #DB629D;
}
.TagClassName
{
border-color: #DB629D;
}
</style>