Shades of Mulberry #DC4894
Tints of Mulberry #DC4894
RGB
CMYK
RGB Variations
Color information
#DC4894 (or 0xDC4894) is known color: Mulberry. HEX triplet: DC, 48 and 94. RGB value is (220,72,148). Sum of RGB (Red+Green+Blue) = 220+72+148=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4894 is #23B76B. Grayscale: #7C7C7C. Windows color (decimal): -2340716 or 9717980. OLE color: 9717980.
HSL color Cylindrical-coordinate representation of color #DC4894: hue angle of 329.19º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC4894 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 148 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.14 |
| HSL | 329.19º | 0.68% | 0.57% | - |
| HSV(B) | 329.19º | 0.67% | 0.86% | - |
| XYZ | 37.18 | 21.99 | 30.3 | - |
| YUV | 124.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 148 | 0 | 0.67 | 0.33 | 0.14 | 329.19 | 0.68 | 0.57 |
| Hex | DC | 48 | 94 | 0 | 43 | 21 | E | 149 | 44 | 39 |
| Octal | 334 | 110 | 224 | 0 | 103 | 41 | 16 | 511 | 104 | 71 |
| Binary | 11011100 | 1001000 | 10010100 | 0 | 1000011 | 100001 | 1110 | 101001001 | 1000100 | 111001 |
Color Harmonies of #DC4894
Complementary color
Monochromatic Colors of #DC4894
Black with #DC4894
Text Example
Text Example
White with #DC4894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4894; }
p { color: rgb(220,72,148); }
H1.HeaderClassName
{
color: #DC4894;
}
.AnyTagClassName
{
color: #DC4894;
}
</style>
background-color css
<style>
a { background-color: #DC4894; }
a { background-color: rgb(220,72,148); }
div.DivClassName
{
background-color: #DC4894;
}
.BgClassName
{
background-color: #DC4894;
}
</style>
border-color css
<style>
span { border-color: #DC4894; }
span { border-color: rgb(220,72,148); }
td.TdClassName
{
border-color: #DC4894;
}
.TagClassName
{
border-color: #DC4894;
}
</style>