Shades of Mulberry #DA51A6
Tints of Mulberry #DA51A6
RGB
CMYK
RGB Variations
Color information
#DA51A6 (or 0xDA51A6) is known color: Mulberry. HEX triplet: DA, 51 and A6. RGB value is (218,81,166). Sum of RGB (Red+Green+Blue) = 218+81+166=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA51A6 is #25AE59. Grayscale: #838383. Windows color (decimal): -2469466 or 10899930. OLE color: 10899930.
HSL color Cylindrical-coordinate representation of color #DA51A6: hue angle of 322.77º 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 #DA51A6 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 166 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.15 |
| HSL | 322.77º | 0.65% | 0.59% | - |
| HSV(B) | 322.77º | 0.63% | 0.85% | - |
| XYZ | 38.74 | 23.54 | 38.58 | - |
| YUV | 131.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 166 | 0 | 0.63 | 0.24 | 0.15 | 322.77 | 0.65 | 0.59 |
| Hex | DA | 51 | A6 | 0 | 3F | 18 | F | 143 | 41 | 3B |
| Octal | 332 | 121 | 246 | 0 | 77 | 30 | 17 | 503 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10100110 | 0 | 111111 | 11000 | 1111 | 101000011 | 1000001 | 111011 |
Color Harmonies of #DA51A6
Complementary color
Monochromatic Colors of #DA51A6
Black with #DA51A6
Text Example
Text Example
White with #DA51A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51A6; }
p { color: rgb(218,81,166); }
H1.HeaderClassName
{
color: #DA51A6;
}
.AnyTagClassName
{
color: #DA51A6;
}
</style>
background-color css
<style>
a { background-color: #DA51A6; }
a { background-color: rgb(218,81,166); }
div.DivClassName
{
background-color: #DA51A6;
}
.BgClassName
{
background-color: #DA51A6;
}
</style>
border-color css
<style>
span { border-color: #DA51A6; }
span { border-color: rgb(218,81,166); }
td.TdClassName
{
border-color: #DA51A6;
}
.TagClassName
{
border-color: #DA51A6;
}
</style>