Shades of Mulberry #DA4A90
Tints of Mulberry #DA4A90
RGB
CMYK
RGB Variations
Color information
#DA4A90 (or 0xDA4A90) is known color: Mulberry. HEX triplet: DA, 4A and 90. RGB value is (218,74,144). Sum of RGB (Red+Green+Blue) = 218+74+144=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4A90 is #25B56F. Grayscale: #7C7C7C. Windows color (decimal): -2471280 or 9456346. OLE color: 9456346.
HSL color Cylindrical-coordinate representation of color #DA4A90: hue angle of 330.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4A90 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 144 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.15 |
| HSL | 330.83º | 0.66% | 0.57% | - |
| HSV(B) | 330.83º | 0.66% | 0.85% | - |
| XYZ | 36.4 | 21.82 | 28.68 | - |
| YUV | 125.04 | 138.71 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 144 | 0 | 0.66 | 0.34 | 0.15 | 330.83 | 0.66 | 0.57 |
| Hex | DA | 4A | 90 | 0 | 42 | 22 | F | 14B | 42 | 39 |
| Octal | 332 | 112 | 220 | 0 | 102 | 42 | 17 | 513 | 102 | 71 |
| Binary | 11011010 | 1001010 | 10010000 | 0 | 1000010 | 100010 | 1111 | 101001011 | 1000010 | 111001 |
Color Harmonies of #DA4A90
Complementary color
Monochromatic Colors of #DA4A90
Black with #DA4A90
Text Example
Text Example
White with #DA4A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A90; }
p { color: rgb(218,74,144); }
H1.HeaderClassName
{
color: #DA4A90;
}
.AnyTagClassName
{
color: #DA4A90;
}
</style>
background-color css
<style>
a { background-color: #DA4A90; }
a { background-color: rgb(218,74,144); }
div.DivClassName
{
background-color: #DA4A90;
}
.BgClassName
{
background-color: #DA4A90;
}
</style>
border-color css
<style>
span { border-color: #DA4A90; }
span { border-color: rgb(218,74,144); }
td.TdClassName
{
border-color: #DA4A90;
}
.TagClassName
{
border-color: #DA4A90;
}
</style>