Shades of Hopbush #DB5F9D
Tints of Hopbush #DB5F9D
RGB
CMYK
RGB Variations
Color information
#DB5F9D (or 0xDB5F9D) is known color: Hopbush. HEX triplet: DB, 5F and 9D. RGB value is (219,95,157). Sum of RGB (Red+Green+Blue) = 219+95+157=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5F9D is #24A062. Grayscale: #8B8B8B. Windows color (decimal): -2400355 or 10313691. OLE color: 10313691.
HSL color Cylindrical-coordinate representation of color #DB5F9D: hue angle of 330º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5F9D is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 157 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.14 |
| HSL | 330º | 0.63% | 0.62% | - |
| HSV(B) | 330º | 0.57% | 0.86% | - |
| XYZ | 39.39 | 25.68 | 34.78 | - |
| YUV | 139.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 157 | 0 | 0.57 | 0.28 | 0.14 | 330 | 0.63 | 0.62 |
| Hex | DB | 5F | 9D | 0 | 39 | 1C | E | 14A | 3F | 3E |
| Octal | 333 | 137 | 235 | 0 | 71 | 34 | 16 | 512 | 77 | 76 |
| Binary | 11011011 | 1011111 | 10011101 | 0 | 111001 | 11100 | 1110 | 101001010 | 111111 | 111110 |
Color Harmonies of #DB5F9D
Complementary color
Monochromatic Colors of #DB5F9D
Black with #DB5F9D
Text Example
Text Example
White with #DB5F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F9D; }
p { color: rgb(219,95,157); }
H1.HeaderClassName
{
color: #DB5F9D;
}
.AnyTagClassName
{
color: #DB5F9D;
}
</style>
background-color css
<style>
a { background-color: #DB5F9D; }
a { background-color: rgb(219,95,157); }
div.DivClassName
{
background-color: #DB5F9D;
}
.BgClassName
{
background-color: #DB5F9D;
}
</style>
border-color css
<style>
span { border-color: #DB5F9D; }
span { border-color: rgb(219,95,157); }
td.TdClassName
{
border-color: #DB5F9D;
}
.TagClassName
{
border-color: #DB5F9D;
}
</style>