Shades of Mulberry #DA499C
Tints of Mulberry #DA499C
RGB
CMYK
RGB Variations
Color information
#DA499C (or 0xDA499C) is known color: Mulberry. HEX triplet: DA, 49 and 9C. RGB value is (218,73,156). Sum of RGB (Red+Green+Blue) = 218+73+156=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA499C is #25B663. Grayscale: #7D7D7D. Windows color (decimal): -2471524 or 10242522. OLE color: 10242522.
HSL color Cylindrical-coordinate representation of color #DA499C: hue angle of 325.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 #DA499C is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 156 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.15 |
| HSL | 325.66º | 0.66% | 0.57% | - |
| HSV(B) | 325.66º | 0.67% | 0.85% | - |
| XYZ | 37.3 | 22.07 | 33.75 | - |
| YUV | 125.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 156 | 0 | 0.67 | 0.28 | 0.15 | 325.66 | 0.66 | 0.57 |
| Hex | DA | 49 | 9C | 0 | 43 | 1C | F | 146 | 42 | 39 |
| Octal | 332 | 111 | 234 | 0 | 103 | 34 | 17 | 506 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10011100 | 0 | 1000011 | 11100 | 1111 | 101000110 | 1000010 | 111001 |
Color Harmonies of #DA499C
Complementary color
Monochromatic Colors of #DA499C
Black with #DA499C
Text Example
Text Example
White with #DA499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA499C; }
p { color: rgb(218,73,156); }
H1.HeaderClassName
{
color: #DA499C;
}
.AnyTagClassName
{
color: #DA499C;
}
</style>
background-color css
<style>
a { background-color: #DA499C; }
a { background-color: rgb(218,73,156); }
div.DivClassName
{
background-color: #DA499C;
}
.BgClassName
{
background-color: #DA499C;
}
</style>
border-color css
<style>
span { border-color: #DA499C; }
span { border-color: rgb(218,73,156); }
td.TdClassName
{
border-color: #DA499C;
}
.TagClassName
{
border-color: #DA499C;
}
</style>