Shades of Hopbush #DC589B
Tints of Hopbush #DC589B
RGB
CMYK
RGB Variations
Color information
#DC589B (or 0xDC589B) is known color: Hopbush. HEX triplet: DC, 58 and 9B. RGB value is (220,88,155). Sum of RGB (Red+Green+Blue) = 220+88+155=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC589B is #23A764. Grayscale: #868686. Windows color (decimal): -2336613 or 10180828. OLE color: 10180828.
HSL color Cylindrical-coordinate representation of color #DC589B: hue angle of 329.55º 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 #DC589B is Cyan = 0, Magento = 0.6, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 155 | - |
| CMYK | 0 | 0.6 | 0.30 | 0.14 |
| HSL | 329.55º | 0.65% | 0.6% | - |
| HSV(B) | 329.55º | 0.6% | 0.86% | - |
| XYZ | 38.92 | 24.56 | 33.7 | - |
| YUV | 135.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 155 | 0 | 0.6 | 0.30 | 0.14 | 329.55 | 0.65 | 0.6 |
| Hex | DC | 58 | 9B | 0 | 3C | 1E | E | 14A | 41 | 3C |
| Octal | 334 | 130 | 233 | 0 | 74 | 36 | 16 | 512 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10011011 | 0 | 111100 | 11110 | 1110 | 101001010 | 1000001 | 111100 |
Color Harmonies of #DC589B
Complementary color
Monochromatic Colors of #DC589B
Black with #DC589B
Text Example
Text Example
White with #DC589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC589B; }
p { color: rgb(220,88,155); }
H1.HeaderClassName
{
color: #DC589B;
}
.AnyTagClassName
{
color: #DC589B;
}
</style>
background-color css
<style>
a { background-color: #DC589B; }
a { background-color: rgb(220,88,155); }
div.DivClassName
{
background-color: #DC589B;
}
.BgClassName
{
background-color: #DC589B;
}
</style>
border-color css
<style>
span { border-color: #DC589B; }
span { border-color: rgb(220,88,155); }
td.TdClassName
{
border-color: #DC589B;
}
.TagClassName
{
border-color: #DC589B;
}
</style>