Shades of Mulberry #DC4D9C
Tints of Mulberry #DC4D9C
RGB
CMYK
RGB Variations
Color information
#DC4D9C (or 0xDC4D9C) is known color: Mulberry. HEX triplet: DC, 4D and 9C. RGB value is (220,77,156). Sum of RGB (Red+Green+Blue) = 220+77+156=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4D9C is #23B263. Grayscale: #808080. Windows color (decimal): -2339428 or 10243548. OLE color: 10243548.
HSL color Cylindrical-coordinate representation of color #DC4D9C: hue angle of 326.85º 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 #DC4D9C is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 156 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.14 |
| HSL | 326.85º | 0.67% | 0.58% | - |
| HSV(B) | 326.85º | 0.65% | 0.86% | - |
| XYZ | 38.17 | 22.92 | 33.87 | - |
| YUV | 128.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 156 | 0 | 0.65 | 0.29 | 0.14 | 326.85 | 0.67 | 0.58 |
| Hex | DC | 4D | 9C | 0 | 41 | 1D | E | 147 | 43 | 3A |
| Octal | 334 | 115 | 234 | 0 | 101 | 35 | 16 | 507 | 103 | 72 |
| Binary | 11011100 | 1001101 | 10011100 | 0 | 1000001 | 11101 | 1110 | 101000111 | 1000011 | 111010 |
Color Harmonies of #DC4D9C
Complementary color
Monochromatic Colors of #DC4D9C
Black with #DC4D9C
Text Example
Text Example
White with #DC4D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D9C; }
p { color: rgb(220,77,156); }
H1.HeaderClassName
{
color: #DC4D9C;
}
.AnyTagClassName
{
color: #DC4D9C;
}
</style>
background-color css
<style>
a { background-color: #DC4D9C; }
a { background-color: rgb(220,77,156); }
div.DivClassName
{
background-color: #DC4D9C;
}
.BgClassName
{
background-color: #DC4D9C;
}
</style>
border-color css
<style>
span { border-color: #DC4D9C; }
span { border-color: rgb(220,77,156); }
td.TdClassName
{
border-color: #DC4D9C;
}
.TagClassName
{
border-color: #DC4D9C;
}
</style>