Shades of Mulberry #DA4996
Tints of Mulberry #DA4996
RGB
CMYK
RGB Variations
Color information
#DA4996 (or 0xDA4996) is known color: Mulberry. HEX triplet: DA, 49 and 96. RGB value is (218,73,150). Sum of RGB (Red+Green+Blue) = 218+73+150=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4996 is #25B669. Grayscale: #7C7C7C. Windows color (decimal): -2471530 or 9849306. OLE color: 9849306.
HSL color Cylindrical-coordinate representation of color #DA4996: hue angle of 328.14º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4996 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 150 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.15 |
| HSL | 328.14º | 0.66% | 0.57% | - |
| HSV(B) | 328.14º | 0.67% | 0.85% | - |
| XYZ | 36.8 | 21.87 | 31.14 | - |
| YUV | 125.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 150 | 0 | 0.67 | 0.31 | 0.15 | 328.14 | 0.66 | 0.57 |
| Hex | DA | 49 | 96 | 0 | 43 | 1F | F | 148 | 42 | 39 |
| Octal | 332 | 111 | 226 | 0 | 103 | 37 | 17 | 510 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10010110 | 0 | 1000011 | 11111 | 1111 | 101001000 | 1000010 | 111001 |
Color Harmonies of #DA4996
Complementary color
Monochromatic Colors of #DA4996
Black with #DA4996
Text Example
Text Example
White with #DA4996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4996; }
p { color: rgb(218,73,150); }
H1.HeaderClassName
{
color: #DA4996;
}
.AnyTagClassName
{
color: #DA4996;
}
</style>
background-color css
<style>
a { background-color: #DA4996; }
a { background-color: rgb(218,73,150); }
div.DivClassName
{
background-color: #DA4996;
}
.BgClassName
{
background-color: #DA4996;
}
</style>
border-color css
<style>
span { border-color: #DA4996; }
span { border-color: rgb(218,73,150); }
td.TdClassName
{
border-color: #DA4996;
}
.TagClassName
{
border-color: #DA4996;
}
</style>