Shades of Mulberry #DC5091
Tints of Mulberry #DC5091
RGB
CMYK
RGB Variations
Color information
#DC5091 (or 0xDC5091) is known color: Mulberry. HEX triplet: DC, 50 and 91. RGB value is (220,80,145). Sum of RGB (Red+Green+Blue) = 220+80+145=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5091 is #23AF6E. Grayscale: #818181. Windows color (decimal): -2338671 or 9523420. OLE color: 9523420.
HSL color Cylindrical-coordinate representation of color #DC5091: hue angle of 332.14º 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 #DC5091 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 145 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.14 |
| HSL | 332.14º | 0.67% | 0.59% | - |
| HSV(B) | 332.14º | 0.64% | 0.86% | - |
| XYZ | 37.49 | 23 | 29.25 | - |
| YUV | 129.27 | 136.88 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 145 | 0 | 0.64 | 0.34 | 0.14 | 332.14 | 0.67 | 0.59 |
| Hex | DC | 50 | 91 | 0 | 40 | 22 | E | 14C | 43 | 3B |
| Octal | 334 | 120 | 221 | 0 | 100 | 42 | 16 | 514 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10010001 | 0 | 1000000 | 100010 | 1110 | 101001100 | 1000011 | 111011 |
Color Harmonies of #DC5091
Complementary color
Monochromatic Colors of #DC5091
Black with #DC5091
Text Example
Text Example
White with #DC5091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5091; }
p { color: rgb(220,80,145); }
H1.HeaderClassName
{
color: #DC5091;
}
.AnyTagClassName
{
color: #DC5091;
}
</style>
background-color css
<style>
a { background-color: #DC5091; }
a { background-color: rgb(220,80,145); }
div.DivClassName
{
background-color: #DC5091;
}
.BgClassName
{
background-color: #DC5091;
}
</style>
border-color css
<style>
span { border-color: #DC5091; }
span { border-color: rgb(220,80,145); }
td.TdClassName
{
border-color: #DC5091;
}
.TagClassName
{
border-color: #DC5091;
}
</style>