Shades of Mulberry #DA51AD
Tints of Mulberry #DA51AD
RGB
CMYK
RGB Variations
Color information
#DA51AD (or 0xDA51AD) is known color: Mulberry. HEX triplet: DA, 51 and AD. RGB value is (218,81,173). Sum of RGB (Red+Green+Blue) = 218+81+173=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA51AD is #25AE52. Grayscale: #848484. Windows color (decimal): -2469459 or 11358682. OLE color: 11358682.
HSL color Cylindrical-coordinate representation of color #DA51AD: hue angle of 319.71º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA51AD is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 173 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.15 |
| HSL | 319.71º | 0.65% | 0.59% | - |
| HSV(B) | 319.71º | 0.63% | 0.85% | - |
| XYZ | 39.4 | 23.81 | 42.05 | - |
| YUV | 132.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 173 | 0 | 0.63 | 0.21 | 0.15 | 319.71 | 0.65 | 0.59 |
| Hex | DA | 51 | AD | 0 | 3F | 15 | F | 140 | 41 | 3B |
| Octal | 332 | 121 | 255 | 0 | 77 | 25 | 17 | 500 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10101101 | 0 | 111111 | 10101 | 1111 | 101000000 | 1000001 | 111011 |
Color Harmonies of #DA51AD
Complementary color
Monochromatic Colors of #DA51AD
Black with #DA51AD
Text Example
Text Example
White with #DA51AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51AD; }
p { color: rgb(218,81,173); }
H1.HeaderClassName
{
color: #DA51AD;
}
.AnyTagClassName
{
color: #DA51AD;
}
</style>
background-color css
<style>
a { background-color: #DA51AD; }
a { background-color: rgb(218,81,173); }
div.DivClassName
{
background-color: #DA51AD;
}
.BgClassName
{
background-color: #DA51AD;
}
</style>
border-color css
<style>
span { border-color: #DA51AD; }
span { border-color: rgb(218,81,173); }
td.TdClassName
{
border-color: #DA51AD;
}
.TagClassName
{
border-color: #DA51AD;
}
</style>