Shades of Mulberry #DC4AA0
Tints of Mulberry #DC4AA0
RGB
CMYK
RGB Variations
Color information
#DC4AA0 (or 0xDC4AA0) is known color: Mulberry. HEX triplet: DC, 4A and A0. RGB value is (220,74,160). Sum of RGB (Red+Green+Blue) = 220+74+160=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4AA0 is #23B55F. Grayscale: #7F7F7F. Windows color (decimal): -2340192 or 10504924. OLE color: 10504924.
HSL color Cylindrical-coordinate representation of color #DC4AA0: hue angle of 324.66º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4AA0 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 160 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.14 |
| HSL | 324.66º | 0.68% | 0.58% | - |
| HSV(B) | 324.66º | 0.66% | 0.86% | - |
| XYZ | 38.31 | 22.65 | 35.61 | - |
| YUV | 127.46 | 146.37 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 160 | 0 | 0.66 | 0.27 | 0.14 | 324.66 | 0.68 | 0.58 |
| Hex | DC | 4A | A0 | 0 | 42 | 1B | E | 145 | 44 | 3A |
| Octal | 334 | 112 | 240 | 0 | 102 | 33 | 16 | 505 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10100000 | 0 | 1000010 | 11011 | 1110 | 101000101 | 1000100 | 111010 |
Color Harmonies of #DC4AA0
Complementary color
Monochromatic Colors of #DC4AA0
Black with #DC4AA0
Text Example
Text Example
White with #DC4AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4AA0; }
p { color: rgb(220,74,160); }
H1.HeaderClassName
{
color: #DC4AA0;
}
.AnyTagClassName
{
color: #DC4AA0;
}
</style>
background-color css
<style>
a { background-color: #DC4AA0; }
a { background-color: rgb(220,74,160); }
div.DivClassName
{
background-color: #DC4AA0;
}
.BgClassName
{
background-color: #DC4AA0;
}
</style>
border-color css
<style>
span { border-color: #DC4AA0; }
span { border-color: rgb(220,74,160); }
td.TdClassName
{
border-color: #DC4AA0;
}
.TagClassName
{
border-color: #DC4AA0;
}
</style>