Shades of Mulberry #DA4991
Tints of Mulberry #DA4991
RGB
CMYK
RGB Variations
Color information
#DA4991 (or 0xDA4991) is known color: Mulberry. HEX triplet: DA, 49 and 91. RGB value is (218,73,145). Sum of RGB (Red+Green+Blue) = 218+73+145=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4991 is #25B66E. Grayscale: #7C7C7C. Windows color (decimal): -2471535 or 9521626. OLE color: 9521626.
HSL color Cylindrical-coordinate representation of color #DA4991: hue angle of 330.21º 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 #DA4991 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 145 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.15 |
| HSL | 330.21º | 0.66% | 0.57% | - |
| HSV(B) | 330.21º | 0.67% | 0.85% | - |
| XYZ | 36.41 | 21.71 | 29.06 | - |
| YUV | 124.56 | 139.54 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 145 | 0 | 0.67 | 0.33 | 0.15 | 330.21 | 0.66 | 0.57 |
| Hex | DA | 49 | 91 | 0 | 43 | 21 | F | 14A | 42 | 39 |
| Octal | 332 | 111 | 221 | 0 | 103 | 41 | 17 | 512 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10010001 | 0 | 1000011 | 100001 | 1111 | 101001010 | 1000010 | 111001 |
Color Harmonies of #DA4991
Complementary color
Monochromatic Colors of #DA4991
Black with #DA4991
Text Example
Text Example
White with #DA4991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4991; }
p { color: rgb(218,73,145); }
H1.HeaderClassName
{
color: #DA4991;
}
.AnyTagClassName
{
color: #DA4991;
}
</style>
background-color css
<style>
a { background-color: #DA4991; }
a { background-color: rgb(218,73,145); }
div.DivClassName
{
background-color: #DA4991;
}
.BgClassName
{
background-color: #DA4991;
}
</style>
border-color css
<style>
span { border-color: #DA4991; }
span { border-color: rgb(218,73,145); }
td.TdClassName
{
border-color: #DA4991;
}
.TagClassName
{
border-color: #DA4991;
}
</style>