Shades of Hopbush #DB5A93
Tints of Hopbush #DB5A93
RGB
CMYK
RGB Variations
Color information
#DB5A93 (or 0xDB5A93) is known color: Hopbush. HEX triplet: DB, 5A and 93. RGB value is (219,90,147). Sum of RGB (Red+Green+Blue) = 219+90+147=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A93 is #24A56C. Grayscale: #868686. Windows color (decimal): -2401645 or 9657051. OLE color: 9657051.
HSL color Cylindrical-coordinate representation of color #DB5A93: hue angle of 333.49º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A93 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 147 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.14 |
| HSL | 333.49º | 0.64% | 0.61% | - |
| HSV(B) | 333.49º | 0.59% | 0.86% | - |
| XYZ | 38.14 | 24.48 | 30.32 | - |
| YUV | 135.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 147 | 0 | 0.59 | 0.33 | 0.14 | 333.49 | 0.64 | 0.61 |
| Hex | DB | 5A | 93 | 0 | 3B | 21 | E | 14D | 40 | 3D |
| Octal | 333 | 132 | 223 | 0 | 73 | 41 | 16 | 515 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10010011 | 0 | 111011 | 100001 | 1110 | 101001101 | 1000000 | 111101 |
Color Harmonies of #DB5A93
Complementary color
Monochromatic Colors of #DB5A93
Black with #DB5A93
Text Example
Text Example
White with #DB5A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A93; }
p { color: rgb(219,90,147); }
H1.HeaderClassName
{
color: #DB5A93;
}
.AnyTagClassName
{
color: #DB5A93;
}
</style>
background-color css
<style>
a { background-color: #DB5A93; }
a { background-color: rgb(219,90,147); }
div.DivClassName
{
background-color: #DB5A93;
}
.BgClassName
{
background-color: #DB5A93;
}
</style>
border-color css
<style>
span { border-color: #DB5A93; }
span { border-color: rgb(219,90,147); }
td.TdClassName
{
border-color: #DB5A93;
}
.TagClassName
{
border-color: #DB5A93;
}
</style>