Shades of Mulberry #DC5192
Tints of Mulberry #DC5192
RGB
CMYK
RGB Variations
Color information
#DC5192 (or 0xDC5192) is known color: Mulberry. HEX triplet: DC, 51 and 92. RGB value is (220,81,146). Sum of RGB (Red+Green+Blue) = 220+81+146=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5192 is #23AE6D. Grayscale: #818181. Windows color (decimal): -2338414 or 9589212. OLE color: 9589212.
HSL color Cylindrical-coordinate representation of color #DC5192: hue angle of 331.94º degrees, saturation: 0.67, 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 #DC5192 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 146 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.14 |
| HSL | 331.94º | 0.67% | 0.59% | - |
| HSV(B) | 331.94º | 0.63% | 0.86% | - |
| XYZ | 37.65 | 23.18 | 29.68 | - |
| YUV | 129.97 | 137.05 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 146 | 0 | 0.63 | 0.34 | 0.14 | 331.94 | 0.67 | 0.59 |
| Hex | DC | 51 | 92 | 0 | 3F | 22 | E | 14C | 43 | 3B |
| Octal | 334 | 121 | 222 | 0 | 77 | 42 | 16 | 514 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10010010 | 0 | 111111 | 100010 | 1110 | 101001100 | 1000011 | 111011 |
Color Harmonies of #DC5192
Complementary color
Monochromatic Colors of #DC5192
Black with #DC5192
Text Example
Text Example
White with #DC5192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5192; }
p { color: rgb(220,81,146); }
H1.HeaderClassName
{
color: #DC5192;
}
.AnyTagClassName
{
color: #DC5192;
}
</style>
background-color css
<style>
a { background-color: #DC5192; }
a { background-color: rgb(220,81,146); }
div.DivClassName
{
background-color: #DC5192;
}
.BgClassName
{
background-color: #DC5192;
}
</style>
border-color css
<style>
span { border-color: #DC5192; }
span { border-color: rgb(220,81,146); }
td.TdClassName
{
border-color: #DC5192;
}
.TagClassName
{
border-color: #DC5192;
}
</style>