Shades of Hopbush #DC5B9E
Tints of Hopbush #DC5B9E
RGB
CMYK
RGB Variations
Color information
#DC5B9E (or 0xDC5B9E) is known color: Hopbush. HEX triplet: DC, 5B and 9E. RGB value is (220,91,158). Sum of RGB (Red+Green+Blue) = 220+91+158=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5B9E is #23A461. Grayscale: #898989. Windows color (decimal): -2335842 or 10378204. OLE color: 10378204.
HSL color Cylindrical-coordinate representation of color #DC5B9E: hue angle of 328.84º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5B9E is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 158 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.14 |
| HSL | 328.84º | 0.65% | 0.61% | - |
| HSV(B) | 328.84º | 0.59% | 0.86% | - |
| XYZ | 39.43 | 25.17 | 35.13 | - |
| YUV | 137.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 158 | 0 | 0.59 | 0.28 | 0.14 | 328.84 | 0.65 | 0.61 |
| Hex | DC | 5B | 9E | 0 | 3B | 1C | E | 149 | 41 | 3D |
| Octal | 334 | 133 | 236 | 0 | 73 | 34 | 16 | 511 | 101 | 75 |
| Binary | 11011100 | 1011011 | 10011110 | 0 | 111011 | 11100 | 1110 | 101001001 | 1000001 | 111101 |
Color Harmonies of #DC5B9E
Complementary color
Monochromatic Colors of #DC5B9E
Black with #DC5B9E
Text Example
Text Example
White with #DC5B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B9E; }
p { color: rgb(220,91,158); }
H1.HeaderClassName
{
color: #DC5B9E;
}
.AnyTagClassName
{
color: #DC5B9E;
}
</style>
background-color css
<style>
a { background-color: #DC5B9E; }
a { background-color: rgb(220,91,158); }
div.DivClassName
{
background-color: #DC5B9E;
}
.BgClassName
{
background-color: #DC5B9E;
}
</style>
border-color css
<style>
span { border-color: #DC5B9E; }
span { border-color: rgb(220,91,158); }
td.TdClassName
{
border-color: #DC5B9E;
}
.TagClassName
{
border-color: #DC5B9E;
}
</style>