Shades of Mulberry #DA50A6
Tints of Mulberry #DA50A6
RGB
CMYK
RGB Variations
Color information
#DA50A6 (or 0xDA50A6) is known color: Mulberry. HEX triplet: DA, 50 and A6. RGB value is (218,80,166). Sum of RGB (Red+Green+Blue) = 218+80+166=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA50A6 is #25AF59. Grayscale: #828282. Windows color (decimal): -2469722 or 10899674. OLE color: 10899674.
HSL color Cylindrical-coordinate representation of color #DA50A6: hue angle of 322.61º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA50A6 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 166 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.15 |
| HSL | 322.61º | 0.65% | 0.58% | - |
| HSV(B) | 322.61º | 0.63% | 0.85% | - |
| XYZ | 38.67 | 23.4 | 38.55 | - |
| YUV | 131.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 166 | 0 | 0.63 | 0.24 | 0.15 | 322.61 | 0.65 | 0.58 |
| Hex | DA | 50 | A6 | 0 | 3F | 18 | F | 143 | 41 | 3A |
| Octal | 332 | 120 | 246 | 0 | 77 | 30 | 17 | 503 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10100110 | 0 | 111111 | 11000 | 1111 | 101000011 | 1000001 | 111010 |
Color Harmonies of #DA50A6
Complementary color
Monochromatic Colors of #DA50A6
Black with #DA50A6
Text Example
Text Example
White with #DA50A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA50A6; }
p { color: rgb(218,80,166); }
H1.HeaderClassName
{
color: #DA50A6;
}
.AnyTagClassName
{
color: #DA50A6;
}
</style>
background-color css
<style>
a { background-color: #DA50A6; }
a { background-color: rgb(218,80,166); }
div.DivClassName
{
background-color: #DA50A6;
}
.BgClassName
{
background-color: #DA50A6;
}
</style>
border-color css
<style>
span { border-color: #DA50A6; }
span { border-color: rgb(218,80,166); }
td.TdClassName
{
border-color: #DA50A6;
}
.TagClassName
{
border-color: #DA50A6;
}
</style>