Shades of Mulberry #DC5596
Tints of Mulberry #DC5596
RGB
CMYK
RGB Variations
Color information
#DC5596 (or 0xDC5596) is known color: Mulberry. HEX triplet: DC, 55 and 96. RGB value is (220,85,150). Sum of RGB (Red+Green+Blue) = 220+85+150=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5596 is #23AA69. Grayscale: #848484. Windows color (decimal): -2337386 or 9852380. OLE color: 9852380.
HSL color Cylindrical-coordinate representation of color #DC5596: hue angle of 331.11º 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 #DC5596 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 150 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.14 |
| HSL | 331.11º | 0.66% | 0.6% | - |
| HSV(B) | 331.11º | 0.61% | 0.86% | - |
| XYZ | 38.27 | 23.91 | 31.45 | - |
| YUV | 132.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 150 | 0 | 0.61 | 0.32 | 0.14 | 331.11 | 0.66 | 0.6 |
| Hex | DC | 55 | 96 | 0 | 3D | 20 | E | 14B | 42 | 3C |
| Octal | 334 | 125 | 226 | 0 | 75 | 40 | 16 | 513 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10010110 | 0 | 111101 | 100000 | 1110 | 101001011 | 1000010 | 111100 |
Color Harmonies of #DC5596
Complementary color
Monochromatic Colors of #DC5596
Black with #DC5596
Text Example
Text Example
White with #DC5596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5596; }
p { color: rgb(220,85,150); }
H1.HeaderClassName
{
color: #DC5596;
}
.AnyTagClassName
{
color: #DC5596;
}
</style>
background-color css
<style>
a { background-color: #DC5596; }
a { background-color: rgb(220,85,150); }
div.DivClassName
{
background-color: #DC5596;
}
.BgClassName
{
background-color: #DC5596;
}
</style>
border-color css
<style>
span { border-color: #DC5596; }
span { border-color: rgb(220,85,150); }
td.TdClassName
{
border-color: #DC5596;
}
.TagClassName
{
border-color: #DC5596;
}
</style>