Shades of Mulberry #DA4699
Tints of Mulberry #DA4699
RGB
CMYK
RGB Variations
Color information
#DA4699 (or 0xDA4699) is known color: Mulberry. HEX triplet: DA, 46 and 99. RGB value is (218,70,153). Sum of RGB (Red+Green+Blue) = 218+70+153=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4699 is #25B966. Grayscale: #7B7B7B. Windows color (decimal): -2472295 or 10045146. OLE color: 10045146.
HSL color Cylindrical-coordinate representation of color #DA4699: hue angle of 326.35º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA4699 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 153 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.15 |
| HSL | 326.35º | 0.67% | 0.56% | - |
| HSV(B) | 326.35º | 0.68% | 0.85% | - |
| XYZ | 36.85 | 21.59 | 32.36 | - |
| YUV | 123.71 | 144.53 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 153 | 0 | 0.68 | 0.30 | 0.15 | 326.35 | 0.67 | 0.56 |
| Hex | DA | 46 | 99 | 0 | 44 | 1E | F | 146 | 43 | 38 |
| Octal | 332 | 106 | 231 | 0 | 104 | 36 | 17 | 506 | 103 | 70 |
| Binary | 11011010 | 1000110 | 10011001 | 0 | 1000100 | 11110 | 1111 | 101000110 | 1000011 | 111000 |
Color Harmonies of #DA4699
Complementary color
Monochromatic Colors of #DA4699
Black with #DA4699
Text Example
Text Example
White with #DA4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4699; }
p { color: rgb(218,70,153); }
H1.HeaderClassName
{
color: #DA4699;
}
.AnyTagClassName
{
color: #DA4699;
}
</style>
background-color css
<style>
a { background-color: #DA4699; }
a { background-color: rgb(218,70,153); }
div.DivClassName
{
background-color: #DA4699;
}
.BgClassName
{
background-color: #DA4699;
}
</style>
border-color css
<style>
span { border-color: #DA4699; }
span { border-color: rgb(218,70,153); }
td.TdClassName
{
border-color: #DA4699;
}
.TagClassName
{
border-color: #DA4699;
}
</style>