Shades of Mulberry #DC5398
Tints of Mulberry #DC5398
RGB
CMYK
RGB Variations
Color information
#DC5398 (or 0xDC5398) is known color: Mulberry. HEX triplet: DC, 53 and 98. RGB value is (220,83,152). Sum of RGB (Red+Green+Blue) = 220+83+152=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5398 is #23AC67. Grayscale: #838383. Windows color (decimal): -2337896 or 9982940. OLE color: 9982940.
HSL color Cylindrical-coordinate representation of color #DC5398: hue angle of 329.78º 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 #DC5398 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 152 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.14 |
| HSL | 329.78º | 0.66% | 0.59% | - |
| HSV(B) | 329.78º | 0.62% | 0.86% | - |
| XYZ | 38.28 | 23.67 | 32.26 | - |
| YUV | 131.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 152 | 0 | 0.62 | 0.31 | 0.14 | 329.78 | 0.66 | 0.59 |
| Hex | DC | 53 | 98 | 0 | 3E | 1F | E | 14A | 42 | 3B |
| Octal | 334 | 123 | 230 | 0 | 76 | 37 | 16 | 512 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10011000 | 0 | 111110 | 11111 | 1110 | 101001010 | 1000010 | 111011 |
Color Harmonies of #DC5398
Complementary color
Monochromatic Colors of #DC5398
Black with #DC5398
Text Example
Text Example
White with #DC5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5398; }
p { color: rgb(220,83,152); }
H1.HeaderClassName
{
color: #DC5398;
}
.AnyTagClassName
{
color: #DC5398;
}
</style>
background-color css
<style>
a { background-color: #DC5398; }
a { background-color: rgb(220,83,152); }
div.DivClassName
{
background-color: #DC5398;
}
.BgClassName
{
background-color: #DC5398;
}
</style>
border-color css
<style>
span { border-color: #DC5398; }
span { border-color: rgb(220,83,152); }
td.TdClassName
{
border-color: #DC5398;
}
.TagClassName
{
border-color: #DC5398;
}
</style>