Shades of Mulberry #DF4C98
Tints of Mulberry #DF4C98
RGB
CMYK
RGB Variations
Color information
#DF4C98 (or 0xDF4C98) is known color: Mulberry. HEX triplet: DF, 4C and 98. RGB value is (223,76,152). Sum of RGB (Red+Green+Blue) = 223+76+152=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4C98 is #20B367. Grayscale: #808080. Windows color (decimal): -2143080 or 9981151. OLE color: 9981151.
HSL color Cylindrical-coordinate representation of color #DF4C98: hue angle of 328.98º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4C98 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 152 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.13 |
| HSL | 328.98º | 0.7% | 0.59% | - |
| HSV(B) | 328.98º | 0.66% | 0.87% | - |
| XYZ | 38.68 | 23.12 | 32.13 | - |
| YUV | 128.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 152 | 0 | 0.66 | 0.32 | 0.13 | 328.98 | 0.7 | 0.59 |
| Hex | DF | 4C | 98 | 0 | 42 | 20 | D | 149 | 46 | 3B |
| Octal | 337 | 114 | 230 | 0 | 102 | 40 | 15 | 511 | 106 | 73 |
| Binary | 11011111 | 1001100 | 10011000 | 0 | 1000010 | 100000 | 1101 | 101001001 | 1000110 | 111011 |
Color Harmonies of #DF4C98
Complementary color
Monochromatic Colors of #DF4C98
Black with #DF4C98
Text Example
Text Example
White with #DF4C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C98; }
p { color: rgb(223,76,152); }
H1.HeaderClassName
{
color: #DF4C98;
}
.AnyTagClassName
{
color: #DF4C98;
}
</style>
background-color css
<style>
a { background-color: #DF4C98; }
a { background-color: rgb(223,76,152); }
div.DivClassName
{
background-color: #DF4C98;
}
.BgClassName
{
background-color: #DF4C98;
}
</style>
border-color css
<style>
span { border-color: #DF4C98; }
span { border-color: rgb(223,76,152); }
td.TdClassName
{
border-color: #DF4C98;
}
.TagClassName
{
border-color: #DF4C98;
}
</style>