Shades of Mulberry #DF5097
Tints of Mulberry #DF5097
RGB
CMYK
RGB Variations
Color information
#DF5097 (or 0xDF5097) is known color: Mulberry. HEX triplet: DF, 50 and 97. RGB value is (223,80,151). Sum of RGB (Red+Green+Blue) = 223+80+151=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5097 is #20AF68. Grayscale: #828282. Windows color (decimal): -2142057 or 9916639. OLE color: 9916639.
HSL color Cylindrical-coordinate representation of color #DF5097: hue angle of 330.21º 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 #DF5097 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 151 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.13 |
| HSL | 330.21º | 0.69% | 0.59% | - |
| HSV(B) | 330.21º | 0.64% | 0.87% | - |
| XYZ | 38.89 | 23.66 | 31.8 | - |
| YUV | 130.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 151 | 0 | 0.64 | 0.32 | 0.13 | 330.21 | 0.69 | 0.59 |
| Hex | DF | 50 | 97 | 0 | 40 | 20 | D | 14A | 45 | 3B |
| Octal | 337 | 120 | 227 | 0 | 100 | 40 | 15 | 512 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10010111 | 0 | 1000000 | 100000 | 1101 | 101001010 | 1000101 | 111011 |
Color Harmonies of #DF5097
Complementary color
Monochromatic Colors of #DF5097
Black with #DF5097
Text Example
Text Example
White with #DF5097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5097; }
p { color: rgb(223,80,151); }
H1.HeaderClassName
{
color: #DF5097;
}
.AnyTagClassName
{
color: #DF5097;
}
</style>
background-color css
<style>
a { background-color: #DF5097; }
a { background-color: rgb(223,80,151); }
div.DivClassName
{
background-color: #DF5097;
}
.BgClassName
{
background-color: #DF5097;
}
</style>
border-color css
<style>
span { border-color: #DF5097; }
span { border-color: rgb(223,80,151); }
td.TdClassName
{
border-color: #DF5097;
}
.TagClassName
{
border-color: #DF5097;
}
</style>