Shades of Mulberry #DC5499
Tints of Mulberry #DC5499
RGB
CMYK
RGB Variations
Color information
#DC5499 (or 0xDC5499) is known color: Mulberry. HEX triplet: DC, 54 and 99. RGB value is (220,84,153). Sum of RGB (Red+Green+Blue) = 220+84+153=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5499 is #23AB66. Grayscale: #848484. Windows color (decimal): -2337639 or 10048732. OLE color: 10048732.
HSL color Cylindrical-coordinate representation of color #DC5499: hue angle of 329.56º 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 #DC5499 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 153 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.14 |
| HSL | 329.56º | 0.66% | 0.6% | - |
| HSV(B) | 329.56º | 0.62% | 0.86% | - |
| XYZ | 38.44 | 23.86 | 32.72 | - |
| YUV | 132.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 153 | 0 | 0.62 | 0.30 | 0.14 | 329.56 | 0.66 | 0.6 |
| Hex | DC | 54 | 99 | 0 | 3E | 1E | E | 14A | 42 | 3C |
| Octal | 334 | 124 | 231 | 0 | 76 | 36 | 16 | 512 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10011001 | 0 | 111110 | 11110 | 1110 | 101001010 | 1000010 | 111100 |
Color Harmonies of #DC5499
Complementary color
Monochromatic Colors of #DC5499
Black with #DC5499
Text Example
Text Example
White with #DC5499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5499; }
p { color: rgb(220,84,153); }
H1.HeaderClassName
{
color: #DC5499;
}
.AnyTagClassName
{
color: #DC5499;
}
</style>
background-color css
<style>
a { background-color: #DC5499; }
a { background-color: rgb(220,84,153); }
div.DivClassName
{
background-color: #DC5499;
}
.BgClassName
{
background-color: #DC5499;
}
</style>
border-color css
<style>
span { border-color: #DC5499; }
span { border-color: rgb(220,84,153); }
td.TdClassName
{
border-color: #DC5499;
}
.TagClassName
{
border-color: #DC5499;
}
</style>