Shades of Hopbush #DC5EA9
Tints of Hopbush #DC5EA9
RGB
CMYK
RGB Variations
Color information
#DC5EA9 (or 0xDC5EA9) is known color: Hopbush. HEX triplet: DC, 5E and A9. RGB value is (220,94,169). Sum of RGB (Red+Green+Blue) = 220+94+169=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5EA9 is #23A156. Grayscale: #8C8C8C. Windows color (decimal): -2335063 or 11099868. OLE color: 11099868.
HSL color Cylindrical-coordinate representation of color #DC5EA9: hue angle of 324.29º 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 #DC5EA9 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 169 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.14 |
| HSL | 324.29º | 0.64% | 0.62% | - |
| HSV(B) | 324.29º | 0.57% | 0.86% | - |
| XYZ | 40.68 | 26.09 | 40.43 | - |
| YUV | 140.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 169 | 0 | 0.57 | 0.23 | 0.14 | 324.29 | 0.64 | 0.62 |
| Hex | DC | 5E | A9 | 0 | 39 | 17 | E | 144 | 40 | 3E |
| Octal | 334 | 136 | 251 | 0 | 71 | 27 | 16 | 504 | 100 | 76 |
| Binary | 11011100 | 1011110 | 10101001 | 0 | 111001 | 10111 | 1110 | 101000100 | 1000000 | 111110 |
Color Harmonies of #DC5EA9
Complementary color
Monochromatic Colors of #DC5EA9
Black with #DC5EA9
Text Example
Text Example
White with #DC5EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EA9; }
p { color: rgb(220,94,169); }
H1.HeaderClassName
{
color: #DC5EA9;
}
.AnyTagClassName
{
color: #DC5EA9;
}
</style>
background-color css
<style>
a { background-color: #DC5EA9; }
a { background-color: rgb(220,94,169); }
div.DivClassName
{
background-color: #DC5EA9;
}
.BgClassName
{
background-color: #DC5EA9;
}
</style>
border-color css
<style>
span { border-color: #DC5EA9; }
span { border-color: rgb(220,94,169); }
td.TdClassName
{
border-color: #DC5EA9;
}
.TagClassName
{
border-color: #DC5EA9;
}
</style>