Shades of Hopbush #DC579D
Tints of Hopbush #DC579D
RGB
CMYK
RGB Variations
Color information
#DC579D (or 0xDC579D) is known color: Hopbush. HEX triplet: DC, 57 and 9D. RGB value is (220,87,157). Sum of RGB (Red+Green+Blue) = 220+87+157=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC579D is #23A862. Grayscale: #868686. Windows color (decimal): -2336867 or 10311644. OLE color: 10311644.
HSL color Cylindrical-coordinate representation of color #DC579D: hue angle of 328.42º 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 #DC579D is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 157 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.14 |
| HSL | 328.42º | 0.66% | 0.6% | - |
| HSV(B) | 328.42º | 0.6% | 0.86% | - |
| XYZ | 39.01 | 24.47 | 34.56 | - |
| YUV | 134.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 157 | 0 | 0.60 | 0.29 | 0.14 | 328.42 | 0.66 | 0.6 |
| Hex | DC | 57 | 9D | 0 | 3C | 1D | E | 148 | 42 | 3C |
| Octal | 334 | 127 | 235 | 0 | 74 | 35 | 16 | 510 | 102 | 74 |
| Binary | 11011100 | 1010111 | 10011101 | 0 | 111100 | 11101 | 1110 | 101001000 | 1000010 | 111100 |
Color Harmonies of #DC579D
Complementary color
Monochromatic Colors of #DC579D
Black with #DC579D
Text Example
Text Example
White with #DC579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC579D; }
p { color: rgb(220,87,157); }
H1.HeaderClassName
{
color: #DC579D;
}
.AnyTagClassName
{
color: #DC579D;
}
</style>
background-color css
<style>
a { background-color: #DC579D; }
a { background-color: rgb(220,87,157); }
div.DivClassName
{
background-color: #DC579D;
}
.BgClassName
{
background-color: #DC579D;
}
</style>
border-color css
<style>
span { border-color: #DC579D; }
span { border-color: rgb(220,87,157); }
td.TdClassName
{
border-color: #DC579D;
}
.TagClassName
{
border-color: #DC579D;
}
</style>