Shades of Hopbush #DC5D9E
Tints of Hopbush #DC5D9E
RGB
CMYK
RGB Variations
Color information
#DC5D9E (or 0xDC5D9E) is known color: Hopbush. HEX triplet: DC, 5D and 9E. RGB value is (220,93,158). Sum of RGB (Red+Green+Blue) = 220+93+158=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D9E is #23A261. Grayscale: #8A8A8A. Windows color (decimal): -2335330 or 10378716. OLE color: 10378716.
HSL color Cylindrical-coordinate representation of color #DC5D9E: hue angle of 329.29º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5D9E is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 158 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.14 |
| HSL | 329.29º | 0.64% | 0.61% | - |
| HSV(B) | 329.29º | 0.58% | 0.86% | - |
| XYZ | 39.6 | 25.51 | 35.19 | - |
| YUV | 138.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 158 | 0 | 0.58 | 0.28 | 0.14 | 329.29 | 0.64 | 0.61 |
| Hex | DC | 5D | 9E | 0 | 3A | 1C | E | 149 | 40 | 3D |
| Octal | 334 | 135 | 236 | 0 | 72 | 34 | 16 | 511 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10011110 | 0 | 111010 | 11100 | 1110 | 101001001 | 1000000 | 111101 |
Color Harmonies of #DC5D9E
Complementary color
Monochromatic Colors of #DC5D9E
Black with #DC5D9E
Text Example
Text Example
White with #DC5D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D9E; }
p { color: rgb(220,93,158); }
H1.HeaderClassName
{
color: #DC5D9E;
}
.AnyTagClassName
{
color: #DC5D9E;
}
</style>
background-color css
<style>
a { background-color: #DC5D9E; }
a { background-color: rgb(220,93,158); }
div.DivClassName
{
background-color: #DC5D9E;
}
.BgClassName
{
background-color: #DC5D9E;
}
</style>
border-color css
<style>
span { border-color: #DC5D9E; }
span { border-color: rgb(220,93,158); }
td.TdClassName
{
border-color: #DC5D9E;
}
.TagClassName
{
border-color: #DC5D9E;
}
</style>