Shades of Mulberry #DC4CAA
Tints of Mulberry #DC4CAA
RGB
CMYK
RGB Variations
Color information
#DC4CAA (or 0xDC4CAA) is known color: Mulberry. HEX triplet: DC, 4C and AA. RGB value is (220,76,170). Sum of RGB (Red+Green+Blue) = 220+76+170=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4CAA is #23B355. Grayscale: #818181. Windows color (decimal): -2339670 or 11160796. OLE color: 11160796.
HSL color Cylindrical-coordinate representation of color #DC4CAA: hue angle of 320.83º 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 #DC4CAA is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 170 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.14 |
| HSL | 320.83º | 0.67% | 0.58% | - |
| HSV(B) | 320.83º | 0.65% | 0.86% | - |
| XYZ | 39.36 | 23.29 | 40.45 | - |
| YUV | 129.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 170 | 0 | 0.65 | 0.23 | 0.14 | 320.83 | 0.67 | 0.58 |
| Hex | DC | 4C | AA | 0 | 41 | 17 | E | 141 | 43 | 3A |
| Octal | 334 | 114 | 252 | 0 | 101 | 27 | 16 | 501 | 103 | 72 |
| Binary | 11011100 | 1001100 | 10101010 | 0 | 1000001 | 10111 | 1110 | 101000001 | 1000011 | 111010 |
Color Harmonies of #DC4CAA
Complementary color
Monochromatic Colors of #DC4CAA
Black with #DC4CAA
Text Example
Text Example
White with #DC4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4CAA; }
p { color: rgb(220,76,170); }
H1.HeaderClassName
{
color: #DC4CAA;
}
.AnyTagClassName
{
color: #DC4CAA;
}
</style>
background-color css
<style>
a { background-color: #DC4CAA; }
a { background-color: rgb(220,76,170); }
div.DivClassName
{
background-color: #DC4CAA;
}
.BgClassName
{
background-color: #DC4CAA;
}
</style>
border-color css
<style>
span { border-color: #DC4CAA; }
span { border-color: rgb(220,76,170); }
td.TdClassName
{
border-color: #DC4CAA;
}
.TagClassName
{
border-color: #DC4CAA;
}
</style>