Shades of Mulberry #DC4AA9
Tints of Mulberry #DC4AA9
RGB
CMYK
RGB Variations
Color information
#DC4AA9 (or 0xDC4AA9) is known color: Mulberry. HEX triplet: DC, 4A and A9. RGB value is (220,74,169). Sum of RGB (Red+Green+Blue) = 220+74+169=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4AA9 is #23B556. Grayscale: #808080. Windows color (decimal): -2340183 or 11094748. OLE color: 11094748.
HSL color Cylindrical-coordinate representation of color #DC4AA9: hue angle of 320.96º 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 #DC4AA9 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 169 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.14 |
| HSL | 320.96º | 0.68% | 0.58% | - |
| HSV(B) | 320.96º | 0.66% | 0.86% | - |
| XYZ | 39.13 | 22.98 | 39.91 | - |
| YUV | 128.48 | 150.87 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 169 | 0 | 0.66 | 0.23 | 0.14 | 320.96 | 0.68 | 0.58 |
| Hex | DC | 4A | A9 | 0 | 42 | 17 | E | 141 | 44 | 3A |
| Octal | 334 | 112 | 251 | 0 | 102 | 27 | 16 | 501 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10101001 | 0 | 1000010 | 10111 | 1110 | 101000001 | 1000100 | 111010 |
Color Harmonies of #DC4AA9
Complementary color
Monochromatic Colors of #DC4AA9
Black with #DC4AA9
Text Example
Text Example
White with #DC4AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4AA9; }
p { color: rgb(220,74,169); }
H1.HeaderClassName
{
color: #DC4AA9;
}
.AnyTagClassName
{
color: #DC4AA9;
}
</style>
background-color css
<style>
a { background-color: #DC4AA9; }
a { background-color: rgb(220,74,169); }
div.DivClassName
{
background-color: #DC4AA9;
}
.BgClassName
{
background-color: #DC4AA9;
}
</style>
border-color css
<style>
span { border-color: #DC4AA9; }
span { border-color: rgb(220,74,169); }
td.TdClassName
{
border-color: #DC4AA9;
}
.TagClassName
{
border-color: #DC4AA9;
}
</style>