Shades of Mulberry #DC549D
Tints of Mulberry #DC549D
RGB
CMYK
RGB Variations
Color information
#DC549D (or 0xDC549D) is known color: Mulberry. HEX triplet: DC, 54 and 9D. RGB value is (220,84,157). Sum of RGB (Red+Green+Blue) = 220+84+157=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC549D is #23AB62. Grayscale: #848484. Windows color (decimal): -2337635 or 10310876. OLE color: 10310876.
HSL color Cylindrical-coordinate representation of color #DC549D: hue angle of 327.79º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC549D is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 157 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.14 |
| HSL | 327.79º | 0.66% | 0.6% | - |
| HSV(B) | 327.79º | 0.62% | 0.86% | - |
| XYZ | 38.77 | 23.99 | 34.49 | - |
| YUV | 132.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 157 | 0 | 0.62 | 0.29 | 0.14 | 327.79 | 0.66 | 0.6 |
| Hex | DC | 54 | 9D | 0 | 3E | 1D | E | 148 | 42 | 3C |
| Octal | 334 | 124 | 235 | 0 | 76 | 35 | 16 | 510 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10011101 | 0 | 111110 | 11101 | 1110 | 101001000 | 1000010 | 111100 |
Color Harmonies of #DC549D
Complementary color
Monochromatic Colors of #DC549D
Black with #DC549D
Text Example
Text Example
White with #DC549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC549D; }
p { color: rgb(220,84,157); }
H1.HeaderClassName
{
color: #DC549D;
}
.AnyTagClassName
{
color: #DC549D;
}
</style>
background-color css
<style>
a { background-color: #DC549D; }
a { background-color: rgb(220,84,157); }
div.DivClassName
{
background-color: #DC549D;
}
.BgClassName
{
background-color: #DC549D;
}
</style>
border-color css
<style>
span { border-color: #DC549D; }
span { border-color: rgb(220,84,157); }
td.TdClassName
{
border-color: #DC549D;
}
.TagClassName
{
border-color: #DC549D;
}
</style>