Shades of Hopbush #DC5998
Tints of Hopbush #DC5998
RGB
CMYK
RGB Variations
Color information
#DC5998 (or 0xDC5998) is known color: Hopbush. HEX triplet: DC, 59 and 98. RGB value is (220,89,152). Sum of RGB (Red+Green+Blue) = 220+89+152=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5998 is #23A667. Grayscale: #878787. Windows color (decimal): -2336360 or 9984476. OLE color: 9984476.
HSL color Cylindrical-coordinate representation of color #DC5998: hue angle of 331.15º 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 #DC5998 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 152 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.14 |
| HSL | 331.15º | 0.65% | 0.61% | - |
| HSV(B) | 331.15º | 0.6% | 0.86% | - |
| XYZ | 38.76 | 24.63 | 32.42 | - |
| YUV | 135.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 152 | 0 | 0.60 | 0.31 | 0.14 | 331.15 | 0.65 | 0.61 |
| Hex | DC | 59 | 98 | 0 | 3C | 1F | E | 14B | 41 | 3D |
| Octal | 334 | 131 | 230 | 0 | 74 | 37 | 16 | 513 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10011000 | 0 | 111100 | 11111 | 1110 | 101001011 | 1000001 | 111101 |
Color Harmonies of #DC5998
Complementary color
Monochromatic Colors of #DC5998
Black with #DC5998
Text Example
Text Example
White with #DC5998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5998; }
p { color: rgb(220,89,152); }
H1.HeaderClassName
{
color: #DC5998;
}
.AnyTagClassName
{
color: #DC5998;
}
</style>
background-color css
<style>
a { background-color: #DC5998; }
a { background-color: rgb(220,89,152); }
div.DivClassName
{
background-color: #DC5998;
}
.BgClassName
{
background-color: #DC5998;
}
</style>
border-color css
<style>
span { border-color: #DC5998; }
span { border-color: rgb(220,89,152); }
td.TdClassName
{
border-color: #DC5998;
}
.TagClassName
{
border-color: #DC5998;
}
</style>