Shades of Mulberry #DC559C
Tints of Mulberry #DC559C
RGB
CMYK
RGB Variations
Color information
#DC559C (or 0xDC559C) is known color: Mulberry. HEX triplet: DC, 55 and 9C. RGB value is (220,85,156). Sum of RGB (Red+Green+Blue) = 220+85+156=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC559C is #23AA63. Grayscale: #858585. Windows color (decimal): -2337380 or 10245596. OLE color: 10245596.
HSL color Cylindrical-coordinate representation of color #DC559C: hue angle of 328.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC559C is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 156 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.14 |
| HSL | 328.44º | 0.66% | 0.6% | - |
| HSV(B) | 328.44º | 0.61% | 0.86% | - |
| XYZ | 38.76 | 24.11 | 34.06 | - |
| YUV | 133.46 | 140.73 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 156 | 0 | 0.61 | 0.29 | 0.14 | 328.44 | 0.66 | 0.6 |
| Hex | DC | 55 | 9C | 0 | 3D | 1D | E | 148 | 42 | 3C |
| Octal | 334 | 125 | 234 | 0 | 75 | 35 | 16 | 510 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10011100 | 0 | 111101 | 11101 | 1110 | 101001000 | 1000010 | 111100 |
Color Harmonies of #DC559C
Complementary color
Monochromatic Colors of #DC559C
Black with #DC559C
Text Example
Text Example
White with #DC559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC559C; }
p { color: rgb(220,85,156); }
H1.HeaderClassName
{
color: #DC559C;
}
.AnyTagClassName
{
color: #DC559C;
}
</style>
background-color css
<style>
a { background-color: #DC559C; }
a { background-color: rgb(220,85,156); }
div.DivClassName
{
background-color: #DC559C;
}
.BgClassName
{
background-color: #DC559C;
}
</style>
border-color css
<style>
span { border-color: #DC559C; }
span { border-color: rgb(220,85,156); }
td.TdClassName
{
border-color: #DC559C;
}
.TagClassName
{
border-color: #DC559C;
}
</style>