Shades of Mulberry #DC5599
Tints of Mulberry #DC5599
RGB
CMYK
RGB Variations
Color information
#DC5599 (or 0xDC5599) is known color: Mulberry. HEX triplet: DC, 55 and 99. RGB value is (220,85,153). Sum of RGB (Red+Green+Blue) = 220+85+153=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5599 is #23AA66. Grayscale: #848484. Windows color (decimal): -2337383 or 10048988. OLE color: 10048988.
HSL color Cylindrical-coordinate representation of color #DC5599: hue angle of 329.78º 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 #DC5599 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 153 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.14 |
| HSL | 329.78º | 0.66% | 0.6% | - |
| HSV(B) | 329.78º | 0.61% | 0.86% | - |
| XYZ | 38.51 | 24.01 | 32.74 | - |
| YUV | 133.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 153 | 0 | 0.61 | 0.30 | 0.14 | 329.78 | 0.66 | 0.6 |
| Hex | DC | 55 | 99 | 0 | 3D | 1E | E | 14A | 42 | 3C |
| Octal | 334 | 125 | 231 | 0 | 75 | 36 | 16 | 512 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10011001 | 0 | 111101 | 11110 | 1110 | 101001010 | 1000010 | 111100 |
Color Harmonies of #DC5599
Complementary color
Monochromatic Colors of #DC5599
Black with #DC5599
Text Example
Text Example
White with #DC5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5599; }
p { color: rgb(220,85,153); }
H1.HeaderClassName
{
color: #DC5599;
}
.AnyTagClassName
{
color: #DC5599;
}
</style>
background-color css
<style>
a { background-color: #DC5599; }
a { background-color: rgb(220,85,153); }
div.DivClassName
{
background-color: #DC5599;
}
.BgClassName
{
background-color: #DC5599;
}
</style>
border-color css
<style>
span { border-color: #DC5599; }
span { border-color: rgb(220,85,153); }
td.TdClassName
{
border-color: #DC5599;
}
.TagClassName
{
border-color: #DC5599;
}
</style>