Shades of Mulberry #DF50A0
Tints of Mulberry #DF50A0
RGB
CMYK
RGB Variations
Color information
#DF50A0 (or 0xDF50A0) is known color: Mulberry. HEX triplet: DF, 50 and A0. RGB value is (223,80,160). Sum of RGB (Red+Green+Blue) = 223+80+160=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50A0 is #20AF5F. Grayscale: #838383. Windows color (decimal): -2142048 or 10506463. OLE color: 10506463.
HSL color Cylindrical-coordinate representation of color #DF50A0: hue angle of 326.43º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF50A0 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 160 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.13 |
| HSL | 326.43º | 0.69% | 0.59% | - |
| HSV(B) | 326.43º | 0.64% | 0.87% | - |
| XYZ | 39.65 | 23.96 | 35.79 | - |
| YUV | 131.88 | 143.88 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 160 | 0 | 0.64 | 0.28 | 0.13 | 326.43 | 0.69 | 0.59 |
| Hex | DF | 50 | A0 | 0 | 40 | 1C | D | 146 | 45 | 3B |
| Octal | 337 | 120 | 240 | 0 | 100 | 34 | 15 | 506 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10100000 | 0 | 1000000 | 11100 | 1101 | 101000110 | 1000101 | 111011 |
Color Harmonies of #DF50A0
Complementary color
Monochromatic Colors of #DF50A0
Black with #DF50A0
Text Example
Text Example
White with #DF50A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50A0; }
p { color: rgb(223,80,160); }
H1.HeaderClassName
{
color: #DF50A0;
}
.AnyTagClassName
{
color: #DF50A0;
}
</style>
background-color css
<style>
a { background-color: #DF50A0; }
a { background-color: rgb(223,80,160); }
div.DivClassName
{
background-color: #DF50A0;
}
.BgClassName
{
background-color: #DF50A0;
}
</style>
border-color css
<style>
span { border-color: #DF50A0; }
span { border-color: rgb(223,80,160); }
td.TdClassName
{
border-color: #DF50A0;
}
.TagClassName
{
border-color: #DF50A0;
}
</style>