Shades of Hopbush #DC579E
Tints of Hopbush #DC579E
RGB
CMYK
RGB Variations
Color information
#DC579E (or 0xDC579E) is known color: Hopbush. HEX triplet: DC, 57 and 9E. RGB value is (220,87,158). Sum of RGB (Red+Green+Blue) = 220+87+158=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC579E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC579E is #23A861. Grayscale: #868686. Windows color (decimal): -2336866 or 10377180. OLE color: 10377180.
HSL color Cylindrical-coordinate representation of color #DC579E: hue angle of 327.97º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC579E is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 158 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.14 |
| HSL | 327.97º | 0.66% | 0.6% | - |
| HSV(B) | 327.97º | 0.6% | 0.86% | - |
| XYZ | 39.09 | 24.5 | 35.02 | - |
| YUV | 134.86 | 141.06 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 158 | 0 | 0.60 | 0.28 | 0.14 | 327.97 | 0.66 | 0.6 |
| Hex | DC | 57 | 9E | 0 | 3C | 1C | E | 148 | 42 | 3C |
| Octal | 334 | 127 | 236 | 0 | 74 | 34 | 16 | 510 | 102 | 74 |
| Binary | 11011100 | 1010111 | 10011110 | 0 | 111100 | 11100 | 1110 | 101001000 | 1000010 | 111100 |
Color Harmonies of #DC579E
Complementary color
Monochromatic Colors of #DC579E
Black with #DC579E
Text Example
Text Example
White with #DC579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC579E; }
p { color: rgb(220,87,158); }
H1.HeaderClassName
{
color: #DC579E;
}
.AnyTagClassName
{
color: #DC579E;
}
</style>
background-color css
<style>
a { background-color: #DC579E; }
a { background-color: rgb(220,87,158); }
div.DivClassName
{
background-color: #DC579E;
}
.BgClassName
{
background-color: #DC579E;
}
</style>
border-color css
<style>
span { border-color: #DC579E; }
span { border-color: rgb(220,87,158); }
td.TdClassName
{
border-color: #DC579E;
}
.TagClassName
{
border-color: #DC579E;
}
</style>