Shades of Mulberry #DF559C
Tints of Mulberry #DF559C
RGB
CMYK
RGB Variations
Color information
#DF559C (or 0xDF559C) is known color: Mulberry. HEX triplet: DF, 55 and 9C. RGB value is (223,85,156). Sum of RGB (Red+Green+Blue) = 223+85+156=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF559C is #20AA63. Grayscale: #868686. Windows color (decimal): -2140772 or 10245599. OLE color: 10245599.
HSL color Cylindrical-coordinate representation of color #DF559C: hue angle of 329.13º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF559C is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 156 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.13 |
| HSL | 329.13º | 0.68% | 0.6% | - |
| HSV(B) | 329.13º | 0.62% | 0.87% | - |
| XYZ | 39.68 | 24.59 | 34.11 | - |
| YUV | 134.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 156 | 0 | 0.62 | 0.30 | 0.13 | 329.13 | 0.68 | 0.6 |
| Hex | DF | 55 | 9C | 0 | 3E | 1E | D | 149 | 44 | 3C |
| Octal | 337 | 125 | 234 | 0 | 76 | 36 | 15 | 511 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10011100 | 0 | 111110 | 11110 | 1101 | 101001001 | 1000100 | 111100 |
Color Harmonies of #DF559C
Complementary color
Monochromatic Colors of #DF559C
Black with #DF559C
Text Example
Text Example
White with #DF559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF559C; }
p { color: rgb(223,85,156); }
H1.HeaderClassName
{
color: #DF559C;
}
.AnyTagClassName
{
color: #DF559C;
}
</style>
background-color css
<style>
a { background-color: #DF559C; }
a { background-color: rgb(223,85,156); }
div.DivClassName
{
background-color: #DF559C;
}
.BgClassName
{
background-color: #DF559C;
}
</style>
border-color css
<style>
span { border-color: #DF559C; }
span { border-color: rgb(223,85,156); }
td.TdClassName
{
border-color: #DF559C;
}
.TagClassName
{
border-color: #DF559C;
}
</style>