Shades of Hopbush #DC589C
Tints of Hopbush #DC589C
RGB
CMYK
RGB Variations
Color information
#DC589C (or 0xDC589C) is known color: Hopbush. HEX triplet: DC, 58 and 9C. RGB value is (220,88,156). Sum of RGB (Red+Green+Blue) = 220+88+156=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC589C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC589C is #23A763. Grayscale: #878787. Windows color (decimal): -2336612 or 10246364. OLE color: 10246364.
HSL color Cylindrical-coordinate representation of color #DC589C: hue angle of 329.09º degrees, saturation: 0.65, 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 #DC589C is Cyan = 0, Magento = 0.6, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 156 | - |
| CMYK | 0 | 0.6 | 0.29 | 0.14 |
| HSL | 329.09º | 0.65% | 0.6% | - |
| HSV(B) | 329.09º | 0.6% | 0.86% | - |
| XYZ | 39.01 | 24.6 | 34.14 | - |
| YUV | 135.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 156 | 0 | 0.6 | 0.29 | 0.14 | 329.09 | 0.65 | 0.6 |
| Hex | DC | 58 | 9C | 0 | 3C | 1D | E | 149 | 41 | 3C |
| Octal | 334 | 130 | 234 | 0 | 74 | 35 | 16 | 511 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10011100 | 0 | 111100 | 11101 | 1110 | 101001001 | 1000001 | 111100 |
Color Harmonies of #DC589C
Complementary color
Monochromatic Colors of #DC589C
Black with #DC589C
Text Example
Text Example
White with #DC589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC589C; }
p { color: rgb(220,88,156); }
H1.HeaderClassName
{
color: #DC589C;
}
.AnyTagClassName
{
color: #DC589C;
}
</style>
background-color css
<style>
a { background-color: #DC589C; }
a { background-color: rgb(220,88,156); }
div.DivClassName
{
background-color: #DC589C;
}
.BgClassName
{
background-color: #DC589C;
}
</style>
border-color css
<style>
span { border-color: #DC589C; }
span { border-color: rgb(220,88,156); }
td.TdClassName
{
border-color: #DC589C;
}
.TagClassName
{
border-color: #DC589C;
}
</style>