Shades of Mulberry #DA549D
Tints of Mulberry #DA549D
RGB
CMYK
RGB Variations
Color information
#DA549D (or 0xDA549D) is known color: Mulberry. HEX triplet: DA, 54 and 9D. RGB value is (218,84,157). Sum of RGB (Red+Green+Blue) = 218+84+157=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA549D is #25AB62. Grayscale: #848484. Windows color (decimal): -2468707 or 10310874. OLE color: 10310874.
HSL color Cylindrical-coordinate representation of color #DA549D: hue angle of 327.31º 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 #DA549D is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 157 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.15 |
| HSL | 327.31º | 0.64% | 0.59% | - |
| HSV(B) | 327.31º | 0.61% | 0.85% | - |
| XYZ | 38.17 | 23.68 | 34.46 | - |
| YUV | 132.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 157 | 0 | 0.61 | 0.28 | 0.15 | 327.31 | 0.64 | 0.59 |
| Hex | DA | 54 | 9D | 0 | 3D | 1C | F | 147 | 40 | 3B |
| Octal | 332 | 124 | 235 | 0 | 75 | 34 | 17 | 507 | 100 | 73 |
| Binary | 11011010 | 1010100 | 10011101 | 0 | 111101 | 11100 | 1111 | 101000111 | 1000000 | 111011 |
Color Harmonies of #DA549D
Complementary color
Monochromatic Colors of #DA549D
Black with #DA549D
Text Example
Text Example
White with #DA549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA549D; }
p { color: rgb(218,84,157); }
H1.HeaderClassName
{
color: #DA549D;
}
.AnyTagClassName
{
color: #DA549D;
}
</style>
background-color css
<style>
a { background-color: #DA549D; }
a { background-color: rgb(218,84,157); }
div.DivClassName
{
background-color: #DA549D;
}
.BgClassName
{
background-color: #DA549D;
}
</style>
border-color css
<style>
span { border-color: #DA549D; }
span { border-color: rgb(218,84,157); }
td.TdClassName
{
border-color: #DA549D;
}
.TagClassName
{
border-color: #DA549D;
}
</style>