Shades of Mulberry #DA4D93
Tints of Mulberry #DA4D93
RGB
CMYK
RGB Variations
Color information
#DA4D93 (or 0xDA4D93) is known color: Mulberry. HEX triplet: DA, 4D and 93. RGB value is (218,77,147). Sum of RGB (Red+Green+Blue) = 218+77+147=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4D93 is #25B26C. Grayscale: #7E7E7E. Windows color (decimal): -2470509 or 9653722. OLE color: 9653722.
HSL color Cylindrical-coordinate representation of color #DA4D93: hue angle of 330.21º 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 #DA4D93 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 147 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.15 |
| HSL | 330.21º | 0.66% | 0.58% | - |
| HSV(B) | 330.21º | 0.65% | 0.85% | - |
| XYZ | 36.83 | 22.32 | 29.97 | - |
| YUV | 127.14 | 139.21 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 147 | 0 | 0.65 | 0.33 | 0.15 | 330.21 | 0.66 | 0.58 |
| Hex | DA | 4D | 93 | 0 | 41 | 21 | F | 14A | 42 | 3A |
| Octal | 332 | 115 | 223 | 0 | 101 | 41 | 17 | 512 | 102 | 72 |
| Binary | 11011010 | 1001101 | 10010011 | 0 | 1000001 | 100001 | 1111 | 101001010 | 1000010 | 111010 |
Color Harmonies of #DA4D93
Complementary color
Monochromatic Colors of #DA4D93
Black with #DA4D93
Text Example
Text Example
White with #DA4D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D93; }
p { color: rgb(218,77,147); }
H1.HeaderClassName
{
color: #DA4D93;
}
.AnyTagClassName
{
color: #DA4D93;
}
</style>
background-color css
<style>
a { background-color: #DA4D93; }
a { background-color: rgb(218,77,147); }
div.DivClassName
{
background-color: #DA4D93;
}
.BgClassName
{
background-color: #DA4D93;
}
</style>
border-color css
<style>
span { border-color: #DA4D93; }
span { border-color: rgb(218,77,147); }
td.TdClassName
{
border-color: #DA4D93;
}
.TagClassName
{
border-color: #DA4D93;
}
</style>