Shades of Mulberry #DC5699
Tints of Mulberry #DC5699
RGB
CMYK
RGB Variations
Color information
#DC5699 (or 0xDC5699) is known color: Mulberry. HEX triplet: DC, 56 and 99. RGB value is (220,86,153). Sum of RGB (Red+Green+Blue) = 220+86+153=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5699 is #23A966. Grayscale: #858585. Windows color (decimal): -2337127 or 10049244. OLE color: 10049244.
HSL color Cylindrical-coordinate representation of color #DC5699: hue angle of 330º 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 #DC5699 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 153 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.14 |
| HSL | 330º | 0.66% | 0.6% | - |
| HSV(B) | 330º | 0.61% | 0.86% | - |
| XYZ | 38.59 | 24.17 | 32.77 | - |
| YUV | 133.7 | 138.89 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 153 | 0 | 0.61 | 0.30 | 0.14 | 330 | 0.66 | 0.6 |
| Hex | DC | 56 | 99 | 0 | 3D | 1E | E | 14A | 42 | 3C |
| Octal | 334 | 126 | 231 | 0 | 75 | 36 | 16 | 512 | 102 | 74 |
| Binary | 11011100 | 1010110 | 10011001 | 0 | 111101 | 11110 | 1110 | 101001010 | 1000010 | 111100 |
Color Harmonies of #DC5699
Complementary color
Monochromatic Colors of #DC5699
Black with #DC5699
Text Example
Text Example
White with #DC5699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5699; }
p { color: rgb(220,86,153); }
H1.HeaderClassName
{
color: #DC5699;
}
.AnyTagClassName
{
color: #DC5699;
}
</style>
background-color css
<style>
a { background-color: #DC5699; }
a { background-color: rgb(220,86,153); }
div.DivClassName
{
background-color: #DC5699;
}
.BgClassName
{
background-color: #DC5699;
}
</style>
border-color css
<style>
span { border-color: #DC5699; }
span { border-color: rgb(220,86,153); }
td.TdClassName
{
border-color: #DC5699;
}
.TagClassName
{
border-color: #DC5699;
}
</style>