Shades of Hopbush #DC579F
Tints of Hopbush #DC579F
RGB
CMYK
RGB Variations
Color information
#DC579F (or 0xDC579F) is known color: Hopbush. HEX triplet: DC, 57 and 9F. RGB value is (220,87,159). Sum of RGB (Red+Green+Blue) = 220+87+159=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC579F is #23A860. Grayscale: #868686. Windows color (decimal): -2336865 or 10442716. OLE color: 10442716.
HSL color Cylindrical-coordinate representation of color #DC579F: hue angle of 327.52º 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 #DC579F is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 159 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.14 |
| HSL | 327.52º | 0.66% | 0.6% | - |
| HSV(B) | 327.52º | 0.6% | 0.86% | - |
| XYZ | 39.18 | 24.54 | 35.47 | - |
| YUV | 134.98 | 141.56 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 159 | 0 | 0.60 | 0.28 | 0.14 | 327.52 | 0.66 | 0.6 |
| Hex | DC | 57 | 9F | 0 | 3C | 1C | E | 148 | 42 | 3C |
| Octal | 334 | 127 | 237 | 0 | 74 | 34 | 16 | 510 | 102 | 74 |
| Binary | 11011100 | 1010111 | 10011111 | 0 | 111100 | 11100 | 1110 | 101001000 | 1000010 | 111100 |
Color Harmonies of #DC579F
Complementary color
Monochromatic Colors of #DC579F
Black with #DC579F
Text Example
Text Example
White with #DC579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC579F; }
p { color: rgb(220,87,159); }
H1.HeaderClassName
{
color: #DC579F;
}
.AnyTagClassName
{
color: #DC579F;
}
</style>
background-color css
<style>
a { background-color: #DC579F; }
a { background-color: rgb(220,87,159); }
div.DivClassName
{
background-color: #DC579F;
}
.BgClassName
{
background-color: #DC579F;
}
</style>
border-color css
<style>
span { border-color: #DC579F; }
span { border-color: rgb(220,87,159); }
td.TdClassName
{
border-color: #DC579F;
}
.TagClassName
{
border-color: #DC579F;
}
</style>