Shades of Mulberry #DA518F
Tints of Mulberry #DA518F
RGB
CMYK
RGB Variations
Color information
#DA518F (or 0xDA518F) is known color: Mulberry. HEX triplet: DA, 51 and 8F. RGB value is (218,81,143). Sum of RGB (Red+Green+Blue) = 218+81+143=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA518F is #25AE70. Grayscale: #808080. Windows color (decimal): -2469489 or 9392602. OLE color: 9392602.
HSL color Cylindrical-coordinate representation of color #DA518F: hue angle of 332.85º 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 #DA518F is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 143 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.15 |
| HSL | 332.85º | 0.65% | 0.59% | - |
| HSV(B) | 332.85º | 0.63% | 0.85% | - |
| XYZ | 36.81 | 22.77 | 28.44 | - |
| YUV | 129.03 | 135.89 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 143 | 0 | 0.63 | 0.34 | 0.15 | 332.85 | 0.65 | 0.59 |
| Hex | DA | 51 | 8F | 0 | 3F | 22 | F | 14D | 41 | 3B |
| Octal | 332 | 121 | 217 | 0 | 77 | 42 | 17 | 515 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10001111 | 0 | 111111 | 100010 | 1111 | 101001101 | 1000001 | 111011 |
Color Harmonies of #DA518F
Complementary color
Monochromatic Colors of #DA518F
Black with #DA518F
Text Example
Text Example
White with #DA518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA518F; }
p { color: rgb(218,81,143); }
H1.HeaderClassName
{
color: #DA518F;
}
.AnyTagClassName
{
color: #DA518F;
}
</style>
background-color css
<style>
a { background-color: #DA518F; }
a { background-color: rgb(218,81,143); }
div.DivClassName
{
background-color: #DA518F;
}
.BgClassName
{
background-color: #DA518F;
}
</style>
border-color css
<style>
span { border-color: #DA518F; }
span { border-color: rgb(218,81,143); }
td.TdClassName
{
border-color: #DA518F;
}
.TagClassName
{
border-color: #DA518F;
}
</style>