Shades of Hopbush #DB5C97
Tints of Hopbush #DB5C97
RGB
CMYK
RGB Variations
Color information
#DB5C97 (or 0xDB5C97) is known color: Hopbush. HEX triplet: DB, 5C and 97. RGB value is (219,92,151). Sum of RGB (Red+Green+Blue) = 219+92+151=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5C97 is #24A368. Grayscale: #888888. Windows color (decimal): -2401129 or 9919707. OLE color: 9919707.
HSL color Cylindrical-coordinate representation of color #DB5C97: hue angle of 332.13º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5C97 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 151 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.14 |
| HSL | 332.13º | 0.64% | 0.61% | - |
| HSV(B) | 332.13º | 0.58% | 0.86% | - |
| XYZ | 38.63 | 24.95 | 32.06 | - |
| YUV | 136.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 151 | 0 | 0.58 | 0.31 | 0.14 | 332.13 | 0.64 | 0.61 |
| Hex | DB | 5C | 97 | 0 | 3A | 1F | E | 14C | 40 | 3D |
| Octal | 333 | 134 | 227 | 0 | 72 | 37 | 16 | 514 | 100 | 75 |
| Binary | 11011011 | 1011100 | 10010111 | 0 | 111010 | 11111 | 1110 | 101001100 | 1000000 | 111101 |
Color Harmonies of #DB5C97
Complementary color
Monochromatic Colors of #DB5C97
Black with #DB5C97
Text Example
Text Example
White with #DB5C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C97; }
p { color: rgb(219,92,151); }
H1.HeaderClassName
{
color: #DB5C97;
}
.AnyTagClassName
{
color: #DB5C97;
}
</style>
background-color css
<style>
a { background-color: #DB5C97; }
a { background-color: rgb(219,92,151); }
div.DivClassName
{
background-color: #DB5C97;
}
.BgClassName
{
background-color: #DB5C97;
}
</style>
border-color css
<style>
span { border-color: #DB5C97; }
span { border-color: rgb(219,92,151); }
td.TdClassName
{
border-color: #DB5C97;
}
.TagClassName
{
border-color: #DB5C97;
}
</style>