Shades of Mulberry #DC4DA9
Tints of Mulberry #DC4DA9
RGB
CMYK
RGB Variations
Color information
#DC4DA9 (or 0xDC4DA9) is known color: Mulberry. HEX triplet: DC, 4D and A9. RGB value is (220,77,169). Sum of RGB (Red+Green+Blue) = 220+77+169=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4DA9 is #23B256. Grayscale: #828282. Windows color (decimal): -2339415 or 11095516. OLE color: 11095516.
HSL color Cylindrical-coordinate representation of color #DC4DA9: hue angle of 321.4º 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 #DC4DA9 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 169 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.14 |
| HSL | 321.4º | 0.67% | 0.58% | - |
| HSV(B) | 321.4º | 0.65% | 0.86% | - |
| XYZ | 39.33 | 23.39 | 39.98 | - |
| YUV | 130.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 169 | 0 | 0.65 | 0.23 | 0.14 | 321.4 | 0.67 | 0.58 |
| Hex | DC | 4D | A9 | 0 | 41 | 17 | E | 141 | 43 | 3A |
| Octal | 334 | 115 | 251 | 0 | 101 | 27 | 16 | 501 | 103 | 72 |
| Binary | 11011100 | 1001101 | 10101001 | 0 | 1000001 | 10111 | 1110 | 101000001 | 1000011 | 111010 |
Color Harmonies of #DC4DA9
Complementary color
Monochromatic Colors of #DC4DA9
Black with #DC4DA9
Text Example
Text Example
White with #DC4DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DA9; }
p { color: rgb(220,77,169); }
H1.HeaderClassName
{
color: #DC4DA9;
}
.AnyTagClassName
{
color: #DC4DA9;
}
</style>
background-color css
<style>
a { background-color: #DC4DA9; }
a { background-color: rgb(220,77,169); }
div.DivClassName
{
background-color: #DC4DA9;
}
.BgClassName
{
background-color: #DC4DA9;
}
</style>
border-color css
<style>
span { border-color: #DC4DA9; }
span { border-color: rgb(220,77,169); }
td.TdClassName
{
border-color: #DC4DA9;
}
.TagClassName
{
border-color: #DC4DA9;
}
</style>