Shades of Hopbush #DC5E9E
Tints of Hopbush #DC5E9E
RGB
CMYK
RGB Variations
Color information
#DC5E9E (or 0xDC5E9E) is known color: Hopbush. HEX triplet: DC, 5E and 9E. RGB value is (220,94,158). Sum of RGB (Red+Green+Blue) = 220+94+158=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5E9E is #23A161. Grayscale: #8A8A8A. Windows color (decimal): -2335074 or 10378972. OLE color: 10378972.
HSL color Cylindrical-coordinate representation of color #DC5E9E: hue angle of 329.52º 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 #DC5E9E is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 158 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.14 |
| HSL | 329.52º | 0.64% | 0.62% | - |
| HSV(B) | 329.52º | 0.57% | 0.86% | - |
| XYZ | 39.69 | 25.69 | 35.21 | - |
| YUV | 138.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 158 | 0 | 0.57 | 0.28 | 0.14 | 329.52 | 0.64 | 0.62 |
| Hex | DC | 5E | 9E | 0 | 39 | 1C | E | 14A | 40 | 3E |
| Octal | 334 | 136 | 236 | 0 | 71 | 34 | 16 | 512 | 100 | 76 |
| Binary | 11011100 | 1011110 | 10011110 | 0 | 111001 | 11100 | 1110 | 101001010 | 1000000 | 111110 |
Color Harmonies of #DC5E9E
Complementary color
Monochromatic Colors of #DC5E9E
Black with #DC5E9E
Text Example
Text Example
White with #DC5E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E9E; }
p { color: rgb(220,94,158); }
H1.HeaderClassName
{
color: #DC5E9E;
}
.AnyTagClassName
{
color: #DC5E9E;
}
</style>
background-color css
<style>
a { background-color: #DC5E9E; }
a { background-color: rgb(220,94,158); }
div.DivClassName
{
background-color: #DC5E9E;
}
.BgClassName
{
background-color: #DC5E9E;
}
</style>
border-color css
<style>
span { border-color: #DC5E9E; }
span { border-color: rgb(220,94,158); }
td.TdClassName
{
border-color: #DC5E9E;
}
.TagClassName
{
border-color: #DC5E9E;
}
</style>