Shades of Mulberry #DA51A1
Tints of Mulberry #DA51A1
RGB
CMYK
RGB Variations
Color information
#DA51A1 (or 0xDA51A1) is known color: Mulberry. HEX triplet: DA, 51 and A1. RGB value is (218,81,161). Sum of RGB (Red+Green+Blue) = 218+81+161=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA51A1 is #25AE5E. Grayscale: #828282. Windows color (decimal): -2469471 or 10572250. OLE color: 10572250.
HSL color Cylindrical-coordinate representation of color #DA51A1: hue angle of 324.96º 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 #DA51A1 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 161 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.15 |
| HSL | 324.96º | 0.65% | 0.59% | - |
| HSV(B) | 324.96º | 0.63% | 0.85% | - |
| XYZ | 38.29 | 23.36 | 36.21 | - |
| YUV | 131.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 161 | 0 | 0.63 | 0.26 | 0.15 | 324.96 | 0.65 | 0.59 |
| Hex | DA | 51 | A1 | 0 | 3F | 1A | F | 145 | 41 | 3B |
| Octal | 332 | 121 | 241 | 0 | 77 | 32 | 17 | 505 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10100001 | 0 | 111111 | 11010 | 1111 | 101000101 | 1000001 | 111011 |
Color Harmonies of #DA51A1
Complementary color
Monochromatic Colors of #DA51A1
Black with #DA51A1
Text Example
Text Example
White with #DA51A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51A1; }
p { color: rgb(218,81,161); }
H1.HeaderClassName
{
color: #DA51A1;
}
.AnyTagClassName
{
color: #DA51A1;
}
</style>
background-color css
<style>
a { background-color: #DA51A1; }
a { background-color: rgb(218,81,161); }
div.DivClassName
{
background-color: #DA51A1;
}
.BgClassName
{
background-color: #DA51A1;
}
</style>
border-color css
<style>
span { border-color: #DA51A1; }
span { border-color: rgb(218,81,161); }
td.TdClassName
{
border-color: #DA51A1;
}
.TagClassName
{
border-color: #DA51A1;
}
</style>