Shades of Hopbush #DC5EA5
Tints of Hopbush #DC5EA5
RGB
CMYK
RGB Variations
Color information
#DC5EA5 (or 0xDC5EA5) is known color: Hopbush. HEX triplet: DC, 5E and A5. RGB value is (220,94,165). Sum of RGB (Red+Green+Blue) = 220+94+165=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5EA5 is #23A15A. Grayscale: #8B8B8B. Windows color (decimal): -2335067 or 10837724. OLE color: 10837724.
HSL color Cylindrical-coordinate representation of color #DC5EA5: hue angle of 326.19º 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 #DC5EA5 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 165 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.14 |
| HSL | 326.19º | 0.64% | 0.62% | - |
| HSV(B) | 326.19º | 0.57% | 0.86% | - |
| XYZ | 40.31 | 25.94 | 38.48 | - |
| YUV | 139.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 165 | 0 | 0.57 | 0.25 | 0.14 | 326.19 | 0.64 | 0.62 |
| Hex | DC | 5E | A5 | 0 | 39 | 19 | E | 146 | 40 | 3E |
| Octal | 334 | 136 | 245 | 0 | 71 | 31 | 16 | 506 | 100 | 76 |
| Binary | 11011100 | 1011110 | 10100101 | 0 | 111001 | 11001 | 1110 | 101000110 | 1000000 | 111110 |
Color Harmonies of #DC5EA5
Complementary color
Monochromatic Colors of #DC5EA5
Black with #DC5EA5
Text Example
Text Example
White with #DC5EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EA5; }
p { color: rgb(220,94,165); }
H1.HeaderClassName
{
color: #DC5EA5;
}
.AnyTagClassName
{
color: #DC5EA5;
}
</style>
background-color css
<style>
a { background-color: #DC5EA5; }
a { background-color: rgb(220,94,165); }
div.DivClassName
{
background-color: #DC5EA5;
}
.BgClassName
{
background-color: #DC5EA5;
}
</style>
border-color css
<style>
span { border-color: #DC5EA5; }
span { border-color: rgb(220,94,165); }
td.TdClassName
{
border-color: #DC5EA5;
}
.TagClassName
{
border-color: #DC5EA5;
}
</style>