Shades of Mulberry #DC53A3
Tints of Mulberry #DC53A3
RGB
CMYK
RGB Variations
Color information
#DC53A3 (or 0xDC53A3) is known color: Mulberry. HEX triplet: DC, 53 and A3. RGB value is (220,83,163). Sum of RGB (Red+Green+Blue) = 220+83+163=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC53A3 is #23AC5C. Grayscale: #848484. Windows color (decimal): -2337885 or 10703836. OLE color: 10703836.
HSL color Cylindrical-coordinate representation of color #DC53A3: hue angle of 324.96º 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 #DC53A3 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 163 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.14 |
| HSL | 324.96º | 0.66% | 0.59% | - |
| HSV(B) | 324.96º | 0.62% | 0.86% | - |
| XYZ | 39.22 | 24.05 | 37.22 | - |
| YUV | 133.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 163 | 0 | 0.62 | 0.26 | 0.14 | 324.96 | 0.66 | 0.59 |
| Hex | DC | 53 | A3 | 0 | 3E | 1A | E | 145 | 42 | 3B |
| Octal | 334 | 123 | 243 | 0 | 76 | 32 | 16 | 505 | 102 | 73 |
| Binary | 11011100 | 1010011 | 10100011 | 0 | 111110 | 11010 | 1110 | 101000101 | 1000010 | 111011 |
Color Harmonies of #DC53A3
Complementary color
Monochromatic Colors of #DC53A3
Black with #DC53A3
Text Example
Text Example
White with #DC53A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53A3; }
p { color: rgb(220,83,163); }
H1.HeaderClassName
{
color: #DC53A3;
}
.AnyTagClassName
{
color: #DC53A3;
}
</style>
background-color css
<style>
a { background-color: #DC53A3; }
a { background-color: rgb(220,83,163); }
div.DivClassName
{
background-color: #DC53A3;
}
.BgClassName
{
background-color: #DC53A3;
}
</style>
border-color css
<style>
span { border-color: #DC53A3; }
span { border-color: rgb(220,83,163); }
td.TdClassName
{
border-color: #DC53A3;
}
.TagClassName
{
border-color: #DC53A3;
}
</style>