Shades of Mulberry #DA498A
Tints of Mulberry #DA498A
RGB
CMYK
RGB Variations
Color information
#DA498A (or 0xDA498A) is known color: Mulberry. HEX triplet: DA, 49 and 8A. RGB value is (218,73,138). Sum of RGB (Red+Green+Blue) = 218+73+138=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA498A is #25B675. Grayscale: #7B7B7B. Windows color (decimal): -2471542 or 9062874. OLE color: 9062874.
HSL color Cylindrical-coordinate representation of color #DA498A: hue angle of 333.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA498A is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 138 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.15 |
| HSL | 333.1º | 0.66% | 0.57% | - |
| HSV(B) | 333.1º | 0.67% | 0.85% | - |
| XYZ | 35.88 | 21.51 | 26.3 | - |
| YUV | 123.77 | 136.04 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 138 | 0 | 0.67 | 0.37 | 0.15 | 333.1 | 0.66 | 0.57 |
| Hex | DA | 49 | 8A | 0 | 43 | 25 | F | 14D | 42 | 39 |
| Octal | 332 | 111 | 212 | 0 | 103 | 45 | 17 | 515 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10001010 | 0 | 1000011 | 100101 | 1111 | 101001101 | 1000010 | 111001 |
Color Harmonies of #DA498A
Complementary color
Monochromatic Colors of #DA498A
Black with #DA498A
Text Example
Text Example
White with #DA498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA498A; }
p { color: rgb(218,73,138); }
H1.HeaderClassName
{
color: #DA498A;
}
.AnyTagClassName
{
color: #DA498A;
}
</style>
background-color css
<style>
a { background-color: #DA498A; }
a { background-color: rgb(218,73,138); }
div.DivClassName
{
background-color: #DA498A;
}
.BgClassName
{
background-color: #DA498A;
}
</style>
border-color css
<style>
span { border-color: #DA498A; }
span { border-color: rgb(218,73,138); }
td.TdClassName
{
border-color: #DA498A;
}
.TagClassName
{
border-color: #DA498A;
}
</style>