Shades of Mulberry #DA5090
Tints of Mulberry #DA5090
RGB
CMYK
RGB Variations
Color information
#DA5090 (or 0xDA5090) is known color: Mulberry. HEX triplet: DA, 50 and 90. RGB value is (218,80,144). Sum of RGB (Red+Green+Blue) = 218+80+144=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5090 is #25AF6F. Grayscale: #808080. Windows color (decimal): -2469744 or 9457882. OLE color: 9457882.
HSL color Cylindrical-coordinate representation of color #DA5090: hue angle of 332.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 #DA5090 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 144 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.15 |
| HSL | 332.17º | 0.65% | 0.58% | - |
| HSV(B) | 332.17º | 0.63% | 0.85% | - |
| XYZ | 36.82 | 22.66 | 28.82 | - |
| YUV | 128.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 144 | 0 | 0.63 | 0.34 | 0.15 | 332.17 | 0.65 | 0.58 |
| Hex | DA | 50 | 90 | 0 | 3F | 22 | F | 14C | 41 | 3A |
| Octal | 332 | 120 | 220 | 0 | 77 | 42 | 17 | 514 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10010000 | 0 | 111111 | 100010 | 1111 | 101001100 | 1000001 | 111010 |
Color Harmonies of #DA5090
Complementary color
Monochromatic Colors of #DA5090
Black with #DA5090
Text Example
Text Example
White with #DA5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5090; }
p { color: rgb(218,80,144); }
H1.HeaderClassName
{
color: #DA5090;
}
.AnyTagClassName
{
color: #DA5090;
}
</style>
background-color css
<style>
a { background-color: #DA5090; }
a { background-color: rgb(218,80,144); }
div.DivClassName
{
background-color: #DA5090;
}
.BgClassName
{
background-color: #DA5090;
}
</style>
border-color css
<style>
span { border-color: #DA5090; }
span { border-color: rgb(218,80,144); }
td.TdClassName
{
border-color: #DA5090;
}
.TagClassName
{
border-color: #DA5090;
}
</style>