Shades of Mulberry #DA5194
Tints of Mulberry #DA5194
RGB
CMYK
RGB Variations
Color information
#DA5194 (or 0xDA5194) is known color: Mulberry. HEX triplet: DA, 51 and 94. RGB value is (218,81,148). Sum of RGB (Red+Green+Blue) = 218+81+148=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5194 is #25AE6B. Grayscale: #818181. Windows color (decimal): -2469484 or 9720282. OLE color: 9720282.
HSL color Cylindrical-coordinate representation of color #DA5194: hue angle of 330.66º 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 #DA5194 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 148 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.15 |
| HSL | 330.66º | 0.65% | 0.59% | - |
| HSV(B) | 330.66º | 0.63% | 0.85% | - |
| XYZ | 37.2 | 22.93 | 30.48 | - |
| YUV | 129.6 | 138.39 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 148 | 0 | 0.63 | 0.32 | 0.15 | 330.66 | 0.65 | 0.59 |
| Hex | DA | 51 | 94 | 0 | 3F | 20 | F | 14B | 41 | 3B |
| Octal | 332 | 121 | 224 | 0 | 77 | 40 | 17 | 513 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10010100 | 0 | 111111 | 100000 | 1111 | 101001011 | 1000001 | 111011 |
Color Harmonies of #DA5194
Complementary color
Monochromatic Colors of #DA5194
Black with #DA5194
Text Example
Text Example
White with #DA5194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5194; }
p { color: rgb(218,81,148); }
H1.HeaderClassName
{
color: #DA5194;
}
.AnyTagClassName
{
color: #DA5194;
}
</style>
background-color css
<style>
a { background-color: #DA5194; }
a { background-color: rgb(218,81,148); }
div.DivClassName
{
background-color: #DA5194;
}
.BgClassName
{
background-color: #DA5194;
}
</style>
border-color css
<style>
span { border-color: #DA5194; }
span { border-color: rgb(218,81,148); }
td.TdClassName
{
border-color: #DA5194;
}
.TagClassName
{
border-color: #DA5194;
}
</style>