Shades of Mulberry #DC4699
Tints of Mulberry #DC4699
RGB
CMYK
RGB Variations
Color information
#DC4699 (or 0xDC4699) is known color: Mulberry. HEX triplet: DC, 46 and 99. RGB value is (220,70,153). Sum of RGB (Red+Green+Blue) = 220+70+153=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4699 is #23B966. Grayscale: #7C7C7C. Windows color (decimal): -2341223 or 10045148. OLE color: 10045148.
HSL color Cylindrical-coordinate representation of color #DC4699: hue angle of 326.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4699 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 153 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.14 |
| HSL | 326.8º | 0.68% | 0.57% | - |
| HSV(B) | 326.8º | 0.68% | 0.86% | - |
| XYZ | 37.46 | 21.9 | 32.39 | - |
| YUV | 124.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 153 | 0 | 0.68 | 0.30 | 0.14 | 326.8 | 0.68 | 0.57 |
| Hex | DC | 46 | 99 | 0 | 44 | 1E | E | 147 | 44 | 39 |
| Octal | 334 | 106 | 231 | 0 | 104 | 36 | 16 | 507 | 104 | 71 |
| Binary | 11011100 | 1000110 | 10011001 | 0 | 1000100 | 11110 | 1110 | 101000111 | 1000100 | 111001 |
Color Harmonies of #DC4699
Complementary color
Monochromatic Colors of #DC4699
Black with #DC4699
Text Example
Text Example
White with #DC4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4699; }
p { color: rgb(220,70,153); }
H1.HeaderClassName
{
color: #DC4699;
}
.AnyTagClassName
{
color: #DC4699;
}
</style>
background-color css
<style>
a { background-color: #DC4699; }
a { background-color: rgb(220,70,153); }
div.DivClassName
{
background-color: #DC4699;
}
.BgClassName
{
background-color: #DC4699;
}
</style>
border-color css
<style>
span { border-color: #DC4699; }
span { border-color: rgb(220,70,153); }
td.TdClassName
{
border-color: #DC4699;
}
.TagClassName
{
border-color: #DC4699;
}
</style>