Shades of Mulberry #DC4AAA
Tints of Mulberry #DC4AAA
RGB
CMYK
RGB Variations
Color information
#DC4AAA (or 0xDC4AAA) is known color: Mulberry. HEX triplet: DC, 4A and AA. RGB value is (220,74,170). Sum of RGB (Red+Green+Blue) = 220+74+170=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4AAA is #23B555. Grayscale: #808080. Windows color (decimal): -2340182 or 11160284. OLE color: 11160284.
HSL color Cylindrical-coordinate representation of color #DC4AAA: hue angle of 320.55º 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 #DC4AAA is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 170 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.14 |
| HSL | 320.55º | 0.68% | 0.58% | - |
| HSV(B) | 320.55º | 0.66% | 0.86% | - |
| XYZ | 39.22 | 23.02 | 40.41 | - |
| YUV | 128.6 | 151.37 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 170 | 0 | 0.66 | 0.23 | 0.14 | 320.55 | 0.68 | 0.58 |
| Hex | DC | 4A | AA | 0 | 42 | 17 | E | 141 | 44 | 3A |
| Octal | 334 | 112 | 252 | 0 | 102 | 27 | 16 | 501 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10101010 | 0 | 1000010 | 10111 | 1110 | 101000001 | 1000100 | 111010 |
Color Harmonies of #DC4AAA
Complementary color
Monochromatic Colors of #DC4AAA
Black with #DC4AAA
Text Example
Text Example
White with #DC4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4AAA; }
p { color: rgb(220,74,170); }
H1.HeaderClassName
{
color: #DC4AAA;
}
.AnyTagClassName
{
color: #DC4AAA;
}
</style>
background-color css
<style>
a { background-color: #DC4AAA; }
a { background-color: rgb(220,74,170); }
div.DivClassName
{
background-color: #DC4AAA;
}
.BgClassName
{
background-color: #DC4AAA;
}
</style>
border-color css
<style>
span { border-color: #DC4AAA; }
span { border-color: rgb(220,74,170); }
td.TdClassName
{
border-color: #DC4AAA;
}
.TagClassName
{
border-color: #DC4AAA;
}
</style>