Shades of Mulberry #DC4895
Tints of Mulberry #DC4895
RGB
CMYK
RGB Variations
Color information
#DC4895 (or 0xDC4895) is known color: Mulberry. HEX triplet: DC, 48 and 95. RGB value is (220,72,149). Sum of RGB (Red+Green+Blue) = 220+72+149=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4895 is #23B76A. Grayscale: #7C7C7C. Windows color (decimal): -2340715 or 9783516. OLE color: 9783516.
HSL color Cylindrical-coordinate representation of color #DC4895: hue angle of 328.78º 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 #DC4895 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 149 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.14 |
| HSL | 328.78º | 0.68% | 0.57% | - |
| HSV(B) | 328.78º | 0.67% | 0.86% | - |
| XYZ | 37.26 | 22.02 | 30.72 | - |
| YUV | 125.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 149 | 0 | 0.67 | 0.32 | 0.14 | 328.78 | 0.68 | 0.57 |
| Hex | DC | 48 | 95 | 0 | 43 | 20 | E | 149 | 44 | 39 |
| Octal | 334 | 110 | 225 | 0 | 103 | 40 | 16 | 511 | 104 | 71 |
| Binary | 11011100 | 1001000 | 10010101 | 0 | 1000011 | 100000 | 1110 | 101001001 | 1000100 | 111001 |
Color Harmonies of #DC4895
Complementary color
Monochromatic Colors of #DC4895
Black with #DC4895
Text Example
Text Example
White with #DC4895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4895; }
p { color: rgb(220,72,149); }
H1.HeaderClassName
{
color: #DC4895;
}
.AnyTagClassName
{
color: #DC4895;
}
</style>
background-color css
<style>
a { background-color: #DC4895; }
a { background-color: rgb(220,72,149); }
div.DivClassName
{
background-color: #DC4895;
}
.BgClassName
{
background-color: #DC4895;
}
</style>
border-color css
<style>
span { border-color: #DC4895; }
span { border-color: rgb(220,72,149); }
td.TdClassName
{
border-color: #DC4895;
}
.TagClassName
{
border-color: #DC4895;
}
</style>