Shades of Hopbush #DC589F
Tints of Hopbush #DC589F
RGB
CMYK
RGB Variations
Color information
#DC589F (or 0xDC589F) is known color: Hopbush. HEX triplet: DC, 58 and 9F. RGB value is (220,88,159). Sum of RGB (Red+Green+Blue) = 220+88+159=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC589F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC589F is #23A760. Grayscale: #878787. Windows color (decimal): -2336609 or 10442972. OLE color: 10442972.
HSL color Cylindrical-coordinate representation of color #DC589F: hue angle of 327.73º 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 #DC589F is Cyan = 0, Magento = 0.6, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 159 | - |
| CMYK | 0 | 0.6 | 0.28 | 0.14 |
| HSL | 327.73º | 0.65% | 0.6% | - |
| HSV(B) | 327.73º | 0.6% | 0.86% | - |
| XYZ | 39.26 | 24.7 | 35.5 | - |
| YUV | 135.56 | 141.23 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 159 | 0 | 0.6 | 0.28 | 0.14 | 327.73 | 0.65 | 0.6 |
| Hex | DC | 58 | 9F | 0 | 3C | 1C | E | 148 | 41 | 3C |
| Octal | 334 | 130 | 237 | 0 | 74 | 34 | 16 | 510 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10011111 | 0 | 111100 | 11100 | 1110 | 101001000 | 1000001 | 111100 |
Color Harmonies of #DC589F
Complementary color
Monochromatic Colors of #DC589F
Black with #DC589F
Text Example
Text Example
White with #DC589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC589F; }
p { color: rgb(220,88,159); }
H1.HeaderClassName
{
color: #DC589F;
}
.AnyTagClassName
{
color: #DC589F;
}
</style>
background-color css
<style>
a { background-color: #DC589F; }
a { background-color: rgb(220,88,159); }
div.DivClassName
{
background-color: #DC589F;
}
.BgClassName
{
background-color: #DC589F;
}
</style>
border-color css
<style>
span { border-color: #DC589F; }
span { border-color: rgb(220,88,159); }
td.TdClassName
{
border-color: #DC589F;
}
.TagClassName
{
border-color: #DC589F;
}
</style>