Shades of Mulberry #DC52A0
Tints of Mulberry #DC52A0
RGB
CMYK
RGB Variations
Color information
#DC52A0 (or 0xDC52A0) is known color: Mulberry. HEX triplet: DC, 52 and A0. RGB value is (220,82,160). Sum of RGB (Red+Green+Blue) = 220+82+160=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC52A0 is #23AD5F. Grayscale: #838383. Windows color (decimal): -2338144 or 10506972. OLE color: 10506972.
HSL color Cylindrical-coordinate representation of color #DC52A0: hue angle of 326.09º 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 #DC52A0 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 160 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.14 |
| HSL | 326.09º | 0.66% | 0.59% | - |
| HSV(B) | 326.09º | 0.63% | 0.86% | - |
| XYZ | 38.88 | 23.79 | 35.8 | - |
| YUV | 132.15 | 143.72 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 160 | 0 | 0.63 | 0.27 | 0.14 | 326.09 | 0.66 | 0.59 |
| Hex | DC | 52 | A0 | 0 | 3F | 1B | E | 146 | 42 | 3B |
| Octal | 334 | 122 | 240 | 0 | 77 | 33 | 16 | 506 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10100000 | 0 | 111111 | 11011 | 1110 | 101000110 | 1000010 | 111011 |
Color Harmonies of #DC52A0
Complementary color
Monochromatic Colors of #DC52A0
Black with #DC52A0
Text Example
Text Example
White with #DC52A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52A0; }
p { color: rgb(220,82,160); }
H1.HeaderClassName
{
color: #DC52A0;
}
.AnyTagClassName
{
color: #DC52A0;
}
</style>
background-color css
<style>
a { background-color: #DC52A0; }
a { background-color: rgb(220,82,160); }
div.DivClassName
{
background-color: #DC52A0;
}
.BgClassName
{
background-color: #DC52A0;
}
</style>
border-color css
<style>
span { border-color: #DC52A0; }
span { border-color: rgb(220,82,160); }
td.TdClassName
{
border-color: #DC52A0;
}
.TagClassName
{
border-color: #DC52A0;
}
</style>