Shades of Mulberry #DF47A5
Tints of Mulberry #DF47A5
RGB
CMYK
RGB Variations
Color information
#DF47A5 (or 0xDF47A5) is known color: Mulberry. HEX triplet: DF, 47 and A5. RGB value is (223,71,165). Sum of RGB (Red+Green+Blue) = 223+71+165=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF47A5 is #20B85A. Grayscale: #7E7E7E. Windows color (decimal): -2144347 or 10831839. OLE color: 10831839.
HSL color Cylindrical-coordinate representation of color #DF47A5: hue angle of 322.89º 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 #DF47A5 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 165 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.13 |
| HSL | 322.89º | 0.7% | 0.58% | - |
| HSV(B) | 322.89º | 0.68% | 0.87% | - |
| XYZ | 39.48 | 22.91 | 37.94 | - |
| YUV | 127.16 | 149.36 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 165 | 0 | 0.68 | 0.26 | 0.13 | 322.89 | 0.7 | 0.58 |
| Hex | DF | 47 | A5 | 0 | 44 | 1A | D | 143 | 46 | 3A |
| Octal | 337 | 107 | 245 | 0 | 104 | 32 | 15 | 503 | 106 | 72 |
| Binary | 11011111 | 1000111 | 10100101 | 0 | 1000100 | 11010 | 1101 | 101000011 | 1000110 | 111010 |
Color Harmonies of #DF47A5
Complementary color
Monochromatic Colors of #DF47A5
Black with #DF47A5
Text Example
Text Example
White with #DF47A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47A5; }
p { color: rgb(223,71,165); }
H1.HeaderClassName
{
color: #DF47A5;
}
.AnyTagClassName
{
color: #DF47A5;
}
</style>
background-color css
<style>
a { background-color: #DF47A5; }
a { background-color: rgb(223,71,165); }
div.DivClassName
{
background-color: #DF47A5;
}
.BgClassName
{
background-color: #DF47A5;
}
</style>
border-color css
<style>
span { border-color: #DF47A5; }
span { border-color: rgb(223,71,165); }
td.TdClassName
{
border-color: #DF47A5;
}
.TagClassName
{
border-color: #DF47A5;
}
</style>