Shades of Mulberry #DA4790
Tints of Mulberry #DA4790
RGB
CMYK
RGB Variations
Color information
#DA4790 (or 0xDA4790) is known color: Mulberry. HEX triplet: DA, 47 and 90. RGB value is (218,71,144). Sum of RGB (Red+Green+Blue) = 218+71+144=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4790 is #25B86F. Grayscale: #7B7B7B. Windows color (decimal): -2472048 or 9455578. OLE color: 9455578.
HSL color Cylindrical-coordinate representation of color #DA4790: hue angle of 330.2º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4790 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 144 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.15 |
| HSL | 330.2º | 0.67% | 0.57% | - |
| HSV(B) | 330.2º | 0.67% | 0.85% | - |
| XYZ | 36.2 | 21.43 | 28.61 | - |
| YUV | 123.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 144 | 0 | 0.67 | 0.34 | 0.15 | 330.2 | 0.67 | 0.57 |
| Hex | DA | 47 | 90 | 0 | 43 | 22 | F | 14A | 43 | 39 |
| Octal | 332 | 107 | 220 | 0 | 103 | 42 | 17 | 512 | 103 | 71 |
| Binary | 11011010 | 1000111 | 10010000 | 0 | 1000011 | 100010 | 1111 | 101001010 | 1000011 | 111001 |
Color Harmonies of #DA4790
Complementary color
Monochromatic Colors of #DA4790
Black with #DA4790
Text Example
Text Example
White with #DA4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4790; }
p { color: rgb(218,71,144); }
H1.HeaderClassName
{
color: #DA4790;
}
.AnyTagClassName
{
color: #DA4790;
}
</style>
background-color css
<style>
a { background-color: #DA4790; }
a { background-color: rgb(218,71,144); }
div.DivClassName
{
background-color: #DA4790;
}
.BgClassName
{
background-color: #DA4790;
}
</style>
border-color css
<style>
span { border-color: #DA4790; }
span { border-color: rgb(218,71,144); }
td.TdClassName
{
border-color: #DA4790;
}
.TagClassName
{
border-color: #DA4790;
}
</style>