Shades of Mulberry #DC4A8D
Tints of Mulberry #DC4A8D
RGB
CMYK
RGB Variations
Color information
#DC4A8D (or 0xDC4A8D) is known color: Mulberry. HEX triplet: DC, 4A and 8D. RGB value is (220,74,141). Sum of RGB (Red+Green+Blue) = 220+74+141=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4A8D is #23B572. Grayscale: #7D7D7D. Windows color (decimal): -2340211 or 9259740. OLE color: 9259740.
HSL color Cylindrical-coordinate representation of color #DC4A8D: hue angle of 332.47º 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 #DC4A8D is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 141 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.14 |
| HSL | 332.47º | 0.68% | 0.58% | - |
| HSV(B) | 332.47º | 0.66% | 0.86% | - |
| XYZ | 36.77 | 22.04 | 27.51 | - |
| YUV | 125.29 | 136.87 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 141 | 0 | 0.66 | 0.36 | 0.14 | 332.47 | 0.68 | 0.58 |
| Hex | DC | 4A | 8D | 0 | 42 | 24 | E | 14C | 44 | 3A |
| Octal | 334 | 112 | 215 | 0 | 102 | 44 | 16 | 514 | 104 | 72 |
| Binary | 11011100 | 1001010 | 10001101 | 0 | 1000010 | 100100 | 1110 | 101001100 | 1000100 | 111010 |
Color Harmonies of #DC4A8D
Complementary color
Monochromatic Colors of #DC4A8D
Black with #DC4A8D
Text Example
Text Example
White with #DC4A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A8D; }
p { color: rgb(220,74,141); }
H1.HeaderClassName
{
color: #DC4A8D;
}
.AnyTagClassName
{
color: #DC4A8D;
}
</style>
background-color css
<style>
a { background-color: #DC4A8D; }
a { background-color: rgb(220,74,141); }
div.DivClassName
{
background-color: #DC4A8D;
}
.BgClassName
{
background-color: #DC4A8D;
}
</style>
border-color css
<style>
span { border-color: #DC4A8D; }
span { border-color: rgb(220,74,141); }
td.TdClassName
{
border-color: #DC4A8D;
}
.TagClassName
{
border-color: #DC4A8D;
}
</style>