Shades of Hopbush #DC5EA0
Tints of Hopbush #DC5EA0
RGB
CMYK
RGB Variations
Color information
#DC5EA0 (or 0xDC5EA0) is known color: Hopbush. HEX triplet: DC, 5E and A0. RGB value is (220,94,160). Sum of RGB (Red+Green+Blue) = 220+94+160=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5EA0 is #23A15F. Grayscale: #8B8B8B. Windows color (decimal): -2335072 or 10510044. OLE color: 10510044.
HSL color Cylindrical-coordinate representation of color #DC5EA0: hue angle of 328.57º degrees, saturation: 0.64, 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 #DC5EA0 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 160 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.14 |
| HSL | 328.57º | 0.64% | 0.62% | - |
| HSV(B) | 328.57º | 0.57% | 0.86% | - |
| XYZ | 39.86 | 25.76 | 36.13 | - |
| YUV | 139.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 160 | 0 | 0.57 | 0.27 | 0.14 | 328.57 | 0.64 | 0.62 |
| Hex | DC | 5E | A0 | 0 | 39 | 1B | E | 149 | 40 | 3E |
| Octal | 334 | 136 | 240 | 0 | 71 | 33 | 16 | 511 | 100 | 76 |
| Binary | 11011100 | 1011110 | 10100000 | 0 | 111001 | 11011 | 1110 | 101001001 | 1000000 | 111110 |
Color Harmonies of #DC5EA0
Complementary color
Monochromatic Colors of #DC5EA0
Black with #DC5EA0
Text Example
Text Example
White with #DC5EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EA0; }
p { color: rgb(220,94,160); }
H1.HeaderClassName
{
color: #DC5EA0;
}
.AnyTagClassName
{
color: #DC5EA0;
}
</style>
background-color css
<style>
a { background-color: #DC5EA0; }
a { background-color: rgb(220,94,160); }
div.DivClassName
{
background-color: #DC5EA0;
}
.BgClassName
{
background-color: #DC5EA0;
}
</style>
border-color css
<style>
span { border-color: #DC5EA0; }
span { border-color: rgb(220,94,160); }
td.TdClassName
{
border-color: #DC5EA0;
}
.TagClassName
{
border-color: #DC5EA0;
}
</style>