Shades of Mulberry #DA499F
Tints of Mulberry #DA499F
RGB
CMYK
RGB Variations
Color information
#DA499F (or 0xDA499F) is known color: Mulberry. HEX triplet: DA, 49 and 9F. RGB value is (218,73,159). Sum of RGB (Red+Green+Blue) = 218+73+159=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA499F is #25B660. Grayscale: #7D7D7D. Windows color (decimal): -2471521 or 10439130. OLE color: 10439130.
HSL color Cylindrical-coordinate representation of color #DA499F: hue angle of 324.41º 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 #DA499F is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 159 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.15 |
| HSL | 324.41º | 0.66% | 0.57% | - |
| HSV(B) | 324.41º | 0.67% | 0.85% | - |
| XYZ | 37.55 | 22.17 | 35.1 | - |
| YUV | 126.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 159 | 0 | 0.67 | 0.27 | 0.15 | 324.41 | 0.66 | 0.57 |
| Hex | DA | 49 | 9F | 0 | 43 | 1B | F | 144 | 42 | 39 |
| Octal | 332 | 111 | 237 | 0 | 103 | 33 | 17 | 504 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10011111 | 0 | 1000011 | 11011 | 1111 | 101000100 | 1000010 | 111001 |
Color Harmonies of #DA499F
Complementary color
Monochromatic Colors of #DA499F
Black with #DA499F
Text Example
Text Example
White with #DA499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA499F; }
p { color: rgb(218,73,159); }
H1.HeaderClassName
{
color: #DA499F;
}
.AnyTagClassName
{
color: #DA499F;
}
</style>
background-color css
<style>
a { background-color: #DA499F; }
a { background-color: rgb(218,73,159); }
div.DivClassName
{
background-color: #DA499F;
}
.BgClassName
{
background-color: #DA499F;
}
</style>
border-color css
<style>
span { border-color: #DA499F; }
span { border-color: rgb(218,73,159); }
td.TdClassName
{
border-color: #DA499F;
}
.TagClassName
{
border-color: #DA499F;
}
</style>