Shades of Mulberry #DC5295
Tints of Mulberry #DC5295
RGB
CMYK
RGB Variations
Color information
#DC5295 (or 0xDC5295) is known color: Mulberry. HEX triplet: DC, 52 and 95. RGB value is (220,82,149). Sum of RGB (Red+Green+Blue) = 220+82+149=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5295 is #23AD6A. Grayscale: #828282. Windows color (decimal): -2338155 or 9786076. OLE color: 9786076.
HSL color Cylindrical-coordinate representation of color #DC5295: hue angle of 330.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5295 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 149 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.14 |
| HSL | 330.87º | 0.66% | 0.59% | - |
| HSV(B) | 330.87º | 0.63% | 0.86% | - |
| XYZ | 37.96 | 23.42 | 30.95 | - |
| YUV | 130.9 | 138.22 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 149 | 0 | 0.63 | 0.32 | 0.14 | 330.87 | 0.66 | 0.59 |
| Hex | DC | 52 | 95 | 0 | 3F | 20 | E | 14B | 42 | 3B |
| Octal | 334 | 122 | 225 | 0 | 77 | 40 | 16 | 513 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10010101 | 0 | 111111 | 100000 | 1110 | 101001011 | 1000010 | 111011 |
Color Harmonies of #DC5295
Complementary color
Monochromatic Colors of #DC5295
Black with #DC5295
Text Example
Text Example
White with #DC5295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5295; }
p { color: rgb(220,82,149); }
H1.HeaderClassName
{
color: #DC5295;
}
.AnyTagClassName
{
color: #DC5295;
}
</style>
background-color css
<style>
a { background-color: #DC5295; }
a { background-color: rgb(220,82,149); }
div.DivClassName
{
background-color: #DC5295;
}
.BgClassName
{
background-color: #DC5295;
}
</style>
border-color css
<style>
span { border-color: #DC5295; }
span { border-color: rgb(220,82,149); }
td.TdClassName
{
border-color: #DC5295;
}
.TagClassName
{
border-color: #DC5295;
}
</style>