Shades of Mulberry #DF4BA3
Tints of Mulberry #DF4BA3
RGB
CMYK
RGB Variations
Color information
#DF4BA3 (or 0xDF4BA3) is known color: Mulberry. HEX triplet: DF, 4B and A3. RGB value is (223,75,163). Sum of RGB (Red+Green+Blue) = 223+75+163=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4BA3 is #20B45C. Grayscale: #818181. Windows color (decimal): -2143325 or 10701791. OLE color: 10701791.
HSL color Cylindrical-coordinate representation of color #DF4BA3: hue angle of 324.32º 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 #DF4BA3 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 163 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.13 |
| HSL | 324.32º | 0.7% | 0.58% | - |
| HSV(B) | 324.32º | 0.66% | 0.87% | - |
| XYZ | 39.56 | 23.36 | 37.08 | - |
| YUV | 129.28 | 147.03 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 163 | 0 | 0.66 | 0.27 | 0.13 | 324.32 | 0.7 | 0.58 |
| Hex | DF | 4B | A3 | 0 | 42 | 1B | D | 144 | 46 | 3A |
| Octal | 337 | 113 | 243 | 0 | 102 | 33 | 15 | 504 | 106 | 72 |
| Binary | 11011111 | 1001011 | 10100011 | 0 | 1000010 | 11011 | 1101 | 101000100 | 1000110 | 111010 |
Color Harmonies of #DF4BA3
Complementary color
Monochromatic Colors of #DF4BA3
Black with #DF4BA3
Text Example
Text Example
White with #DF4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4BA3; }
p { color: rgb(223,75,163); }
H1.HeaderClassName
{
color: #DF4BA3;
}
.AnyTagClassName
{
color: #DF4BA3;
}
</style>
background-color css
<style>
a { background-color: #DF4BA3; }
a { background-color: rgb(223,75,163); }
div.DivClassName
{
background-color: #DF4BA3;
}
.BgClassName
{
background-color: #DF4BA3;
}
</style>
border-color css
<style>
span { border-color: #DF4BA3; }
span { border-color: rgb(223,75,163); }
td.TdClassName
{
border-color: #DF4BA3;
}
.TagClassName
{
border-color: #DF4BA3;
}
</style>