Shades of Mulberry #DA54A3
Tints of Mulberry #DA54A3
RGB
CMYK
RGB Variations
Color information
#DA54A3 (or 0xDA54A3) is known color: Mulberry. HEX triplet: DA, 54 and A3. RGB value is (218,84,163). Sum of RGB (Red+Green+Blue) = 218+84+163=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA54A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA54A3 is #25AB5C. Grayscale: #848484. Windows color (decimal): -2468701 or 10704090. OLE color: 10704090.
HSL color Cylindrical-coordinate representation of color #DA54A3: hue angle of 324.63º 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 #DA54A3 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 163 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.15 |
| HSL | 324.63º | 0.64% | 0.59% | - |
| HSV(B) | 324.63º | 0.61% | 0.85% | - |
| XYZ | 38.69 | 23.89 | 37.22 | - |
| YUV | 133.07 | 144.89 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 163 | 0 | 0.61 | 0.25 | 0.15 | 324.63 | 0.64 | 0.59 |
| Hex | DA | 54 | A3 | 0 | 3D | 19 | F | 145 | 40 | 3B |
| Octal | 332 | 124 | 243 | 0 | 75 | 31 | 17 | 505 | 100 | 73 |
| Binary | 11011010 | 1010100 | 10100011 | 0 | 111101 | 11001 | 1111 | 101000101 | 1000000 | 111011 |
Color Harmonies of #DA54A3
Complementary color
Monochromatic Colors of #DA54A3
Black with #DA54A3
Text Example
Text Example
White with #DA54A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA54A3; }
p { color: rgb(218,84,163); }
H1.HeaderClassName
{
color: #DA54A3;
}
.AnyTagClassName
{
color: #DA54A3;
}
</style>
background-color css
<style>
a { background-color: #DA54A3; }
a { background-color: rgb(218,84,163); }
div.DivClassName
{
background-color: #DA54A3;
}
.BgClassName
{
background-color: #DA54A3;
}
</style>
border-color css
<style>
span { border-color: #DA54A3; }
span { border-color: rgb(218,84,163); }
td.TdClassName
{
border-color: #DA54A3;
}
.TagClassName
{
border-color: #DA54A3;
}
</style>