Shades of Hopbush #DC5EAA
Tints of Hopbush #DC5EAA
RGB
CMYK
RGB Variations
Color information
#DC5EAA (or 0xDC5EAA) is known color: Hopbush. HEX triplet: DC, 5E and AA. RGB value is (220,94,170). Sum of RGB (Red+Green+Blue) = 220+94+170=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5EAA is #23A155. Grayscale: #8C8C8C. Windows color (decimal): -2335062 or 11165404. OLE color: 11165404.
HSL color Cylindrical-coordinate representation of color #DC5EAA: hue angle of 323.81º 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 #DC5EAA is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 170 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.14 |
| HSL | 323.81º | 0.64% | 0.62% | - |
| HSV(B) | 323.81º | 0.57% | 0.86% | - |
| XYZ | 40.77 | 26.12 | 40.92 | - |
| YUV | 140.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 170 | 0 | 0.57 | 0.23 | 0.14 | 323.81 | 0.64 | 0.62 |
| Hex | DC | 5E | AA | 0 | 39 | 17 | E | 144 | 40 | 3E |
| Octal | 334 | 136 | 252 | 0 | 71 | 27 | 16 | 504 | 100 | 76 |
| Binary | 11011100 | 1011110 | 10101010 | 0 | 111001 | 10111 | 1110 | 101000100 | 1000000 | 111110 |
Color Harmonies of #DC5EAA
Complementary color
Monochromatic Colors of #DC5EAA
Black with #DC5EAA
Text Example
Text Example
White with #DC5EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EAA; }
p { color: rgb(220,94,170); }
H1.HeaderClassName
{
color: #DC5EAA;
}
.AnyTagClassName
{
color: #DC5EAA;
}
</style>
background-color css
<style>
a { background-color: #DC5EAA; }
a { background-color: rgb(220,94,170); }
div.DivClassName
{
background-color: #DC5EAA;
}
.BgClassName
{
background-color: #DC5EAA;
}
</style>
border-color css
<style>
span { border-color: #DC5EAA; }
span { border-color: rgb(220,94,170); }
td.TdClassName
{
border-color: #DC5EAA;
}
.TagClassName
{
border-color: #DC5EAA;
}
</style>