Shades of Mulberry #DC5096
Tints of Mulberry #DC5096
RGB
CMYK
RGB Variations
Color information
#DC5096 (or 0xDC5096) is known color: Mulberry. HEX triplet: DC, 50 and 96. RGB value is (220,80,150). Sum of RGB (Red+Green+Blue) = 220+80+150=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5096 is #23AF69. Grayscale: #818181. Windows color (decimal): -2338666 or 9851100. OLE color: 9851100.
HSL color Cylindrical-coordinate representation of color #DC5096: hue angle of 330º 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 #DC5096 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 150 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.14 |
| HSL | 330º | 0.67% | 0.59% | - |
| HSV(B) | 330º | 0.64% | 0.86% | - |
| XYZ | 37.89 | 23.15 | 31.33 | - |
| YUV | 129.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 150 | 0 | 0.64 | 0.32 | 0.14 | 330 | 0.67 | 0.59 |
| Hex | DC | 50 | 96 | 0 | 40 | 20 | E | 14A | 43 | 3B |
| Octal | 334 | 120 | 226 | 0 | 100 | 40 | 16 | 512 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10010110 | 0 | 1000000 | 100000 | 1110 | 101001010 | 1000011 | 111011 |
Color Harmonies of #DC5096
Complementary color
Monochromatic Colors of #DC5096
Black with #DC5096
Text Example
Text Example
White with #DC5096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5096; }
p { color: rgb(220,80,150); }
H1.HeaderClassName
{
color: #DC5096;
}
.AnyTagClassName
{
color: #DC5096;
}
</style>
background-color css
<style>
a { background-color: #DC5096; }
a { background-color: rgb(220,80,150); }
div.DivClassName
{
background-color: #DC5096;
}
.BgClassName
{
background-color: #DC5096;
}
</style>
border-color css
<style>
span { border-color: #DC5096; }
span { border-color: rgb(220,80,150); }
td.TdClassName
{
border-color: #DC5096;
}
.TagClassName
{
border-color: #DC5096;
}
</style>