Shades of Mulberry #DF519C
Tints of Mulberry #DF519C
RGB
CMYK
RGB Variations
Color information
#DF519C (or 0xDF519C) is known color: Mulberry. HEX triplet: DF, 51 and 9C. RGB value is (223,81,156). Sum of RGB (Red+Green+Blue) = 223+81+156=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF519C is #20AE63. Grayscale: #838383. Windows color (decimal): -2141796 or 10244575. OLE color: 10244575.
HSL color Cylindrical-coordinate representation of color #DF519C: hue angle of 328.31º 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 #DF519C is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 156 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.13 |
| HSL | 328.31º | 0.69% | 0.6% | - |
| HSV(B) | 328.31º | 0.64% | 0.87% | - |
| XYZ | 39.37 | 23.97 | 34 | - |
| YUV | 132.01 | 141.54 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 156 | 0 | 0.64 | 0.30 | 0.13 | 328.31 | 0.69 | 0.6 |
| Hex | DF | 51 | 9C | 0 | 40 | 1E | D | 148 | 45 | 3C |
| Octal | 337 | 121 | 234 | 0 | 100 | 36 | 15 | 510 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10011100 | 0 | 1000000 | 11110 | 1101 | 101001000 | 1000101 | 111100 |
Color Harmonies of #DF519C
Complementary color
Monochromatic Colors of #DF519C
Black with #DF519C
Text Example
Text Example
White with #DF519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF519C; }
p { color: rgb(223,81,156); }
H1.HeaderClassName
{
color: #DF519C;
}
.AnyTagClassName
{
color: #DF519C;
}
</style>
background-color css
<style>
a { background-color: #DF519C; }
a { background-color: rgb(223,81,156); }
div.DivClassName
{
background-color: #DF519C;
}
.BgClassName
{
background-color: #DF519C;
}
</style>
border-color css
<style>
span { border-color: #DF519C; }
span { border-color: rgb(223,81,156); }
td.TdClassName
{
border-color: #DF519C;
}
.TagClassName
{
border-color: #DF519C;
}
</style>