Shades of Mulberry #DA4499
Tints of Mulberry #DA4499
RGB
CMYK
RGB Variations
Color information
#DA4499 (or 0xDA4499) is known color: Mulberry. HEX triplet: DA, 44 and 99. RGB value is (218,68,153). Sum of RGB (Red+Green+Blue) = 218+68+153=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4499 is #25BB66. Grayscale: #7A7A7A. Windows color (decimal): -2472807 or 10044634. OLE color: 10044634.
HSL color Cylindrical-coordinate representation of color #DA4499: hue angle of 326º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4499 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 153 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.15 |
| HSL | 326º | 0.67% | 0.56% | - |
| HSV(B) | 326º | 0.69% | 0.85% | - |
| XYZ | 36.73 | 21.34 | 32.32 | - |
| YUV | 122.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 153 | 0 | 0.69 | 0.30 | 0.15 | 326 | 0.67 | 0.56 |
| Hex | DA | 44 | 99 | 0 | 45 | 1E | F | 146 | 43 | 38 |
| Octal | 332 | 104 | 231 | 0 | 105 | 36 | 17 | 506 | 103 | 70 |
| Binary | 11011010 | 1000100 | 10011001 | 0 | 1000101 | 11110 | 1111 | 101000110 | 1000011 | 111000 |
Color Harmonies of #DA4499
Complementary color
Monochromatic Colors of #DA4499
Black with #DA4499
Text Example
Text Example
White with #DA4499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4499; }
p { color: rgb(218,68,153); }
H1.HeaderClassName
{
color: #DA4499;
}
.AnyTagClassName
{
color: #DA4499;
}
</style>
background-color css
<style>
a { background-color: #DA4499; }
a { background-color: rgb(218,68,153); }
div.DivClassName
{
background-color: #DA4499;
}
.BgClassName
{
background-color: #DA4499;
}
</style>
border-color css
<style>
span { border-color: #DA4499; }
span { border-color: rgb(218,68,153); }
td.TdClassName
{
border-color: #DA4499;
}
.TagClassName
{
border-color: #DA4499;
}
</style>