Shades of Mulberry #DF4B97
Tints of Mulberry #DF4B97
RGB
CMYK
RGB Variations
Color information
#DF4B97 (or 0xDF4B97) is known color: Mulberry. HEX triplet: DF, 4B and 97. RGB value is (223,75,151). Sum of RGB (Red+Green+Blue) = 223+75+151=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4B97 is #20B468. Grayscale: #7F7F7F. Windows color (decimal): -2143337 or 9915359. OLE color: 9915359.
HSL color Cylindrical-coordinate representation of color #DF4B97: hue angle of 329.19º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4B97 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 151 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.13 |
| HSL | 329.19º | 0.7% | 0.58% | - |
| HSV(B) | 329.19º | 0.66% | 0.87% | - |
| XYZ | 38.53 | 22.95 | 31.68 | - |
| YUV | 127.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 151 | 0 | 0.66 | 0.32 | 0.13 | 329.19 | 0.7 | 0.58 |
| Hex | DF | 4B | 97 | 0 | 42 | 20 | D | 149 | 46 | 3A |
| Octal | 337 | 113 | 227 | 0 | 102 | 40 | 15 | 511 | 106 | 72 |
| Binary | 11011111 | 1001011 | 10010111 | 0 | 1000010 | 100000 | 1101 | 101001001 | 1000110 | 111010 |
Color Harmonies of #DF4B97
Complementary color
Monochromatic Colors of #DF4B97
Black with #DF4B97
Text Example
Text Example
White with #DF4B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B97; }
p { color: rgb(223,75,151); }
H1.HeaderClassName
{
color: #DF4B97;
}
.AnyTagClassName
{
color: #DF4B97;
}
</style>
background-color css
<style>
a { background-color: #DF4B97; }
a { background-color: rgb(223,75,151); }
div.DivClassName
{
background-color: #DF4B97;
}
.BgClassName
{
background-color: #DF4B97;
}
</style>
border-color css
<style>
span { border-color: #DF4B97; }
span { border-color: rgb(223,75,151); }
td.TdClassName
{
border-color: #DF4B97;
}
.TagClassName
{
border-color: #DF4B97;
}
</style>