Shades of Mulberry #DC5397
Tints of Mulberry #DC5397
RGB
CMYK
RGB Variations
Color information
#DC5397 (or 0xDC5397) is known color: Mulberry. HEX triplet: DC, 53 and 97. RGB value is (220,83,151). Sum of RGB (Red+Green+Blue) = 220+83+151=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5397 is #23AC68. Grayscale: #838383. Windows color (decimal): -2337897 or 9917404. OLE color: 9917404.
HSL color Cylindrical-coordinate representation of color #DC5397: hue angle of 330.22º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5397 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 151 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.14 |
| HSL | 330.22º | 0.66% | 0.59% | - |
| HSV(B) | 330.22º | 0.62% | 0.86% | - |
| XYZ | 38.19 | 23.64 | 31.83 | - |
| YUV | 131.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 151 | 0 | 0.62 | 0.31 | 0.14 | 330.22 | 0.66 | 0.59 |
| Hex | DC | 53 | 97 | 0 | 3E | 1F | E | 14A | 42 | 3B |
| Octal | 334 | 123 | 227 | 0 | 76 | 37 | 16 | 512 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10010111 | 0 | 111110 | 11111 | 1110 | 101001010 | 1000010 | 111011 |
Color Harmonies of #DC5397
Complementary color
Monochromatic Colors of #DC5397
Black with #DC5397
Text Example
Text Example
White with #DC5397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5397; }
p { color: rgb(220,83,151); }
H1.HeaderClassName
{
color: #DC5397;
}
.AnyTagClassName
{
color: #DC5397;
}
</style>
background-color css
<style>
a { background-color: #DC5397; }
a { background-color: rgb(220,83,151); }
div.DivClassName
{
background-color: #DC5397;
}
.BgClassName
{
background-color: #DC5397;
}
</style>
border-color css
<style>
span { border-color: #DC5397; }
span { border-color: rgb(220,83,151); }
td.TdClassName
{
border-color: #DC5397;
}
.TagClassName
{
border-color: #DC5397;
}
</style>