Shades of Mulberry #DC5495
Tints of Mulberry #DC5495
RGB
CMYK
RGB Variations
Color information
#DC5495 (or 0xDC5495) is known color: Mulberry. HEX triplet: DC, 54 and 95. RGB value is (220,84,149). Sum of RGB (Red+Green+Blue) = 220+84+149=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5495 is #23AB6A. Grayscale: #838383. Windows color (decimal): -2337643 or 9786588. OLE color: 9786588.
HSL color Cylindrical-coordinate representation of color #DC5495: hue angle of 331.32º 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 #DC5495 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 149 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.14 |
| HSL | 331.32º | 0.66% | 0.6% | - |
| HSV(B) | 331.32º | 0.62% | 0.86% | - |
| XYZ | 38.11 | 23.73 | 31 | - |
| YUV | 132.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 149 | 0 | 0.62 | 0.32 | 0.14 | 331.32 | 0.66 | 0.6 |
| Hex | DC | 54 | 95 | 0 | 3E | 20 | E | 14B | 42 | 3C |
| Octal | 334 | 124 | 225 | 0 | 76 | 40 | 16 | 513 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10010101 | 0 | 111110 | 100000 | 1110 | 101001011 | 1000010 | 111100 |
Color Harmonies of #DC5495
Complementary color
Monochromatic Colors of #DC5495
Black with #DC5495
Text Example
Text Example
White with #DC5495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5495; }
p { color: rgb(220,84,149); }
H1.HeaderClassName
{
color: #DC5495;
}
.AnyTagClassName
{
color: #DC5495;
}
</style>
background-color css
<style>
a { background-color: #DC5495; }
a { background-color: rgb(220,84,149); }
div.DivClassName
{
background-color: #DC5495;
}
.BgClassName
{
background-color: #DC5495;
}
</style>
border-color css
<style>
span { border-color: #DC5495; }
span { border-color: rgb(220,84,149); }
td.TdClassName
{
border-color: #DC5495;
}
.TagClassName
{
border-color: #DC5495;
}
</style>