Shades of Mulberry #DC549A
Tints of Mulberry #DC549A
RGB
CMYK
RGB Variations
Color information
#DC549A (or 0xDC549A) is known color: Mulberry. HEX triplet: DC, 54 and 9A. RGB value is (220,84,154). Sum of RGB (Red+Green+Blue) = 220+84+154=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC549A is #23AB65. Grayscale: #848484. Windows color (decimal): -2337638 or 10114268. OLE color: 10114268.
HSL color Cylindrical-coordinate representation of color #DC549A: hue angle of 329.12º 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 #DC549A is Cyan = 0, Magento = 0.62, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 154 | - |
| CMYK | 0 | 0.62 | 0.3 | 0.14 |
| HSL | 329.12º | 0.66% | 0.6% | - |
| HSV(B) | 329.12º | 0.62% | 0.86% | - |
| XYZ | 38.52 | 23.89 | 33.15 | - |
| YUV | 132.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 154 | 0 | 0.62 | 0.3 | 0.14 | 329.12 | 0.66 | 0.6 |
| Hex | DC | 54 | 9A | 0 | 3E | 1E | E | 149 | 42 | 3C |
| Octal | 334 | 124 | 232 | 0 | 76 | 36 | 16 | 511 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10011010 | 0 | 111110 | 11110 | 1110 | 101001001 | 1000010 | 111100 |
Color Harmonies of #DC549A
Complementary color
Monochromatic Colors of #DC549A
Black with #DC549A
Text Example
Text Example
White with #DC549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC549A; }
p { color: rgb(220,84,154); }
H1.HeaderClassName
{
color: #DC549A;
}
.AnyTagClassName
{
color: #DC549A;
}
</style>
background-color css
<style>
a { background-color: #DC549A; }
a { background-color: rgb(220,84,154); }
div.DivClassName
{
background-color: #DC549A;
}
.BgClassName
{
background-color: #DC549A;
}
</style>
border-color css
<style>
span { border-color: #DC549A; }
span { border-color: rgb(220,84,154); }
td.TdClassName
{
border-color: #DC549A;
}
.TagClassName
{
border-color: #DC549A;
}
</style>