Shades of Hopbush #DC5996
Tints of Hopbush #DC5996
RGB
CMYK
RGB Variations
Color information
#DC5996 (or 0xDC5996) is known color: Hopbush. HEX triplet: DC, 59 and 96. RGB value is (220,89,150). Sum of RGB (Red+Green+Blue) = 220+89+150=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5996 is #23A669. Grayscale: #878787. Windows color (decimal): -2336362 or 9853404. OLE color: 9853404.
HSL color Cylindrical-coordinate representation of color #DC5996: hue angle of 332.06º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5996 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 150 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.14 |
| HSL | 332.06º | 0.65% | 0.61% | - |
| HSV(B) | 332.06º | 0.6% | 0.86% | - |
| XYZ | 38.59 | 24.56 | 31.56 | - |
| YUV | 135.12 | 136.4 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 150 | 0 | 0.60 | 0.32 | 0.14 | 332.06 | 0.65 | 0.61 |
| Hex | DC | 59 | 96 | 0 | 3C | 20 | E | 14C | 41 | 3D |
| Octal | 334 | 131 | 226 | 0 | 74 | 40 | 16 | 514 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10010110 | 0 | 111100 | 100000 | 1110 | 101001100 | 1000001 | 111101 |
Color Harmonies of #DC5996
Complementary color
Monochromatic Colors of #DC5996
Black with #DC5996
Text Example
Text Example
White with #DC5996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5996; }
p { color: rgb(220,89,150); }
H1.HeaderClassName
{
color: #DC5996;
}
.AnyTagClassName
{
color: #DC5996;
}
</style>
background-color css
<style>
a { background-color: #DC5996; }
a { background-color: rgb(220,89,150); }
div.DivClassName
{
background-color: #DC5996;
}
.BgClassName
{
background-color: #DC5996;
}
</style>
border-color css
<style>
span { border-color: #DC5996; }
span { border-color: rgb(220,89,150); }
td.TdClassName
{
border-color: #DC5996;
}
.TagClassName
{
border-color: #DC5996;
}
</style>