Shades of Mulberry #DC5595
Tints of Mulberry #DC5595
RGB
CMYK
RGB Variations
Color information
#DC5595 (or 0xDC5595) is known color: Mulberry. HEX triplet: DC, 55 and 95. RGB value is (220,85,149). Sum of RGB (Red+Green+Blue) = 220+85+149=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5595 is #23AA6A. Grayscale: #848484. Windows color (decimal): -2337387 or 9786844. OLE color: 9786844.
HSL color Cylindrical-coordinate representation of color #DC5595: hue angle of 331.56º 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 #DC5595 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 149 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.14 |
| HSL | 331.56º | 0.66% | 0.6% | - |
| HSV(B) | 331.56º | 0.61% | 0.86% | - |
| XYZ | 38.19 | 23.88 | 31.03 | - |
| YUV | 132.66 | 137.23 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 149 | 0 | 0.61 | 0.32 | 0.14 | 331.56 | 0.66 | 0.6 |
| Hex | DC | 55 | 95 | 0 | 3D | 20 | E | 14C | 42 | 3C |
| Octal | 334 | 125 | 225 | 0 | 75 | 40 | 16 | 514 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10010101 | 0 | 111101 | 100000 | 1110 | 101001100 | 1000010 | 111100 |
Color Harmonies of #DC5595
Complementary color
Monochromatic Colors of #DC5595
Black with #DC5595
Text Example
Text Example
White with #DC5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5595; }
p { color: rgb(220,85,149); }
H1.HeaderClassName
{
color: #DC5595;
}
.AnyTagClassName
{
color: #DC5595;
}
</style>
background-color css
<style>
a { background-color: #DC5595; }
a { background-color: rgb(220,85,149); }
div.DivClassName
{
background-color: #DC5595;
}
.BgClassName
{
background-color: #DC5595;
}
</style>
border-color css
<style>
span { border-color: #DC5595; }
span { border-color: rgb(220,85,149); }
td.TdClassName
{
border-color: #DC5595;
}
.TagClassName
{
border-color: #DC5595;
}
</style>