Shades of Hopbush #DC59A3
Tints of Hopbush #DC59A3
RGB
CMYK
RGB Variations
Color information
#DC59A3 (or 0xDC59A3) is known color: Hopbush. HEX triplet: DC, 59 and A3. RGB value is (220,89,163). Sum of RGB (Red+Green+Blue) = 220+89+163=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC59A3 is #23A65C. Grayscale: #888888. Windows color (decimal): -2336349 or 10705372. OLE color: 10705372.
HSL color Cylindrical-coordinate representation of color #DC59A3: hue angle of 326.11º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC59A3 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 163 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.14 |
| HSL | 326.11º | 0.65% | 0.61% | - |
| HSV(B) | 326.11º | 0.6% | 0.86% | - |
| XYZ | 39.7 | 25 | 37.38 | - |
| YUV | 136.61 | 142.9 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 163 | 0 | 0.60 | 0.26 | 0.14 | 326.11 | 0.65 | 0.61 |
| Hex | DC | 59 | A3 | 0 | 3C | 1A | E | 146 | 41 | 3D |
| Octal | 334 | 131 | 243 | 0 | 74 | 32 | 16 | 506 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10100011 | 0 | 111100 | 11010 | 1110 | 101000110 | 1000001 | 111101 |
Color Harmonies of #DC59A3
Complementary color
Monochromatic Colors of #DC59A3
Black with #DC59A3
Text Example
Text Example
White with #DC59A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59A3; }
p { color: rgb(220,89,163); }
H1.HeaderClassName
{
color: #DC59A3;
}
.AnyTagClassName
{
color: #DC59A3;
}
</style>
background-color css
<style>
a { background-color: #DC59A3; }
a { background-color: rgb(220,89,163); }
div.DivClassName
{
background-color: #DC59A3;
}
.BgClassName
{
background-color: #DC59A3;
}
</style>
border-color css
<style>
span { border-color: #DC59A3; }
span { border-color: rgb(220,89,163); }
td.TdClassName
{
border-color: #DC59A3;
}
.TagClassName
{
border-color: #DC59A3;
}
</style>