Shades of Mulberry #DA498C
Tints of Mulberry #DA498C
RGB
CMYK
RGB Variations
Color information
#DA498C (or 0xDA498C) is known color: Mulberry. HEX triplet: DA, 49 and 8C. RGB value is (218,73,140). Sum of RGB (Red+Green+Blue) = 218+73+140=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA498C is #25B673. Grayscale: #7B7B7B. Windows color (decimal): -2471540 or 9193946. OLE color: 9193946.
HSL color Cylindrical-coordinate representation of color #DA498C: hue angle of 332.28º 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 #DA498C is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 140 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.15 |
| HSL | 332.28º | 0.66% | 0.57% | - |
| HSV(B) | 332.28º | 0.67% | 0.85% | - |
| XYZ | 36.03 | 21.56 | 27.07 | - |
| YUV | 123.99 | 137.04 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 140 | 0 | 0.67 | 0.36 | 0.15 | 332.28 | 0.66 | 0.57 |
| Hex | DA | 49 | 8C | 0 | 43 | 24 | F | 14C | 42 | 39 |
| Octal | 332 | 111 | 214 | 0 | 103 | 44 | 17 | 514 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10001100 | 0 | 1000011 | 100100 | 1111 | 101001100 | 1000010 | 111001 |
Color Harmonies of #DA498C
Complementary color
Monochromatic Colors of #DA498C
Black with #DA498C
Text Example
Text Example
White with #DA498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA498C; }
p { color: rgb(218,73,140); }
H1.HeaderClassName
{
color: #DA498C;
}
.AnyTagClassName
{
color: #DA498C;
}
</style>
background-color css
<style>
a { background-color: #DA498C; }
a { background-color: rgb(218,73,140); }
div.DivClassName
{
background-color: #DA498C;
}
.BgClassName
{
background-color: #DA498C;
}
</style>
border-color css
<style>
span { border-color: #DA498C; }
span { border-color: rgb(218,73,140); }
td.TdClassName
{
border-color: #DA498C;
}
.TagClassName
{
border-color: #DA498C;
}
</style>