Shades of Mulberry #DA54A0
Tints of Mulberry #DA54A0
RGB
CMYK
RGB Variations
Color information
#DA54A0 (or 0xDA54A0) is known color: Mulberry. HEX triplet: DA, 54 and A0. RGB value is (218,84,160). Sum of RGB (Red+Green+Blue) = 218+84+160=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA54A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA54A0 is #25AB5F. Grayscale: #848484. Windows color (decimal): -2468704 or 10507482. OLE color: 10507482.
HSL color Cylindrical-coordinate representation of color #DA54A0: hue angle of 325.97º 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 #DA54A0 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 160 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.15 |
| HSL | 325.97º | 0.64% | 0.59% | - |
| HSV(B) | 325.97º | 0.61% | 0.85% | - |
| XYZ | 38.43 | 23.78 | 35.82 | - |
| YUV | 132.73 | 143.39 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 160 | 0 | 0.61 | 0.27 | 0.15 | 325.97 | 0.64 | 0.59 |
| Hex | DA | 54 | A0 | 0 | 3D | 1B | F | 146 | 40 | 3B |
| Octal | 332 | 124 | 240 | 0 | 75 | 33 | 17 | 506 | 100 | 73 |
| Binary | 11011010 | 1010100 | 10100000 | 0 | 111101 | 11011 | 1111 | 101000110 | 1000000 | 111011 |
Color Harmonies of #DA54A0
Complementary color
Monochromatic Colors of #DA54A0
Black with #DA54A0
Text Example
Text Example
White with #DA54A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA54A0; }
p { color: rgb(218,84,160); }
H1.HeaderClassName
{
color: #DA54A0;
}
.AnyTagClassName
{
color: #DA54A0;
}
</style>
background-color css
<style>
a { background-color: #DA54A0; }
a { background-color: rgb(218,84,160); }
div.DivClassName
{
background-color: #DA54A0;
}
.BgClassName
{
background-color: #DA54A0;
}
</style>
border-color css
<style>
span { border-color: #DA54A0; }
span { border-color: rgb(218,84,160); }
td.TdClassName
{
border-color: #DA54A0;
}
.TagClassName
{
border-color: #DA54A0;
}
</style>