Shades of Mulberry #DC4AA3
Tints of Mulberry #DC4AA3
RGB
CMYK
RGB Variations
Color information
#DC4AA3 (or 0xDC4AA3) is known color: Mulberry. HEX triplet: DC, 4A and A3. RGB value is (220,74,163). Sum of RGB (Red+Green+Blue) = 220+74+163=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4AA3 is #23B55C. Grayscale: #7F7F7F. Windows color (decimal): -2340189 or 10701532. OLE color: 10701532.
HSL color Cylindrical-coordinate representation of color #DC4AA3: hue angle of 323.42º 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 #DC4AA3 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 163 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.14 |
| HSL | 323.42º | 0.68% | 0.58% | - |
| HSV(B) | 323.42º | 0.66% | 0.86% | - |
| XYZ | 38.57 | 22.76 | 37.01 | - |
| YUV | 127.8 | 147.87 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 163 | 0 | 0.66 | 0.26 | 0.14 | 323.42 | 0.68 | 0.58 |
| Hex | DC | 4A | A3 | 0 | 42 | 1A | E | 143 | 44 | 3A |
| Octal | 334 | 112 | 243 | 0 | 102 | 32 | 16 | 503 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10100011 | 0 | 1000010 | 11010 | 1110 | 101000011 | 1000100 | 111010 |
Color Harmonies of #DC4AA3
Complementary color
Monochromatic Colors of #DC4AA3
Black with #DC4AA3
Text Example
Text Example
White with #DC4AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4AA3; }
p { color: rgb(220,74,163); }
H1.HeaderClassName
{
color: #DC4AA3;
}
.AnyTagClassName
{
color: #DC4AA3;
}
</style>
background-color css
<style>
a { background-color: #DC4AA3; }
a { background-color: rgb(220,74,163); }
div.DivClassName
{
background-color: #DC4AA3;
}
.BgClassName
{
background-color: #DC4AA3;
}
</style>
border-color css
<style>
span { border-color: #DC4AA3; }
span { border-color: rgb(220,74,163); }
td.TdClassName
{
border-color: #DC4AA3;
}
.TagClassName
{
border-color: #DC4AA3;
}
</style>