Shades of Mulberry #DC4A9D
Tints of Mulberry #DC4A9D
RGB
CMYK
RGB Variations
Color information
#DC4A9D (or 0xDC4A9D) is known color: Mulberry. HEX triplet: DC, 4A and 9D. RGB value is (220,74,157). Sum of RGB (Red+Green+Blue) = 220+74+157=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4A9D is #23B562. Grayscale: #7E7E7E. Windows color (decimal): -2340195 or 10308316. OLE color: 10308316.
HSL color Cylindrical-coordinate representation of color #DC4A9D: hue angle of 325.89º 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 #DC4A9D is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 157 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.14 |
| HSL | 325.89º | 0.68% | 0.58% | - |
| HSV(B) | 325.89º | 0.66% | 0.86% | - |
| XYZ | 38.05 | 22.55 | 34.24 | - |
| YUV | 127.12 | 144.87 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 157 | 0 | 0.66 | 0.29 | 0.14 | 325.89 | 0.68 | 0.58 |
| Hex | DC | 4A | 9D | 0 | 42 | 1D | E | 146 | 44 | 3A |
| Octal | 334 | 112 | 235 | 0 | 102 | 35 | 16 | 506 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10011101 | 0 | 1000010 | 11101 | 1110 | 101000110 | 1000100 | 111010 |
Color Harmonies of #DC4A9D
Complementary color
Monochromatic Colors of #DC4A9D
Black with #DC4A9D
Text Example
Text Example
White with #DC4A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A9D; }
p { color: rgb(220,74,157); }
H1.HeaderClassName
{
color: #DC4A9D;
}
.AnyTagClassName
{
color: #DC4A9D;
}
</style>
background-color css
<style>
a { background-color: #DC4A9D; }
a { background-color: rgb(220,74,157); }
div.DivClassName
{
background-color: #DC4A9D;
}
.BgClassName
{
background-color: #DC4A9D;
}
</style>
border-color css
<style>
span { border-color: #DC4A9D; }
span { border-color: rgb(220,74,157); }
td.TdClassName
{
border-color: #DC4A9D;
}
.TagClassName
{
border-color: #DC4A9D;
}
</style>