Shades of Mulberry #DC5496
Tints of Mulberry #DC5496
RGB
CMYK
RGB Variations
Color information
#DC5496 (or 0xDC5496) is known color: Mulberry. HEX triplet: DC, 54 and 96. RGB value is (220,84,150). Sum of RGB (Red+Green+Blue) = 220+84+150=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5496 is #23AB69. Grayscale: #848484. Windows color (decimal): -2337642 or 9852124. OLE color: 9852124.
HSL color Cylindrical-coordinate representation of color #DC5496: hue angle of 330.88º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5496 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 150 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.14 |
| HSL | 330.88º | 0.66% | 0.6% | - |
| HSV(B) | 330.88º | 0.62% | 0.86% | - |
| XYZ | 38.19 | 23.76 | 31.43 | - |
| YUV | 132.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 150 | 0 | 0.62 | 0.32 | 0.14 | 330.88 | 0.66 | 0.6 |
| Hex | DC | 54 | 96 | 0 | 3E | 20 | E | 14B | 42 | 3C |
| Octal | 334 | 124 | 226 | 0 | 76 | 40 | 16 | 513 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10010110 | 0 | 111110 | 100000 | 1110 | 101001011 | 1000010 | 111100 |
Color Harmonies of #DC5496
Complementary color
Monochromatic Colors of #DC5496
Black with #DC5496
Text Example
Text Example
White with #DC5496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5496; }
p { color: rgb(220,84,150); }
H1.HeaderClassName
{
color: #DC5496;
}
.AnyTagClassName
{
color: #DC5496;
}
</style>
background-color css
<style>
a { background-color: #DC5496; }
a { background-color: rgb(220,84,150); }
div.DivClassName
{
background-color: #DC5496;
}
.BgClassName
{
background-color: #DC5496;
}
</style>
border-color css
<style>
span { border-color: #DC5496; }
span { border-color: rgb(220,84,150); }
td.TdClassName
{
border-color: #DC5496;
}
.TagClassName
{
border-color: #DC5496;
}
</style>