Shades of Hopbush #DC5D9C
Tints of Hopbush #DC5D9C
RGB
CMYK
RGB Variations
Color information
#DC5D9C (or 0xDC5D9C) is known color: Hopbush. HEX triplet: DC, 5D and 9C. RGB value is (220,93,156). Sum of RGB (Red+Green+Blue) = 220+93+156=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D9C is #23A263. Grayscale: #8A8A8A. Windows color (decimal): -2335332 or 10247644. OLE color: 10247644.
HSL color Cylindrical-coordinate representation of color #DC5D9C: hue angle of 330.24º 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 #DC5D9C is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 156 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.14 |
| HSL | 330.24º | 0.64% | 0.61% | - |
| HSV(B) | 330.24º | 0.58% | 0.86% | - |
| XYZ | 39.43 | 25.44 | 34.29 | - |
| YUV | 138.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 156 | 0 | 0.58 | 0.29 | 0.14 | 330.24 | 0.64 | 0.61 |
| Hex | DC | 5D | 9C | 0 | 3A | 1D | E | 14A | 40 | 3D |
| Octal | 334 | 135 | 234 | 0 | 72 | 35 | 16 | 512 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10011100 | 0 | 111010 | 11101 | 1110 | 101001010 | 1000000 | 111101 |
Color Harmonies of #DC5D9C
Complementary color
Monochromatic Colors of #DC5D9C
Black with #DC5D9C
Text Example
Text Example
White with #DC5D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D9C; }
p { color: rgb(220,93,156); }
H1.HeaderClassName
{
color: #DC5D9C;
}
.AnyTagClassName
{
color: #DC5D9C;
}
</style>
background-color css
<style>
a { background-color: #DC5D9C; }
a { background-color: rgb(220,93,156); }
div.DivClassName
{
background-color: #DC5D9C;
}
.BgClassName
{
background-color: #DC5D9C;
}
</style>
border-color css
<style>
span { border-color: #DC5D9C; }
span { border-color: rgb(220,93,156); }
td.TdClassName
{
border-color: #DC5D9C;
}
.TagClassName
{
border-color: #DC5D9C;
}
</style>