Shades of Mulberry #DC4EA8
Tints of Mulberry #DC4EA8
RGB
CMYK
RGB Variations
Color information
#DC4EA8 (or 0xDC4EA8) is known color: Mulberry. HEX triplet: DC, 4E and A8. RGB value is (220,78,168). Sum of RGB (Red+Green+Blue) = 220+78+168=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4EA8 is #23B157. Grayscale: #828282. Windows color (decimal): -2339160 or 11030236. OLE color: 11030236.
HSL color Cylindrical-coordinate representation of color #DC4EA8: hue angle of 321.97º 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 #DC4EA8 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 168 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.14 |
| HSL | 321.97º | 0.67% | 0.58% | - |
| HSV(B) | 321.97º | 0.65% | 0.86% | - |
| XYZ | 39.31 | 23.49 | 39.51 | - |
| YUV | 130.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 168 | 0 | 0.65 | 0.24 | 0.14 | 321.97 | 0.67 | 0.58 |
| Hex | DC | 4E | A8 | 0 | 41 | 18 | E | 142 | 43 | 3A |
| Octal | 334 | 116 | 250 | 0 | 101 | 30 | 16 | 502 | 103 | 72 |
| Binary | 11011100 | 1001110 | 10101000 | 0 | 1000001 | 11000 | 1110 | 101000010 | 1000011 | 111010 |
Color Harmonies of #DC4EA8
Complementary color
Monochromatic Colors of #DC4EA8
Black with #DC4EA8
Text Example
Text Example
White with #DC4EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4EA8; }
p { color: rgb(220,78,168); }
H1.HeaderClassName
{
color: #DC4EA8;
}
.AnyTagClassName
{
color: #DC4EA8;
}
</style>
background-color css
<style>
a { background-color: #DC4EA8; }
a { background-color: rgb(220,78,168); }
div.DivClassName
{
background-color: #DC4EA8;
}
.BgClassName
{
background-color: #DC4EA8;
}
</style>
border-color css
<style>
span { border-color: #DC4EA8; }
span { border-color: rgb(220,78,168); }
td.TdClassName
{
border-color: #DC4EA8;
}
.TagClassName
{
border-color: #DC4EA8;
}
</style>