Shades of Mulberry #DA449F
Tints of Mulberry #DA449F
RGB
CMYK
RGB Variations
Color information
#DA449F (or 0xDA449F) is known color: Mulberry. HEX triplet: DA, 44 and 9F. RGB value is (218,68,159). Sum of RGB (Red+Green+Blue) = 218+68+159=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA449F is #25BB60. Grayscale: #7B7B7B. Windows color (decimal): -2472801 or 10437850. OLE color: 10437850.
HSL color Cylindrical-coordinate representation of color #DA449F: hue angle of 323.6º 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 #DA449F is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 159 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.15 |
| HSL | 323.6º | 0.67% | 0.56% | - |
| HSV(B) | 323.6º | 0.69% | 0.85% | - |
| XYZ | 37.24 | 21.54 | 35 | - |
| YUV | 123.22 | 148.2 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 159 | 0 | 0.69 | 0.27 | 0.15 | 323.6 | 0.67 | 0.56 |
| Hex | DA | 44 | 9F | 0 | 45 | 1B | F | 144 | 43 | 38 |
| Octal | 332 | 104 | 237 | 0 | 105 | 33 | 17 | 504 | 103 | 70 |
| Binary | 11011010 | 1000100 | 10011111 | 0 | 1000101 | 11011 | 1111 | 101000100 | 1000011 | 111000 |
Color Harmonies of #DA449F
Complementary color
Monochromatic Colors of #DA449F
Black with #DA449F
Text Example
Text Example
White with #DA449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA449F; }
p { color: rgb(218,68,159); }
H1.HeaderClassName
{
color: #DA449F;
}
.AnyTagClassName
{
color: #DA449F;
}
</style>
background-color css
<style>
a { background-color: #DA449F; }
a { background-color: rgb(218,68,159); }
div.DivClassName
{
background-color: #DA449F;
}
.BgClassName
{
background-color: #DA449F;
}
</style>
border-color css
<style>
span { border-color: #DA449F; }
span { border-color: rgb(218,68,159); }
td.TdClassName
{
border-color: #DA449F;
}
.TagClassName
{
border-color: #DA449F;
}
</style>