Shades of Mulberry #DC549E
Tints of Mulberry #DC549E
RGB
CMYK
RGB Variations
Color information
#DC549E (or 0xDC549E) is known color: Mulberry. HEX triplet: DC, 54 and 9E. RGB value is (220,84,158). Sum of RGB (Red+Green+Blue) = 220+84+158=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC549E is #23AB61. Grayscale: #848484. Windows color (decimal): -2337634 or 10376412. OLE color: 10376412.
HSL color Cylindrical-coordinate representation of color #DC549E: hue angle of 327.35º 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 #DC549E is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 158 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.14 |
| HSL | 327.35º | 0.66% | 0.6% | - |
| HSV(B) | 327.35º | 0.62% | 0.86% | - |
| XYZ | 38.86 | 24.02 | 34.94 | - |
| YUV | 133.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 158 | 0 | 0.62 | 0.28 | 0.14 | 327.35 | 0.66 | 0.6 |
| Hex | DC | 54 | 9E | 0 | 3E | 1C | E | 147 | 42 | 3C |
| Octal | 334 | 124 | 236 | 0 | 76 | 34 | 16 | 507 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10011110 | 0 | 111110 | 11100 | 1110 | 101000111 | 1000010 | 111100 |
Color Harmonies of #DC549E
Complementary color
Monochromatic Colors of #DC549E
Black with #DC549E
Text Example
Text Example
White with #DC549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC549E; }
p { color: rgb(220,84,158); }
H1.HeaderClassName
{
color: #DC549E;
}
.AnyTagClassName
{
color: #DC549E;
}
</style>
background-color css
<style>
a { background-color: #DC549E; }
a { background-color: rgb(220,84,158); }
div.DivClassName
{
background-color: #DC549E;
}
.BgClassName
{
background-color: #DC549E;
}
</style>
border-color css
<style>
span { border-color: #DC549E; }
span { border-color: rgb(220,84,158); }
td.TdClassName
{
border-color: #DC549E;
}
.TagClassName
{
border-color: #DC549E;
}
</style>