Shades of Mulberry #DC4899
Tints of Mulberry #DC4899
RGB
CMYK
RGB Variations
Color information
#DC4899 (or 0xDC4899) is known color: Mulberry. HEX triplet: DC, 48 and 99. RGB value is (220,72,153). Sum of RGB (Red+Green+Blue) = 220+72+153=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4899 is #23B766. Grayscale: #7D7D7D. Windows color (decimal): -2340711 or 10045660. OLE color: 10045660.
HSL color Cylindrical-coordinate representation of color #DC4899: hue angle of 327.16º 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 #DC4899 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 153 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.14 |
| HSL | 327.16º | 0.68% | 0.57% | - |
| HSV(B) | 327.16º | 0.67% | 0.86% | - |
| XYZ | 37.58 | 22.15 | 32.43 | - |
| YUV | 125.49 | 143.53 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 153 | 0 | 0.67 | 0.30 | 0.14 | 327.16 | 0.68 | 0.57 |
| Hex | DC | 48 | 99 | 0 | 43 | 1E | E | 147 | 44 | 39 |
| Octal | 334 | 110 | 231 | 0 | 103 | 36 | 16 | 507 | 104 | 71 |
| Binary | 11011100 | 1001000 | 10011001 | 0 | 1000011 | 11110 | 1110 | 101000111 | 1000100 | 111001 |
Color Harmonies of #DC4899
Complementary color
Monochromatic Colors of #DC4899
Black with #DC4899
Text Example
Text Example
White with #DC4899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4899; }
p { color: rgb(220,72,153); }
H1.HeaderClassName
{
color: #DC4899;
}
.AnyTagClassName
{
color: #DC4899;
}
</style>
background-color css
<style>
a { background-color: #DC4899; }
a { background-color: rgb(220,72,153); }
div.DivClassName
{
background-color: #DC4899;
}
.BgClassName
{
background-color: #DC4899;
}
</style>
border-color css
<style>
span { border-color: #DC4899; }
span { border-color: rgb(220,72,153); }
td.TdClassName
{
border-color: #DC4899;
}
.TagClassName
{
border-color: #DC4899;
}
</style>