Shades of Mulberry #DA489E
Tints of Mulberry #DA489E
RGB
CMYK
RGB Variations
Color information
#DA489E (or 0xDA489E) is known color: Mulberry. HEX triplet: DA, 48 and 9E. RGB value is (218,72,158). Sum of RGB (Red+Green+Blue) = 218+72+158=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA489E is #25B761. Grayscale: #7D7D7D. Windows color (decimal): -2471778 or 10373338. OLE color: 10373338.
HSL color Cylindrical-coordinate representation of color #DA489E: hue angle of 324.66º 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 #DA489E is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 158 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.15 |
| HSL | 324.66º | 0.66% | 0.57% | - |
| HSV(B) | 324.66º | 0.67% | 0.85% | - |
| XYZ | 37.4 | 22.01 | 34.62 | - |
| YUV | 125.46 | 146.37 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 158 | 0 | 0.67 | 0.28 | 0.15 | 324.66 | 0.66 | 0.57 |
| Hex | DA | 48 | 9E | 0 | 43 | 1C | F | 145 | 42 | 39 |
| Octal | 332 | 110 | 236 | 0 | 103 | 34 | 17 | 505 | 102 | 71 |
| Binary | 11011010 | 1001000 | 10011110 | 0 | 1000011 | 11100 | 1111 | 101000101 | 1000010 | 111001 |
Color Harmonies of #DA489E
Complementary color
Monochromatic Colors of #DA489E
Black with #DA489E
Text Example
Text Example
White with #DA489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA489E; }
p { color: rgb(218,72,158); }
H1.HeaderClassName
{
color: #DA489E;
}
.AnyTagClassName
{
color: #DA489E;
}
</style>
background-color css
<style>
a { background-color: #DA489E; }
a { background-color: rgb(218,72,158); }
div.DivClassName
{
background-color: #DA489E;
}
.BgClassName
{
background-color: #DA489E;
}
</style>
border-color css
<style>
span { border-color: #DA489E; }
span { border-color: rgb(218,72,158); }
td.TdClassName
{
border-color: #DA489E;
}
.TagClassName
{
border-color: #DA489E;
}
</style>