Shades of Hopbush #DC5F9E
Tints of Hopbush #DC5F9E
RGB
CMYK
RGB Variations
Color information
#DC5F9E (or 0xDC5F9E) is known color: Hopbush. HEX triplet: DC, 5F and 9E. RGB value is (220,95,158). Sum of RGB (Red+Green+Blue) = 220+95+158=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5F9E is #23A061. Grayscale: #8B8B8B. Windows color (decimal): -2334818 or 10379228. OLE color: 10379228.
HSL color Cylindrical-coordinate representation of color #DC5F9E: hue angle of 329.76º 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 #DC5F9E is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 158 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.14 |
| HSL | 329.76º | 0.64% | 0.62% | - |
| HSV(B) | 329.76º | 0.57% | 0.86% | - |
| XYZ | 39.78 | 25.87 | 35.24 | - |
| YUV | 139.56 | 138.41 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 158 | 0 | 0.57 | 0.28 | 0.14 | 329.76 | 0.64 | 0.62 |
| Hex | DC | 5F | 9E | 0 | 39 | 1C | E | 14A | 40 | 3E |
| Octal | 334 | 137 | 236 | 0 | 71 | 34 | 16 | 512 | 100 | 76 |
| Binary | 11011100 | 1011111 | 10011110 | 0 | 111001 | 11100 | 1110 | 101001010 | 1000000 | 111110 |
Color Harmonies of #DC5F9E
Complementary color
Monochromatic Colors of #DC5F9E
Black with #DC5F9E
Text Example
Text Example
White with #DC5F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F9E; }
p { color: rgb(220,95,158); }
H1.HeaderClassName
{
color: #DC5F9E;
}
.AnyTagClassName
{
color: #DC5F9E;
}
</style>
background-color css
<style>
a { background-color: #DC5F9E; }
a { background-color: rgb(220,95,158); }
div.DivClassName
{
background-color: #DC5F9E;
}
.BgClassName
{
background-color: #DC5F9E;
}
</style>
border-color css
<style>
span { border-color: #DC5F9E; }
span { border-color: rgb(220,95,158); }
td.TdClassName
{
border-color: #DC5F9E;
}
.TagClassName
{
border-color: #DC5F9E;
}
</style>