Shades of Hopbush #DC58A0
Tints of Hopbush #DC58A0
RGB
CMYK
RGB Variations
Color information
#DC58A0 (or 0xDC58A0) is known color: Hopbush. HEX triplet: DC, 58 and A0. RGB value is (220,88,160). Sum of RGB (Red+Green+Blue) = 220+88+160=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC58A0 is #23A75F. Grayscale: #878787. Windows color (decimal): -2336608 or 10508508. OLE color: 10508508.
HSL color Cylindrical-coordinate representation of color #DC58A0: hue angle of 327.27º 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 #DC58A0 is Cyan = 0, Magento = 0.6, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 160 | - |
| CMYK | 0 | 0.6 | 0.27 | 0.14 |
| HSL | 327.27º | 0.65% | 0.6% | - |
| HSV(B) | 327.27º | 0.6% | 0.86% | - |
| XYZ | 39.35 | 24.73 | 35.96 | - |
| YUV | 135.68 | 141.73 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 160 | 0 | 0.6 | 0.27 | 0.14 | 327.27 | 0.65 | 0.6 |
| Hex | DC | 58 | A0 | 0 | 3C | 1B | E | 147 | 41 | 3C |
| Octal | 334 | 130 | 240 | 0 | 74 | 33 | 16 | 507 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10100000 | 0 | 111100 | 11011 | 1110 | 101000111 | 1000001 | 111100 |
Color Harmonies of #DC58A0
Complementary color
Monochromatic Colors of #DC58A0
Black with #DC58A0
Text Example
Text Example
White with #DC58A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58A0; }
p { color: rgb(220,88,160); }
H1.HeaderClassName
{
color: #DC58A0;
}
.AnyTagClassName
{
color: #DC58A0;
}
</style>
background-color css
<style>
a { background-color: #DC58A0; }
a { background-color: rgb(220,88,160); }
div.DivClassName
{
background-color: #DC58A0;
}
.BgClassName
{
background-color: #DC58A0;
}
</style>
border-color css
<style>
span { border-color: #DC58A0; }
span { border-color: rgb(220,88,160); }
td.TdClassName
{
border-color: #DC58A0;
}
.TagClassName
{
border-color: #DC58A0;
}
</style>