Shades of Mulberry #DC559A
Tints of Mulberry #DC559A
RGB
CMYK
RGB Variations
Color information
#DC559A (or 0xDC559A) is known color: Mulberry. HEX triplet: DC, 55 and 9A. RGB value is (220,85,154). Sum of RGB (Red+Green+Blue) = 220+85+154=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC559A is #23AA65. Grayscale: #858585. Windows color (decimal): -2337382 or 10114524. OLE color: 10114524.
HSL color Cylindrical-coordinate representation of color #DC559A: hue angle of 329.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 #DC559A is Cyan = 0, Magento = 0.61, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 154 | - |
| CMYK | 0 | 0.61 | 0.3 | 0.14 |
| HSL | 329.33º | 0.66% | 0.6% | - |
| HSV(B) | 329.33º | 0.61% | 0.86% | - |
| XYZ | 38.6 | 24.05 | 33.18 | - |
| YUV | 133.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 154 | 0 | 0.61 | 0.3 | 0.14 | 329.33 | 0.66 | 0.6 |
| Hex | DC | 55 | 9A | 0 | 3D | 1E | E | 149 | 42 | 3C |
| Octal | 334 | 125 | 232 | 0 | 75 | 36 | 16 | 511 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10011010 | 0 | 111101 | 11110 | 1110 | 101001001 | 1000010 | 111100 |
Color Harmonies of #DC559A
Complementary color
Monochromatic Colors of #DC559A
Black with #DC559A
Text Example
Text Example
White with #DC559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC559A; }
p { color: rgb(220,85,154); }
H1.HeaderClassName
{
color: #DC559A;
}
.AnyTagClassName
{
color: #DC559A;
}
</style>
background-color css
<style>
a { background-color: #DC559A; }
a { background-color: rgb(220,85,154); }
div.DivClassName
{
background-color: #DC559A;
}
.BgClassName
{
background-color: #DC559A;
}
</style>
border-color css
<style>
span { border-color: #DC559A; }
span { border-color: rgb(220,85,154); }
td.TdClassName
{
border-color: #DC559A;
}
.TagClassName
{
border-color: #DC559A;
}
</style>