Shades of Hopbush #DC58A1
Tints of Hopbush #DC58A1
RGB
CMYK
RGB Variations
Color information
#DC58A1 (or 0xDC58A1) is known color: Hopbush. HEX triplet: DC, 58 and A1. RGB value is (220,88,161). Sum of RGB (Red+Green+Blue) = 220+88+161=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC58A1 is #23A75E. Grayscale: #878787. Windows color (decimal): -2336607 or 10574044. OLE color: 10574044.
HSL color Cylindrical-coordinate representation of color #DC58A1: hue angle of 326.82º 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 #DC58A1 is Cyan = 0, Magento = 0.6, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 161 | - |
| CMYK | 0 | 0.6 | 0.27 | 0.14 |
| HSL | 326.82º | 0.65% | 0.6% | - |
| HSV(B) | 326.82º | 0.6% | 0.86% | - |
| XYZ | 39.44 | 24.77 | 36.42 | - |
| YUV | 135.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 161 | 0 | 0.6 | 0.27 | 0.14 | 326.82 | 0.65 | 0.6 |
| Hex | DC | 58 | A1 | 0 | 3C | 1B | E | 147 | 41 | 3C |
| Octal | 334 | 130 | 241 | 0 | 74 | 33 | 16 | 507 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10100001 | 0 | 111100 | 11011 | 1110 | 101000111 | 1000001 | 111100 |
Color Harmonies of #DC58A1
Complementary color
Monochromatic Colors of #DC58A1
Black with #DC58A1
Text Example
Text Example
White with #DC58A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58A1; }
p { color: rgb(220,88,161); }
H1.HeaderClassName
{
color: #DC58A1;
}
.AnyTagClassName
{
color: #DC58A1;
}
</style>
background-color css
<style>
a { background-color: #DC58A1; }
a { background-color: rgb(220,88,161); }
div.DivClassName
{
background-color: #DC58A1;
}
.BgClassName
{
background-color: #DC58A1;
}
</style>
border-color css
<style>
span { border-color: #DC58A1; }
span { border-color: rgb(220,88,161); }
td.TdClassName
{
border-color: #DC58A1;
}
.TagClassName
{
border-color: #DC58A1;
}
</style>