Shades of Mulberry #DF4B98
Tints of Mulberry #DF4B98
RGB
CMYK
RGB Variations
Color information
#DF4B98 (or 0xDF4B98) is known color: Mulberry. HEX triplet: DF, 4B and 98. RGB value is (223,75,152). Sum of RGB (Red+Green+Blue) = 223+75+152=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4B98 is #20B467. Grayscale: #7F7F7F. Windows color (decimal): -2143336 or 9980895. OLE color: 9980895.
HSL color Cylindrical-coordinate representation of color #DF4B98: hue angle of 328.78º 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 #DF4B98 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 152 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.13 |
| HSL | 328.78º | 0.7% | 0.58% | - |
| HSV(B) | 328.78º | 0.66% | 0.87% | - |
| XYZ | 38.62 | 22.99 | 32.11 | - |
| YUV | 128.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 152 | 0 | 0.66 | 0.32 | 0.13 | 328.78 | 0.7 | 0.58 |
| Hex | DF | 4B | 98 | 0 | 42 | 20 | D | 149 | 46 | 3A |
| Octal | 337 | 113 | 230 | 0 | 102 | 40 | 15 | 511 | 106 | 72 |
| Binary | 11011111 | 1001011 | 10011000 | 0 | 1000010 | 100000 | 1101 | 101001001 | 1000110 | 111010 |
Color Harmonies of #DF4B98
Complementary color
Monochromatic Colors of #DF4B98
Black with #DF4B98
Text Example
Text Example
White with #DF4B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B98; }
p { color: rgb(223,75,152); }
H1.HeaderClassName
{
color: #DF4B98;
}
.AnyTagClassName
{
color: #DF4B98;
}
</style>
background-color css
<style>
a { background-color: #DF4B98; }
a { background-color: rgb(223,75,152); }
div.DivClassName
{
background-color: #DF4B98;
}
.BgClassName
{
background-color: #DF4B98;
}
</style>
border-color css
<style>
span { border-color: #DF4B98; }
span { border-color: rgb(223,75,152); }
td.TdClassName
{
border-color: #DF4B98;
}
.TagClassName
{
border-color: #DF4B98;
}
</style>