Shades of Mulberry #DC5195
Tints of Mulberry #DC5195
RGB
CMYK
RGB Variations
Color information
#DC5195 (or 0xDC5195) is known color: Mulberry. HEX triplet: DC, 51 and 95. RGB value is (220,81,149). Sum of RGB (Red+Green+Blue) = 220+81+149=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5195 is #23AE6A. Grayscale: #828282. Windows color (decimal): -2338411 or 9785820. OLE color: 9785820.
HSL color Cylindrical-coordinate representation of color #DC5195: hue angle of 330.65º 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 #DC5195 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 149 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.14 |
| HSL | 330.65º | 0.67% | 0.59% | - |
| HSV(B) | 330.65º | 0.63% | 0.86% | - |
| XYZ | 37.88 | 23.27 | 30.93 | - |
| YUV | 130.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 149 | 0 | 0.63 | 0.32 | 0.14 | 330.65 | 0.67 | 0.59 |
| Hex | DC | 51 | 95 | 0 | 3F | 20 | E | 14B | 43 | 3B |
| Octal | 334 | 121 | 225 | 0 | 77 | 40 | 16 | 513 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10010101 | 0 | 111111 | 100000 | 1110 | 101001011 | 1000011 | 111011 |
Color Harmonies of #DC5195
Complementary color
Monochromatic Colors of #DC5195
Black with #DC5195
Text Example
Text Example
White with #DC5195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5195; }
p { color: rgb(220,81,149); }
H1.HeaderClassName
{
color: #DC5195;
}
.AnyTagClassName
{
color: #DC5195;
}
</style>
background-color css
<style>
a { background-color: #DC5195; }
a { background-color: rgb(220,81,149); }
div.DivClassName
{
background-color: #DC5195;
}
.BgClassName
{
background-color: #DC5195;
}
</style>
border-color css
<style>
span { border-color: #DC5195; }
span { border-color: rgb(220,81,149); }
td.TdClassName
{
border-color: #DC5195;
}
.TagClassName
{
border-color: #DC5195;
}
</style>