Shades of Mulberry #DF519E
Tints of Mulberry #DF519E
RGB
CMYK
RGB Variations
Color information
#DF519E (or 0xDF519E) is known color: Mulberry. HEX triplet: DF, 51 and 9E. RGB value is (223,81,158). Sum of RGB (Red+Green+Blue) = 223+81+158=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF519E is #20AE61. Grayscale: #848484. Windows color (decimal): -2141794 or 10375647. OLE color: 10375647.
HSL color Cylindrical-coordinate representation of color #DF519E: hue angle of 327.46º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF519E is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 158 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.13 |
| HSL | 327.46º | 0.69% | 0.6% | - |
| HSV(B) | 327.46º | 0.64% | 0.87% | - |
| XYZ | 39.55 | 24.04 | 34.9 | - |
| YUV | 132.24 | 142.54 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 158 | 0 | 0.64 | 0.29 | 0.13 | 327.46 | 0.69 | 0.6 |
| Hex | DF | 51 | 9E | 0 | 40 | 1D | D | 147 | 45 | 3C |
| Octal | 337 | 121 | 236 | 0 | 100 | 35 | 15 | 507 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10011110 | 0 | 1000000 | 11101 | 1101 | 101000111 | 1000101 | 111100 |
Color Harmonies of #DF519E
Complementary color
Monochromatic Colors of #DF519E
Black with #DF519E
Text Example
Text Example
White with #DF519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF519E; }
p { color: rgb(223,81,158); }
H1.HeaderClassName
{
color: #DF519E;
}
.AnyTagClassName
{
color: #DF519E;
}
</style>
background-color css
<style>
a { background-color: #DF519E; }
a { background-color: rgb(223,81,158); }
div.DivClassName
{
background-color: #DF519E;
}
.BgClassName
{
background-color: #DF519E;
}
</style>
border-color css
<style>
span { border-color: #DF519E; }
span { border-color: rgb(223,81,158); }
td.TdClassName
{
border-color: #DF519E;
}
.TagClassName
{
border-color: #DF519E;
}
</style>