Shades of Mulberry #DC55A3
Tints of Mulberry #DC55A3
RGB
CMYK
RGB Variations
Color information
#DC55A3 (or 0xDC55A3) is known color: Mulberry. HEX triplet: DC, 55 and A3. RGB value is (220,85,163). Sum of RGB (Red+Green+Blue) = 220+85+163=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC55A3 is #23AA5C. Grayscale: #868686. Windows color (decimal): -2337373 or 10704348. OLE color: 10704348.
HSL color Cylindrical-coordinate representation of color #DC55A3: hue angle of 325.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC55A3 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 163 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.14 |
| HSL | 325.33º | 0.66% | 0.6% | - |
| HSV(B) | 325.33º | 0.61% | 0.86% | - |
| XYZ | 39.37 | 24.36 | 37.28 | - |
| YUV | 134.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 163 | 0 | 0.61 | 0.26 | 0.14 | 325.33 | 0.66 | 0.6 |
| Hex | DC | 55 | A3 | 0 | 3D | 1A | E | 145 | 42 | 3C |
| Octal | 334 | 125 | 243 | 0 | 75 | 32 | 16 | 505 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10100011 | 0 | 111101 | 11010 | 1110 | 101000101 | 1000010 | 111100 |
Color Harmonies of #DC55A3
Complementary color
Monochromatic Colors of #DC55A3
Black with #DC55A3
Text Example
Text Example
White with #DC55A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55A3; }
p { color: rgb(220,85,163); }
H1.HeaderClassName
{
color: #DC55A3;
}
.AnyTagClassName
{
color: #DC55A3;
}
</style>
background-color css
<style>
a { background-color: #DC55A3; }
a { background-color: rgb(220,85,163); }
div.DivClassName
{
background-color: #DC55A3;
}
.BgClassName
{
background-color: #DC55A3;
}
</style>
border-color css
<style>
span { border-color: #DC55A3; }
span { border-color: rgb(220,85,163); }
td.TdClassName
{
border-color: #DC55A3;
}
.TagClassName
{
border-color: #DC55A3;
}
</style>