Shades of Hopbush #DC5EA7
Tints of Hopbush #DC5EA7
RGB
CMYK
RGB Variations
Color information
#DC5EA7 (or 0xDC5EA7) is known color: Hopbush. HEX triplet: DC, 5E and A7. RGB value is (220,94,167). Sum of RGB (Red+Green+Blue) = 220+94+167=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5EA7 is #23A158. Grayscale: #8B8B8B. Windows color (decimal): -2335065 or 10968796. OLE color: 10968796.
HSL color Cylindrical-coordinate representation of color #DC5EA7: hue angle of 325.24º 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 #DC5EA7 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 167 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.14 |
| HSL | 325.24º | 0.64% | 0.62% | - |
| HSV(B) | 325.24º | 0.57% | 0.86% | - |
| XYZ | 40.49 | 26.01 | 39.45 | - |
| YUV | 140 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 167 | 0 | 0.57 | 0.24 | 0.14 | 325.24 | 0.64 | 0.62 |
| Hex | DC | 5E | A7 | 0 | 39 | 18 | E | 145 | 40 | 3E |
| Octal | 334 | 136 | 247 | 0 | 71 | 30 | 16 | 505 | 100 | 76 |
| Binary | 11011100 | 1011110 | 10100111 | 0 | 111001 | 11000 | 1110 | 101000101 | 1000000 | 111110 |
Color Harmonies of #DC5EA7
Complementary color
Monochromatic Colors of #DC5EA7
Black with #DC5EA7
Text Example
Text Example
White with #DC5EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EA7; }
p { color: rgb(220,94,167); }
H1.HeaderClassName
{
color: #DC5EA7;
}
.AnyTagClassName
{
color: #DC5EA7;
}
</style>
background-color css
<style>
a { background-color: #DC5EA7; }
a { background-color: rgb(220,94,167); }
div.DivClassName
{
background-color: #DC5EA7;
}
.BgClassName
{
background-color: #DC5EA7;
}
</style>
border-color css
<style>
span { border-color: #DC5EA7; }
span { border-color: rgb(220,94,167); }
td.TdClassName
{
border-color: #DC5EA7;
}
.TagClassName
{
border-color: #DC5EA7;
}
</style>