Shades of Mulberry #DA4D8C
Tints of Mulberry #DA4D8C
RGB
CMYK
RGB Variations
Color information
#DA4D8C (or 0xDA4D8C) is known color: Mulberry. HEX triplet: DA, 4D and 8C. RGB value is (218,77,140). Sum of RGB (Red+Green+Blue) = 218+77+140=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4D8C is #25B273. Grayscale: #7E7E7E. Windows color (decimal): -2470516 or 9194970. OLE color: 9194970.
HSL color Cylindrical-coordinate representation of color #DA4D8C: hue angle of 333.19º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4D8C is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 140 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.15 |
| HSL | 333.19º | 0.66% | 0.58% | - |
| HSV(B) | 333.19º | 0.65% | 0.85% | - |
| XYZ | 36.3 | 22.11 | 27.16 | - |
| YUV | 126.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 140 | 0 | 0.65 | 0.36 | 0.15 | 333.19 | 0.66 | 0.58 |
| Hex | DA | 4D | 8C | 0 | 41 | 24 | F | 14D | 42 | 3A |
| Octal | 332 | 115 | 214 | 0 | 101 | 44 | 17 | 515 | 102 | 72 |
| Binary | 11011010 | 1001101 | 10001100 | 0 | 1000001 | 100100 | 1111 | 101001101 | 1000010 | 111010 |
Color Harmonies of #DA4D8C
Complementary color
Monochromatic Colors of #DA4D8C
Black with #DA4D8C
Text Example
Text Example
White with #DA4D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D8C; }
p { color: rgb(218,77,140); }
H1.HeaderClassName
{
color: #DA4D8C;
}
.AnyTagClassName
{
color: #DA4D8C;
}
</style>
background-color css
<style>
a { background-color: #DA4D8C; }
a { background-color: rgb(218,77,140); }
div.DivClassName
{
background-color: #DA4D8C;
}
.BgClassName
{
background-color: #DA4D8C;
}
</style>
border-color css
<style>
span { border-color: #DA4D8C; }
span { border-color: rgb(218,77,140); }
td.TdClassName
{
border-color: #DA4D8C;
}
.TagClassName
{
border-color: #DA4D8C;
}
</style>