Shades of Hopbush #DC5F9F
Tints of Hopbush #DC5F9F
RGB
CMYK
RGB Variations
Color information
#DC5F9F (or 0xDC5F9F) is known color: Hopbush. HEX triplet: DC, 5F and 9F. RGB value is (220,95,159). Sum of RGB (Red+Green+Blue) = 220+95+159=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5F9F is #23A060. Grayscale: #8B8B8B. Windows color (decimal): -2334817 or 10444764. OLE color: 10444764.
HSL color Cylindrical-coordinate representation of color #DC5F9F: hue angle of 329.28º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5F9F is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 159 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.14 |
| HSL | 329.28º | 0.64% | 0.62% | - |
| HSV(B) | 329.28º | 0.57% | 0.86% | - |
| XYZ | 39.87 | 25.9 | 35.7 | - |
| YUV | 139.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 159 | 0 | 0.57 | 0.28 | 0.14 | 329.28 | 0.64 | 0.62 |
| Hex | DC | 5F | 9F | 0 | 39 | 1C | E | 149 | 40 | 3E |
| Octal | 334 | 137 | 237 | 0 | 71 | 34 | 16 | 511 | 100 | 76 |
| Binary | 11011100 | 1011111 | 10011111 | 0 | 111001 | 11100 | 1110 | 101001001 | 1000000 | 111110 |
Color Harmonies of #DC5F9F
Complementary color
Monochromatic Colors of #DC5F9F
Black with #DC5F9F
Text Example
Text Example
White with #DC5F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F9F; }
p { color: rgb(220,95,159); }
H1.HeaderClassName
{
color: #DC5F9F;
}
.AnyTagClassName
{
color: #DC5F9F;
}
</style>
background-color css
<style>
a { background-color: #DC5F9F; }
a { background-color: rgb(220,95,159); }
div.DivClassName
{
background-color: #DC5F9F;
}
.BgClassName
{
background-color: #DC5F9F;
}
</style>
border-color css
<style>
span { border-color: #DC5F9F; }
span { border-color: rgb(220,95,159); }
td.TdClassName
{
border-color: #DC5F9F;
}
.TagClassName
{
border-color: #DC5F9F;
}
</style>