Shades of Mulberry #DF4997
Tints of Mulberry #DF4997
RGB
CMYK
RGB Variations
Color information
#DF4997 (or 0xDF4997) is known color: Mulberry. HEX triplet: DF, 49 and 97. RGB value is (223,73,151). Sum of RGB (Red+Green+Blue) = 223+73+151=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4997 is #20B668. Grayscale: #7E7E7E. Windows color (decimal): -2143849 or 9914847. OLE color: 9914847.
HSL color Cylindrical-coordinate representation of color #DF4997: hue angle of 328.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4997 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 151 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.13 |
| HSL | 328.8º | 0.7% | 0.58% | - |
| HSV(B) | 328.8º | 0.67% | 0.87% | - |
| XYZ | 38.4 | 22.69 | 31.63 | - |
| YUV | 126.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 151 | 0 | 0.67 | 0.32 | 0.13 | 328.8 | 0.7 | 0.58 |
| Hex | DF | 49 | 97 | 0 | 43 | 20 | D | 149 | 46 | 3A |
| Octal | 337 | 111 | 227 | 0 | 103 | 40 | 15 | 511 | 106 | 72 |
| Binary | 11011111 | 1001001 | 10010111 | 0 | 1000011 | 100000 | 1101 | 101001001 | 1000110 | 111010 |
Color Harmonies of #DF4997
Complementary color
Monochromatic Colors of #DF4997
Black with #DF4997
Text Example
Text Example
White with #DF4997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4997; }
p { color: rgb(223,73,151); }
H1.HeaderClassName
{
color: #DF4997;
}
.AnyTagClassName
{
color: #DF4997;
}
</style>
background-color css
<style>
a { background-color: #DF4997; }
a { background-color: rgb(223,73,151); }
div.DivClassName
{
background-color: #DF4997;
}
.BgClassName
{
background-color: #DF4997;
}
</style>
border-color css
<style>
span { border-color: #DF4997; }
span { border-color: rgb(223,73,151); }
td.TdClassName
{
border-color: #DF4997;
}
.TagClassName
{
border-color: #DF4997;
}
</style>