Shades of Mulberry #DC54A2
Tints of Mulberry #DC54A2
RGB
CMYK
RGB Variations
Color information
#DC54A2 (or 0xDC54A2) is known color: Mulberry. HEX triplet: DC, 54 and A2. RGB value is (220,84,162). Sum of RGB (Red+Green+Blue) = 220+84+162=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC54A2 is #23AB5D. Grayscale: #858585. Windows color (decimal): -2337630 or 10638556. OLE color: 10638556.
HSL color Cylindrical-coordinate representation of color #DC54A2: hue angle of 325.59º 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 #DC54A2 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 162 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.14 |
| HSL | 325.59º | 0.66% | 0.6% | - |
| HSV(B) | 325.59º | 0.62% | 0.86% | - |
| XYZ | 39.21 | 24.16 | 36.78 | - |
| YUV | 133.56 | 144.06 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 162 | 0 | 0.62 | 0.26 | 0.14 | 325.59 | 0.66 | 0.6 |
| Hex | DC | 54 | A2 | 0 | 3E | 1A | E | 146 | 42 | 3C |
| Octal | 334 | 124 | 242 | 0 | 76 | 32 | 16 | 506 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10100010 | 0 | 111110 | 11010 | 1110 | 101000110 | 1000010 | 111100 |
Color Harmonies of #DC54A2
Complementary color
Monochromatic Colors of #DC54A2
Black with #DC54A2
Text Example
Text Example
White with #DC54A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54A2; }
p { color: rgb(220,84,162); }
H1.HeaderClassName
{
color: #DC54A2;
}
.AnyTagClassName
{
color: #DC54A2;
}
</style>
background-color css
<style>
a { background-color: #DC54A2; }
a { background-color: rgb(220,84,162); }
div.DivClassName
{
background-color: #DC54A2;
}
.BgClassName
{
background-color: #DC54A2;
}
</style>
border-color css
<style>
span { border-color: #DC54A2; }
span { border-color: rgb(220,84,162); }
td.TdClassName
{
border-color: #DC54A2;
}
.TagClassName
{
border-color: #DC54A2;
}
</style>