Shades of Mulberry #DC52A4
Tints of Mulberry #DC52A4
RGB
CMYK
RGB Variations
Color information
#DC52A4 (or 0xDC52A4) is known color: Mulberry. HEX triplet: DC, 52 and A4. RGB value is (220,82,164). Sum of RGB (Red+Green+Blue) = 220+82+164=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC52A4 is #23AD5B. Grayscale: #848484. Windows color (decimal): -2338140 or 10769116. OLE color: 10769116.
HSL color Cylindrical-coordinate representation of color #DC52A4: hue angle of 324.35º 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 #DC52A4 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 164 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.14 |
| HSL | 324.35º | 0.66% | 0.59% | - |
| HSV(B) | 324.35º | 0.63% | 0.86% | - |
| XYZ | 39.23 | 23.93 | 37.67 | - |
| YUV | 132.61 | 145.72 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 164 | 0 | 0.63 | 0.25 | 0.14 | 324.35 | 0.66 | 0.59 |
| Hex | DC | 52 | A4 | 0 | 3F | 19 | E | 144 | 42 | 3B |
| Octal | 334 | 122 | 244 | 0 | 77 | 31 | 16 | 504 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10100100 | 0 | 111111 | 11001 | 1110 | 101000100 | 1000010 | 111011 |
Color Harmonies of #DC52A4
Complementary color
Monochromatic Colors of #DC52A4
Black with #DC52A4
Text Example
Text Example
White with #DC52A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52A4; }
p { color: rgb(220,82,164); }
H1.HeaderClassName
{
color: #DC52A4;
}
.AnyTagClassName
{
color: #DC52A4;
}
</style>
background-color css
<style>
a { background-color: #DC52A4; }
a { background-color: rgb(220,82,164); }
div.DivClassName
{
background-color: #DC52A4;
}
.BgClassName
{
background-color: #DC52A4;
}
</style>
border-color css
<style>
span { border-color: #DC52A4; }
span { border-color: rgb(220,82,164); }
td.TdClassName
{
border-color: #DC52A4;
}
.TagClassName
{
border-color: #DC52A4;
}
</style>