Shades of Mulberry #DA449E
Tints of Mulberry #DA449E
RGB
CMYK
RGB Variations
Color information
#DA449E (or 0xDA449E) is known color: Mulberry. HEX triplet: DA, 44 and 9E. RGB value is (218,68,158). Sum of RGB (Red+Green+Blue) = 218+68+158=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA449E is #25BB61. Grayscale: #7A7A7A. Windows color (decimal): -2472802 or 10372314. OLE color: 10372314.
HSL color Cylindrical-coordinate representation of color #DA449E: hue angle of 324º 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 #DA449E is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 158 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.15 |
| HSL | 324º | 0.67% | 0.56% | - |
| HSV(B) | 324º | 0.69% | 0.85% | - |
| XYZ | 37.15 | 21.51 | 34.54 | - |
| YUV | 123.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 158 | 0 | 0.69 | 0.28 | 0.15 | 324 | 0.67 | 0.56 |
| Hex | DA | 44 | 9E | 0 | 45 | 1C | F | 144 | 43 | 38 |
| Octal | 332 | 104 | 236 | 0 | 105 | 34 | 17 | 504 | 103 | 70 |
| Binary | 11011010 | 1000100 | 10011110 | 0 | 1000101 | 11100 | 1111 | 101000100 | 1000011 | 111000 |
Color Harmonies of #DA449E
Complementary color
Monochromatic Colors of #DA449E
Black with #DA449E
Text Example
Text Example
White with #DA449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA449E; }
p { color: rgb(218,68,158); }
H1.HeaderClassName
{
color: #DA449E;
}
.AnyTagClassName
{
color: #DA449E;
}
</style>
background-color css
<style>
a { background-color: #DA449E; }
a { background-color: rgb(218,68,158); }
div.DivClassName
{
background-color: #DA449E;
}
.BgClassName
{
background-color: #DA449E;
}
</style>
border-color css
<style>
span { border-color: #DA449E; }
span { border-color: rgb(218,68,158); }
td.TdClassName
{
border-color: #DA449E;
}
.TagClassName
{
border-color: #DA449E;
}
</style>