Shades of Mulberry #DC4DA2
Tints of Mulberry #DC4DA2
RGB
CMYK
RGB Variations
Color information
#DC4DA2 (or 0xDC4DA2) is known color: Mulberry. HEX triplet: DC, 4D and A2. RGB value is (220,77,162). Sum of RGB (Red+Green+Blue) = 220+77+162=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4DA2 is #23B25D. Grayscale: #818181. Windows color (decimal): -2339422 or 10636764. OLE color: 10636764.
HSL color Cylindrical-coordinate representation of color #DC4DA2: hue angle of 324.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4DA2 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 77 | 162 | - |
CMYK | 0 | 0.65 | 0.26 | 0.14 |
HSL | 324.34º | 0.67% | 0.58% | - |
HSV(B) | 324.34º | 0.65% | 0.86% | - |
XYZ | 38.69 | 23.13 | 36.61 | - |
YUV | 129.45 | 146.38 | 192.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 77 | 162 | 0 | 0.65 | 0.26 | 0.14 | 324.34 | 0.67 | 0.58 |
Hex | DC | 4D | A2 | 0 | 41 | 1A | E | 144 | 43 | 3A |
Octal | 334 | 115 | 242 | 0 | 101 | 32 | 16 | 504 | 103 | 72 |
Binary | 11011100 | 1001101 | 10100010 | 0 | 1000001 | 11010 | 1110 | 101000100 | 1000011 | 111010 |
Color Harmonies of #DC4DA2
Complementary color
Monochromatic Colors of #DC4DA2
Black with #DC4DA2
Text Example
Text Example
White with #DC4DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DA2; }
p { color: rgb(220,77,162); }
H1.HeaderClassName
{
color: #DC4DA2;
}
.AnyTagClassName
{
color: #DC4DA2;
}
</style>
background-color css
<style>
a { background-color: #DC4DA2; }
a { background-color: rgb(220,77,162); }
div.DivClassName
{
background-color: #DC4DA2;
}
.BgClassName
{
background-color: #DC4DA2;
}
</style>
border-color css
<style>
span { border-color: #DC4DA2; }
span { border-color: rgb(220,77,162); }
td.TdClassName
{
border-color: #DC4DA2;
}
.TagClassName
{
border-color: #DC4DA2;
}
</style>