Shades of Hopbush #DC58A2
Tints of Hopbush #DC58A2
RGB
CMYK
RGB Variations
Color information
#DC58A2 (or 0xDC58A2) is known color: Hopbush. HEX triplet: DC, 58 and A2. RGB value is (220,88,162). Sum of RGB (Red+Green+Blue) = 220+88+162=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC58A2 is #23A75D. Grayscale: #878787. Windows color (decimal): -2336606 or 10639580. OLE color: 10639580.
HSL color Cylindrical-coordinate representation of color #DC58A2: hue angle of 326.36º 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 #DC58A2 is Cyan = 0, Magento = 0.6, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 162 | - |
| CMYK | 0 | 0.6 | 0.26 | 0.14 |
| HSL | 326.36º | 0.65% | 0.6% | - |
| HSV(B) | 326.36º | 0.6% | 0.86% | - |
| XYZ | 39.53 | 24.8 | 36.89 | - |
| YUV | 135.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 162 | 0 | 0.6 | 0.26 | 0.14 | 326.36 | 0.65 | 0.6 |
| Hex | DC | 58 | A2 | 0 | 3C | 1A | E | 146 | 41 | 3C |
| Octal | 334 | 130 | 242 | 0 | 74 | 32 | 16 | 506 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10100010 | 0 | 111100 | 11010 | 1110 | 101000110 | 1000001 | 111100 |
Color Harmonies of #DC58A2
Complementary color
Monochromatic Colors of #DC58A2
Black with #DC58A2
Text Example
Text Example
White with #DC58A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58A2; }
p { color: rgb(220,88,162); }
H1.HeaderClassName
{
color: #DC58A2;
}
.AnyTagClassName
{
color: #DC58A2;
}
</style>
background-color css
<style>
a { background-color: #DC58A2; }
a { background-color: rgb(220,88,162); }
div.DivClassName
{
background-color: #DC58A2;
}
.BgClassName
{
background-color: #DC58A2;
}
</style>
border-color css
<style>
span { border-color: #DC58A2; }
span { border-color: rgb(220,88,162); }
td.TdClassName
{
border-color: #DC58A2;
}
.TagClassName
{
border-color: #DC58A2;
}
</style>