Shades of Mulberry #DA50A7
Tints of Mulberry #DA50A7
RGB
CMYK
RGB Variations
Color information
#DA50A7 (or 0xDA50A7) is known color: Mulberry. HEX triplet: DA, 50 and A7. RGB value is (218,80,167). Sum of RGB (Red+Green+Blue) = 218+80+167=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA50A7 is #25AF58. Grayscale: #828282. Windows color (decimal): -2469721 or 10965210. OLE color: 10965210.
HSL color Cylindrical-coordinate representation of color #DA50A7: hue angle of 322.17º 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 #DA50A7 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 167 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.15 |
| HSL | 322.17º | 0.65% | 0.58% | - |
| HSV(B) | 322.17º | 0.63% | 0.85% | - |
| XYZ | 38.76 | 23.43 | 39.04 | - |
| YUV | 131.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 167 | 0 | 0.63 | 0.23 | 0.15 | 322.17 | 0.65 | 0.58 |
| Hex | DA | 50 | A7 | 0 | 3F | 17 | F | 142 | 41 | 3A |
| Octal | 332 | 120 | 247 | 0 | 77 | 27 | 17 | 502 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10100111 | 0 | 111111 | 10111 | 1111 | 101000010 | 1000001 | 111010 |
Color Harmonies of #DA50A7
Complementary color
Monochromatic Colors of #DA50A7
Black with #DA50A7
Text Example
Text Example
White with #DA50A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA50A7; }
p { color: rgb(218,80,167); }
H1.HeaderClassName
{
color: #DA50A7;
}
.AnyTagClassName
{
color: #DA50A7;
}
</style>
background-color css
<style>
a { background-color: #DA50A7; }
a { background-color: rgb(218,80,167); }
div.DivClassName
{
background-color: #DA50A7;
}
.BgClassName
{
background-color: #DA50A7;
}
</style>
border-color css
<style>
span { border-color: #DA50A7; }
span { border-color: rgb(218,80,167); }
td.TdClassName
{
border-color: #DA50A7;
}
.TagClassName
{
border-color: #DA50A7;
}
</style>