Shades of Mulberry #DA50A8
Tints of Mulberry #DA50A8
RGB
CMYK
RGB Variations
Color information
#DA50A8 (or 0xDA50A8) is known color: Mulberry. HEX triplet: DA, 50 and A8. RGB value is (218,80,168). Sum of RGB (Red+Green+Blue) = 218+80+168=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA50A8 is #25AF57. Grayscale: #838383. Windows color (decimal): -2469720 or 11030746. OLE color: 11030746.
HSL color Cylindrical-coordinate representation of color #DA50A8: hue angle of 321.74º 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 #DA50A8 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 168 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.15 |
| HSL | 321.74º | 0.65% | 0.58% | - |
| HSV(B) | 321.74º | 0.63% | 0.85% | - |
| XYZ | 38.85 | 23.47 | 39.53 | - |
| YUV | 131.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 168 | 0 | 0.63 | 0.23 | 0.15 | 321.74 | 0.65 | 0.58 |
| Hex | DA | 50 | A8 | 0 | 3F | 17 | F | 142 | 41 | 3A |
| Octal | 332 | 120 | 250 | 0 | 77 | 27 | 17 | 502 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10101000 | 0 | 111111 | 10111 | 1111 | 101000010 | 1000001 | 111010 |
Color Harmonies of #DA50A8
Complementary color
Monochromatic Colors of #DA50A8
Black with #DA50A8
Text Example
Text Example
White with #DA50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA50A8; }
p { color: rgb(218,80,168); }
H1.HeaderClassName
{
color: #DA50A8;
}
.AnyTagClassName
{
color: #DA50A8;
}
</style>
background-color css
<style>
a { background-color: #DA50A8; }
a { background-color: rgb(218,80,168); }
div.DivClassName
{
background-color: #DA50A8;
}
.BgClassName
{
background-color: #DA50A8;
}
</style>
border-color css
<style>
span { border-color: #DA50A8; }
span { border-color: rgb(218,80,168); }
td.TdClassName
{
border-color: #DA50A8;
}
.TagClassName
{
border-color: #DA50A8;
}
</style>