Shades of Hopbush #DC589E
Tints of Hopbush #DC589E
RGB
CMYK
RGB Variations
Color information
#DC589E (or 0xDC589E) is known color: Hopbush. HEX triplet: DC, 58 and 9E. RGB value is (220,88,158). Sum of RGB (Red+Green+Blue) = 220+88+158=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC589E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC589E is #23A761. Grayscale: #878787. Windows color (decimal): -2336610 or 10377436. OLE color: 10377436.
HSL color Cylindrical-coordinate representation of color #DC589E: hue angle of 328.18º 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 #DC589E is Cyan = 0, Magento = 0.6, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 158 | - |
| CMYK | 0 | 0.6 | 0.28 | 0.14 |
| HSL | 328.18º | 0.65% | 0.6% | - |
| HSV(B) | 328.18º | 0.6% | 0.86% | - |
| XYZ | 39.18 | 24.66 | 35.04 | - |
| YUV | 135.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 158 | 0 | 0.6 | 0.28 | 0.14 | 328.18 | 0.65 | 0.6 |
| Hex | DC | 58 | 9E | 0 | 3C | 1C | E | 148 | 41 | 3C |
| Octal | 334 | 130 | 236 | 0 | 74 | 34 | 16 | 510 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10011110 | 0 | 111100 | 11100 | 1110 | 101001000 | 1000001 | 111100 |
Color Harmonies of #DC589E
Complementary color
Monochromatic Colors of #DC589E
Black with #DC589E
Text Example
Text Example
White with #DC589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC589E; }
p { color: rgb(220,88,158); }
H1.HeaderClassName
{
color: #DC589E;
}
.AnyTagClassName
{
color: #DC589E;
}
</style>
background-color css
<style>
a { background-color: #DC589E; }
a { background-color: rgb(220,88,158); }
div.DivClassName
{
background-color: #DC589E;
}
.BgClassName
{
background-color: #DC589E;
}
</style>
border-color css
<style>
span { border-color: #DC589E; }
span { border-color: rgb(220,88,158); }
td.TdClassName
{
border-color: #DC589E;
}
.TagClassName
{
border-color: #DC589E;
}
</style>