Shades of Hopbush #DC589A
Tints of Hopbush #DC589A
RGB
CMYK
RGB Variations
Color information
#DC589A (or 0xDC589A) is known color: Hopbush. HEX triplet: DC, 58 and 9A. RGB value is (220,88,154). Sum of RGB (Red+Green+Blue) = 220+88+154=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC589A is #23A765. Grayscale: #868686. Windows color (decimal): -2336614 or 10115292. OLE color: 10115292.
HSL color Cylindrical-coordinate representation of color #DC589A: hue angle of 330º 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 #DC589A is Cyan = 0, Magento = 0.6, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 154 | - |
| CMYK | 0 | 0.6 | 0.3 | 0.14 |
| HSL | 330º | 0.65% | 0.6% | - |
| HSV(B) | 330º | 0.6% | 0.86% | - |
| XYZ | 38.84 | 24.53 | 33.26 | - |
| YUV | 134.99 | 138.73 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 154 | 0 | 0.6 | 0.3 | 0.14 | 330 | 0.65 | 0.6 |
| Hex | DC | 58 | 9A | 0 | 3C | 1E | E | 14A | 41 | 3C |
| Octal | 334 | 130 | 232 | 0 | 74 | 36 | 16 | 512 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10011010 | 0 | 111100 | 11110 | 1110 | 101001010 | 1000001 | 111100 |
Color Harmonies of #DC589A
Complementary color
Monochromatic Colors of #DC589A
Black with #DC589A
Text Example
Text Example
White with #DC589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC589A; }
p { color: rgb(220,88,154); }
H1.HeaderClassName
{
color: #DC589A;
}
.AnyTagClassName
{
color: #DC589A;
}
</style>
background-color css
<style>
a { background-color: #DC589A; }
a { background-color: rgb(220,88,154); }
div.DivClassName
{
background-color: #DC589A;
}
.BgClassName
{
background-color: #DC589A;
}
</style>
border-color css
<style>
span { border-color: #DC589A; }
span { border-color: rgb(220,88,154); }
td.TdClassName
{
border-color: #DC589A;
}
.TagClassName
{
border-color: #DC589A;
}
</style>