Shades of Mulberry #DA4896
Tints of Mulberry #DA4896
RGB
CMYK
RGB Variations
Color information
#DA4896 (or 0xDA4896) is known color: Mulberry. HEX triplet: DA, 48 and 96. RGB value is (218,72,150). Sum of RGB (Red+Green+Blue) = 218+72+150=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4896 is #25B769. Grayscale: #7C7C7C. Windows color (decimal): -2471786 or 9849050. OLE color: 9849050.
HSL color Cylindrical-coordinate representation of color #DA4896: hue angle of 327.95º degrees, saturation: 0.66, 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 #DA4896 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 150 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.15 |
| HSL | 327.95º | 0.66% | 0.57% | - |
| HSV(B) | 327.95º | 0.67% | 0.85% | - |
| XYZ | 36.74 | 21.74 | 31.11 | - |
| YUV | 124.55 | 142.37 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 150 | 0 | 0.67 | 0.31 | 0.15 | 327.95 | 0.66 | 0.57 |
| Hex | DA | 48 | 96 | 0 | 43 | 1F | F | 148 | 42 | 39 |
| Octal | 332 | 110 | 226 | 0 | 103 | 37 | 17 | 510 | 102 | 71 |
| Binary | 11011010 | 1001000 | 10010110 | 0 | 1000011 | 11111 | 1111 | 101001000 | 1000010 | 111001 |
Color Harmonies of #DA4896
Complementary color
Monochromatic Colors of #DA4896
Black with #DA4896
Text Example
Text Example
White with #DA4896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4896; }
p { color: rgb(218,72,150); }
H1.HeaderClassName
{
color: #DA4896;
}
.AnyTagClassName
{
color: #DA4896;
}
</style>
background-color css
<style>
a { background-color: #DA4896; }
a { background-color: rgb(218,72,150); }
div.DivClassName
{
background-color: #DA4896;
}
.BgClassName
{
background-color: #DA4896;
}
</style>
border-color css
<style>
span { border-color: #DA4896; }
span { border-color: rgb(218,72,150); }
td.TdClassName
{
border-color: #DA4896;
}
.TagClassName
{
border-color: #DA4896;
}
</style>