Shades of Mulberry #DC5097
Tints of Mulberry #DC5097
RGB
CMYK
RGB Variations
Color information
#DC5097 (or 0xDC5097) is known color: Mulberry. HEX triplet: DC, 50 and 97. RGB value is (220,80,151). Sum of RGB (Red+Green+Blue) = 220+80+151=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5097 is #23AF68. Grayscale: #818181. Windows color (decimal): -2338665 or 9916636. OLE color: 9916636.
HSL color Cylindrical-coordinate representation of color #DC5097: hue angle of 329.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5097 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 151 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.14 |
| HSL | 329.57º | 0.67% | 0.59% | - |
| HSV(B) | 329.57º | 0.64% | 0.86% | - |
| XYZ | 37.97 | 23.19 | 31.75 | - |
| YUV | 129.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 151 | 0 | 0.64 | 0.31 | 0.14 | 329.57 | 0.67 | 0.59 |
| Hex | DC | 50 | 97 | 0 | 40 | 1F | E | 14A | 43 | 3B |
| Octal | 334 | 120 | 227 | 0 | 100 | 37 | 16 | 512 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10010111 | 0 | 1000000 | 11111 | 1110 | 101001010 | 1000011 | 111011 |
Color Harmonies of #DC5097
Complementary color
Monochromatic Colors of #DC5097
Black with #DC5097
Text Example
Text Example
White with #DC5097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5097; }
p { color: rgb(220,80,151); }
H1.HeaderClassName
{
color: #DC5097;
}
.AnyTagClassName
{
color: #DC5097;
}
</style>
background-color css
<style>
a { background-color: #DC5097; }
a { background-color: rgb(220,80,151); }
div.DivClassName
{
background-color: #DC5097;
}
.BgClassName
{
background-color: #DC5097;
}
</style>
border-color css
<style>
span { border-color: #DC5097; }
span { border-color: rgb(220,80,151); }
td.TdClassName
{
border-color: #DC5097;
}
.TagClassName
{
border-color: #DC5097;
}
</style>