Shades of Mulberry #DC54A0
Tints of Mulberry #DC54A0
RGB
CMYK
RGB Variations
Color information
#DC54A0 (or 0xDC54A0) is known color: Mulberry. HEX triplet: DC, 54 and A0. RGB value is (220,84,160). Sum of RGB (Red+Green+Blue) = 220+84+160=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC54A0 is #23AB5F. Grayscale: #858585. Windows color (decimal): -2337632 or 10507484. OLE color: 10507484.
HSL color Cylindrical-coordinate representation of color #DC54A0: hue angle of 326.47º 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 #DC54A0 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 160 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.14 |
| HSL | 326.47º | 0.66% | 0.6% | - |
| HSV(B) | 326.47º | 0.62% | 0.86% | - |
| XYZ | 39.03 | 24.09 | 35.85 | - |
| YUV | 133.33 | 143.06 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 160 | 0 | 0.62 | 0.27 | 0.14 | 326.47 | 0.66 | 0.6 |
| Hex | DC | 54 | A0 | 0 | 3E | 1B | E | 146 | 42 | 3C |
| Octal | 334 | 124 | 240 | 0 | 76 | 33 | 16 | 506 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10100000 | 0 | 111110 | 11011 | 1110 | 101000110 | 1000010 | 111100 |
Color Harmonies of #DC54A0
Complementary color
Monochromatic Colors of #DC54A0
Black with #DC54A0
Text Example
Text Example
White with #DC54A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54A0; }
p { color: rgb(220,84,160); }
H1.HeaderClassName
{
color: #DC54A0;
}
.AnyTagClassName
{
color: #DC54A0;
}
</style>
background-color css
<style>
a { background-color: #DC54A0; }
a { background-color: rgb(220,84,160); }
div.DivClassName
{
background-color: #DC54A0;
}
.BgClassName
{
background-color: #DC54A0;
}
</style>
border-color css
<style>
span { border-color: #DC54A0; }
span { border-color: rgb(220,84,160); }
td.TdClassName
{
border-color: #DC54A0;
}
.TagClassName
{
border-color: #DC54A0;
}
</style>