Shades of Hopbush #DC5795
Tints of Hopbush #DC5795
RGB
CMYK
RGB Variations
Color information
#DC5795 (or 0xDC5795) is known color: Hopbush. HEX triplet: DC, 57 and 95. RGB value is (220,87,149). Sum of RGB (Red+Green+Blue) = 220+87+149=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5795 is #23A86A. Grayscale: #858585. Windows color (decimal): -2336875 or 9787356. OLE color: 9787356.
HSL color Cylindrical-coordinate representation of color #DC5795: hue angle of 332.03º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5795 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 149 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.14 |
| HSL | 332.03º | 0.66% | 0.6% | - |
| HSV(B) | 332.03º | 0.6% | 0.86% | - |
| XYZ | 38.35 | 24.2 | 31.08 | - |
| YUV | 133.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 149 | 0 | 0.60 | 0.32 | 0.14 | 332.03 | 0.66 | 0.6 |
| Hex | DC | 57 | 95 | 0 | 3C | 20 | E | 14C | 42 | 3C |
| Octal | 334 | 127 | 225 | 0 | 74 | 40 | 16 | 514 | 102 | 74 |
| Binary | 11011100 | 1010111 | 10010101 | 0 | 111100 | 100000 | 1110 | 101001100 | 1000010 | 111100 |
Color Harmonies of #DC5795
Complementary color
Monochromatic Colors of #DC5795
Black with #DC5795
Text Example
Text Example
White with #DC5795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5795; }
p { color: rgb(220,87,149); }
H1.HeaderClassName
{
color: #DC5795;
}
.AnyTagClassName
{
color: #DC5795;
}
</style>
background-color css
<style>
a { background-color: #DC5795; }
a { background-color: rgb(220,87,149); }
div.DivClassName
{
background-color: #DC5795;
}
.BgClassName
{
background-color: #DC5795;
}
</style>
border-color css
<style>
span { border-color: #DC5795; }
span { border-color: rgb(220,87,149); }
td.TdClassName
{
border-color: #DC5795;
}
.TagClassName
{
border-color: #DC5795;
}
</style>