Shades of Mulberry #DF47A1
Tints of Mulberry #DF47A1
RGB
CMYK
RGB Variations
Color information
#DF47A1 (or 0xDF47A1) is known color: Mulberry. HEX triplet: DF, 47 and A1. RGB value is (223,71,161). Sum of RGB (Red+Green+Blue) = 223+71+161=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF47A1 is #20B85E. Grayscale: #7E7E7E. Windows color (decimal): -2144351 or 10569695. OLE color: 10569695.
HSL color Cylindrical-coordinate representation of color #DF47A1: hue angle of 324.47º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF47A1 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 161 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.13 |
| HSL | 324.47º | 0.7% | 0.58% | - |
| HSV(B) | 324.47º | 0.68% | 0.87% | - |
| XYZ | 39.12 | 22.77 | 36.05 | - |
| YUV | 126.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 161 | 0 | 0.68 | 0.28 | 0.13 | 324.47 | 0.7 | 0.58 |
| Hex | DF | 47 | A1 | 0 | 44 | 1C | D | 144 | 46 | 3A |
| Octal | 337 | 107 | 241 | 0 | 104 | 34 | 15 | 504 | 106 | 72 |
| Binary | 11011111 | 1000111 | 10100001 | 0 | 1000100 | 11100 | 1101 | 101000100 | 1000110 | 111010 |
Color Harmonies of #DF47A1
Complementary color
Monochromatic Colors of #DF47A1
Black with #DF47A1
Text Example
Text Example
White with #DF47A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47A1; }
p { color: rgb(223,71,161); }
H1.HeaderClassName
{
color: #DF47A1;
}
.AnyTagClassName
{
color: #DF47A1;
}
</style>
background-color css
<style>
a { background-color: #DF47A1; }
a { background-color: rgb(223,71,161); }
div.DivClassName
{
background-color: #DF47A1;
}
.BgClassName
{
background-color: #DF47A1;
}
</style>
border-color css
<style>
span { border-color: #DF47A1; }
span { border-color: rgb(223,71,161); }
td.TdClassName
{
border-color: #DF47A1;
}
.TagClassName
{
border-color: #DF47A1;
}
</style>