Shades of Mulberry #DA489C
Tints of Mulberry #DA489C
RGB
CMYK
RGB Variations
Color information
#DA489C (or 0xDA489C) is known color: Mulberry. HEX triplet: DA, 48 and 9C. RGB value is (218,72,156). Sum of RGB (Red+Green+Blue) = 218+72+156=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA489C is #25B763. Grayscale: #7D7D7D. Windows color (decimal): -2471780 or 10242266. OLE color: 10242266.
HSL color Cylindrical-coordinate representation of color #DA489C: hue angle of 325.48º 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 #DA489C is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 156 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.15 |
| HSL | 325.48º | 0.66% | 0.57% | - |
| HSV(B) | 325.48º | 0.67% | 0.85% | - |
| XYZ | 37.23 | 21.94 | 33.73 | - |
| YUV | 125.23 | 145.37 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 156 | 0 | 0.67 | 0.28 | 0.15 | 325.48 | 0.66 | 0.57 |
| Hex | DA | 48 | 9C | 0 | 43 | 1C | F | 145 | 42 | 39 |
| Octal | 332 | 110 | 234 | 0 | 103 | 34 | 17 | 505 | 102 | 71 |
| Binary | 11011010 | 1001000 | 10011100 | 0 | 1000011 | 11100 | 1111 | 101000101 | 1000010 | 111001 |
Color Harmonies of #DA489C
Complementary color
Monochromatic Colors of #DA489C
Black with #DA489C
Text Example
Text Example
White with #DA489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA489C; }
p { color: rgb(218,72,156); }
H1.HeaderClassName
{
color: #DA489C;
}
.AnyTagClassName
{
color: #DA489C;
}
</style>
background-color css
<style>
a { background-color: #DA489C; }
a { background-color: rgb(218,72,156); }
div.DivClassName
{
background-color: #DA489C;
}
.BgClassName
{
background-color: #DA489C;
}
</style>
border-color css
<style>
span { border-color: #DA489C; }
span { border-color: rgb(218,72,156); }
td.TdClassName
{
border-color: #DA489C;
}
.TagClassName
{
border-color: #DA489C;
}
</style>