Shades of Mulberry #DA549B
Tints of Mulberry #DA549B
RGB
CMYK
RGB Variations
Color information
#DA549B (or 0xDA549B) is known color: Mulberry. HEX triplet: DA, 54 and 9B. RGB value is (218,84,155). Sum of RGB (Red+Green+Blue) = 218+84+155=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA549B is #25AB64. Grayscale: #848484. Windows color (decimal): -2468709 or 10179802. OLE color: 10179802.
HSL color Cylindrical-coordinate representation of color #DA549B: hue angle of 328.21º 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 #DA549B is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 155 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.15 |
| HSL | 328.21º | 0.64% | 0.59% | - |
| HSV(B) | 328.21º | 0.61% | 0.85% | - |
| XYZ | 38 | 23.61 | 33.57 | - |
| YUV | 132.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 155 | 0 | 0.61 | 0.29 | 0.15 | 328.21 | 0.64 | 0.59 |
| Hex | DA | 54 | 9B | 0 | 3D | 1D | F | 148 | 40 | 3B |
| Octal | 332 | 124 | 233 | 0 | 75 | 35 | 17 | 510 | 100 | 73 |
| Binary | 11011010 | 1010100 | 10011011 | 0 | 111101 | 11101 | 1111 | 101001000 | 1000000 | 111011 |
Color Harmonies of #DA549B
Complementary color
Monochromatic Colors of #DA549B
Black with #DA549B
Text Example
Text Example
White with #DA549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA549B; }
p { color: rgb(218,84,155); }
H1.HeaderClassName
{
color: #DA549B;
}
.AnyTagClassName
{
color: #DA549B;
}
</style>
background-color css
<style>
a { background-color: #DA549B; }
a { background-color: rgb(218,84,155); }
div.DivClassName
{
background-color: #DA549B;
}
.BgClassName
{
background-color: #DA549B;
}
</style>
border-color css
<style>
span { border-color: #DA549B; }
span { border-color: rgb(218,84,155); }
td.TdClassName
{
border-color: #DA549B;
}
.TagClassName
{
border-color: #DA549B;
}
</style>