Shades of Mulberry #DA508E
Tints of Mulberry #DA508E
RGB
CMYK
RGB Variations
Color information
#DA508E (or 0xDA508E) is known color: Mulberry. HEX triplet: DA, 50 and 8E. RGB value is (218,80,142). Sum of RGB (Red+Green+Blue) = 218+80+142=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA508E is #25AF71. Grayscale: #808080. Windows color (decimal): -2469746 or 9326810. OLE color: 9326810.
HSL color Cylindrical-coordinate representation of color #DA508E: hue angle of 333.04º 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 #DA508E is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 142 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.15 |
| HSL | 333.04º | 0.65% | 0.58% | - |
| HSV(B) | 333.04º | 0.63% | 0.85% | - |
| XYZ | 36.66 | 22.6 | 28.02 | - |
| YUV | 128.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 142 | 0 | 0.63 | 0.35 | 0.15 | 333.04 | 0.65 | 0.58 |
| Hex | DA | 50 | 8E | 0 | 3F | 23 | F | 14D | 41 | 3A |
| Octal | 332 | 120 | 216 | 0 | 77 | 43 | 17 | 515 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10001110 | 0 | 111111 | 100011 | 1111 | 101001101 | 1000001 | 111010 |
Color Harmonies of #DA508E
Complementary color
Monochromatic Colors of #DA508E
Black with #DA508E
Text Example
Text Example
White with #DA508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA508E; }
p { color: rgb(218,80,142); }
H1.HeaderClassName
{
color: #DA508E;
}
.AnyTagClassName
{
color: #DA508E;
}
</style>
background-color css
<style>
a { background-color: #DA508E; }
a { background-color: rgb(218,80,142); }
div.DivClassName
{
background-color: #DA508E;
}
.BgClassName
{
background-color: #DA508E;
}
</style>
border-color css
<style>
span { border-color: #DA508E; }
span { border-color: rgb(218,80,142); }
td.TdClassName
{
border-color: #DA508E;
}
.TagClassName
{
border-color: #DA508E;
}
</style>