Shades of Mulberry #DC5299
Tints of Mulberry #DC5299
RGB
CMYK
RGB Variations
Color information
#DC5299 (or 0xDC5299) is known color: Mulberry. HEX triplet: DC, 52 and 99. RGB value is (220,82,153). Sum of RGB (Red+Green+Blue) = 220+82+153=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5299 is #23AD66. Grayscale: #838383. Windows color (decimal): -2338151 or 10048220. OLE color: 10048220.
HSL color Cylindrical-coordinate representation of color #DC5299: hue angle of 329.13º degrees, saturation: 0.66, 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 #DC5299 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 153 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.14 |
| HSL | 329.13º | 0.66% | 0.59% | - |
| HSV(B) | 329.13º | 0.63% | 0.86% | - |
| XYZ | 38.28 | 23.55 | 32.66 | - |
| YUV | 131.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 153 | 0 | 0.63 | 0.30 | 0.14 | 329.13 | 0.66 | 0.59 |
| Hex | DC | 52 | 99 | 0 | 3F | 1E | E | 149 | 42 | 3B |
| Octal | 334 | 122 | 231 | 0 | 77 | 36 | 16 | 511 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10011001 | 0 | 111111 | 11110 | 1110 | 101001001 | 1000010 | 111011 |
Color Harmonies of #DC5299
Complementary color
Monochromatic Colors of #DC5299
Black with #DC5299
Text Example
Text Example
White with #DC5299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5299; }
p { color: rgb(220,82,153); }
H1.HeaderClassName
{
color: #DC5299;
}
.AnyTagClassName
{
color: #DC5299;
}
</style>
background-color css
<style>
a { background-color: #DC5299; }
a { background-color: rgb(220,82,153); }
div.DivClassName
{
background-color: #DC5299;
}
.BgClassName
{
background-color: #DC5299;
}
</style>
border-color css
<style>
span { border-color: #DC5299; }
span { border-color: rgb(220,82,153); }
td.TdClassName
{
border-color: #DC5299;
}
.TagClassName
{
border-color: #DC5299;
}
</style>