Shades of Mulberry #DA549F
Tints of Mulberry #DA549F
RGB
CMYK
RGB Variations
Color information
#DA549F (or 0xDA549F) is known color: Mulberry. HEX triplet: DA, 54 and 9F. RGB value is (218,84,159). Sum of RGB (Red+Green+Blue) = 218+84+159=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA549F is #25AB60. Grayscale: #848484. Windows color (decimal): -2468705 or 10441946. OLE color: 10441946.
HSL color Cylindrical-coordinate representation of color #DA549F: hue angle of 326.42º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA549F is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 159 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.15 |
| HSL | 326.42º | 0.64% | 0.59% | - |
| HSV(B) | 326.42º | 0.61% | 0.85% | - |
| XYZ | 38.34 | 23.75 | 35.36 | - |
| YUV | 132.62 | 142.89 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 159 | 0 | 0.61 | 0.27 | 0.15 | 326.42 | 0.64 | 0.59 |
| Hex | DA | 54 | 9F | 0 | 3D | 1B | F | 146 | 40 | 3B |
| Octal | 332 | 124 | 237 | 0 | 75 | 33 | 17 | 506 | 100 | 73 |
| Binary | 11011010 | 1010100 | 10011111 | 0 | 111101 | 11011 | 1111 | 101000110 | 1000000 | 111011 |
Color Harmonies of #DA549F
Complementary color
Monochromatic Colors of #DA549F
Black with #DA549F
Text Example
Text Example
White with #DA549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA549F; }
p { color: rgb(218,84,159); }
H1.HeaderClassName
{
color: #DA549F;
}
.AnyTagClassName
{
color: #DA549F;
}
</style>
background-color css
<style>
a { background-color: #DA549F; }
a { background-color: rgb(218,84,159); }
div.DivClassName
{
background-color: #DA549F;
}
.BgClassName
{
background-color: #DA549F;
}
</style>
border-color css
<style>
span { border-color: #DA549F; }
span { border-color: rgb(218,84,159); }
td.TdClassName
{
border-color: #DA549F;
}
.TagClassName
{
border-color: #DA549F;
}
</style>