Shades of Mulberry #DC559D
Tints of Mulberry #DC559D
RGB
CMYK
RGB Variations
Color information
#DC559D (or 0xDC559D) is known color: Mulberry. HEX triplet: DC, 55 and 9D. RGB value is (220,85,157). Sum of RGB (Red+Green+Blue) = 220+85+157=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC559D is #23AA62. Grayscale: #858585. Windows color (decimal): -2337379 or 10311132. OLE color: 10311132.
HSL color Cylindrical-coordinate representation of color #DC559D: hue angle of 328º 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 #DC559D is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 157 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.14 |
| HSL | 328º | 0.66% | 0.6% | - |
| HSV(B) | 328º | 0.61% | 0.86% | - |
| XYZ | 38.85 | 24.15 | 34.51 | - |
| YUV | 133.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 157 | 0 | 0.61 | 0.29 | 0.14 | 328 | 0.66 | 0.6 |
| Hex | DC | 55 | 9D | 0 | 3D | 1D | E | 148 | 42 | 3C |
| Octal | 334 | 125 | 235 | 0 | 75 | 35 | 16 | 510 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10011101 | 0 | 111101 | 11101 | 1110 | 101001000 | 1000010 | 111100 |
Color Harmonies of #DC559D
Complementary color
Monochromatic Colors of #DC559D
Black with #DC559D
Text Example
Text Example
White with #DC559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC559D; }
p { color: rgb(220,85,157); }
H1.HeaderClassName
{
color: #DC559D;
}
.AnyTagClassName
{
color: #DC559D;
}
</style>
background-color css
<style>
a { background-color: #DC559D; }
a { background-color: rgb(220,85,157); }
div.DivClassName
{
background-color: #DC559D;
}
.BgClassName
{
background-color: #DC559D;
}
</style>
border-color css
<style>
span { border-color: #DC559D; }
span { border-color: rgb(220,85,157); }
td.TdClassName
{
border-color: #DC559D;
}
.TagClassName
{
border-color: #DC559D;
}
</style>