Shades of Mulberry #DC52A2
Tints of Mulberry #DC52A2
RGB
CMYK
RGB Variations
Color information
#DC52A2 (or 0xDC52A2) is known color: Mulberry. HEX triplet: DC, 52 and A2. RGB value is (220,82,162). Sum of RGB (Red+Green+Blue) = 220+82+162=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC52A2 is #23AD5D. Grayscale: #848484. Windows color (decimal): -2338142 or 10638044. OLE color: 10638044.
HSL color Cylindrical-coordinate representation of color #DC52A2: hue angle of 325.22º 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 #DC52A2 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 162 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.14 |
| HSL | 325.22º | 0.66% | 0.59% | - |
| HSV(B) | 325.22º | 0.63% | 0.86% | - |
| XYZ | 39.05 | 23.86 | 36.73 | - |
| YUV | 132.38 | 144.72 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 162 | 0 | 0.63 | 0.26 | 0.14 | 325.22 | 0.66 | 0.59 |
| Hex | DC | 52 | A2 | 0 | 3F | 1A | E | 145 | 42 | 3B |
| Octal | 334 | 122 | 242 | 0 | 77 | 32 | 16 | 505 | 102 | 73 |
| Binary | 11011100 | 1010010 | 10100010 | 0 | 111111 | 11010 | 1110 | 101000101 | 1000010 | 111011 |
Color Harmonies of #DC52A2
Complementary color
Monochromatic Colors of #DC52A2
Black with #DC52A2
Text Example
Text Example
White with #DC52A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52A2; }
p { color: rgb(220,82,162); }
H1.HeaderClassName
{
color: #DC52A2;
}
.AnyTagClassName
{
color: #DC52A2;
}
</style>
background-color css
<style>
a { background-color: #DC52A2; }
a { background-color: rgb(220,82,162); }
div.DivClassName
{
background-color: #DC52A2;
}
.BgClassName
{
background-color: #DC52A2;
}
</style>
border-color css
<style>
span { border-color: #DC52A2; }
span { border-color: rgb(220,82,162); }
td.TdClassName
{
border-color: #DC52A2;
}
.TagClassName
{
border-color: #DC52A2;
}
</style>