Shades of Mulberry #DC479E
Tints of Mulberry #DC479E
RGB
CMYK
RGB Variations
Color information
#DC479E (or 0xDC479E) is known color: Mulberry. HEX triplet: DC, 47 and 9E. RGB value is (220,71,158). Sum of RGB (Red+Green+Blue) = 220+71+158=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC479E is #23B861. Grayscale: #7D7D7D. Windows color (decimal): -2340962 or 10373084. OLE color: 10373084.
HSL color Cylindrical-coordinate representation of color #DC479E: hue angle of 324.97º 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 #DC479E is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 158 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.14 |
| HSL | 324.97º | 0.68% | 0.57% | - |
| HSV(B) | 324.97º | 0.68% | 0.86% | - |
| XYZ | 37.94 | 22.19 | 34.63 | - |
| YUV | 125.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 158 | 0 | 0.68 | 0.28 | 0.14 | 324.97 | 0.68 | 0.57 |
| Hex | DC | 47 | 9E | 0 | 44 | 1C | E | 145 | 44 | 39 |
| Octal | 334 | 107 | 236 | 0 | 104 | 34 | 16 | 505 | 104 | 71 |
| Binary | 11011100 | 1000111 | 10011110 | 0 | 1000100 | 11100 | 1110 | 101000101 | 1000100 | 111001 |
Color Harmonies of #DC479E
Complementary color
Monochromatic Colors of #DC479E
Black with #DC479E
Text Example
Text Example
White with #DC479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC479E; }
p { color: rgb(220,71,158); }
H1.HeaderClassName
{
color: #DC479E;
}
.AnyTagClassName
{
color: #DC479E;
}
</style>
background-color css
<style>
a { background-color: #DC479E; }
a { background-color: rgb(220,71,158); }
div.DivClassName
{
background-color: #DC479E;
}
.BgClassName
{
background-color: #DC479E;
}
</style>
border-color css
<style>
span { border-color: #DC479E; }
span { border-color: rgb(220,71,158); }
td.TdClassName
{
border-color: #DC479E;
}
.TagClassName
{
border-color: #DC479E;
}
</style>