Shades of Mulberry #DA4693
Tints of Mulberry #DA4693
RGB
CMYK
RGB Variations
Color information
#DA4693 (or 0xDA4693) is known color: Mulberry. HEX triplet: DA, 46 and 93. RGB value is (218,70,147). Sum of RGB (Red+Green+Blue) = 218+70+147=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4693 is #25B96C. Grayscale: #7A7A7A. Windows color (decimal): -2472301 or 9651930. OLE color: 9651930.
HSL color Cylindrical-coordinate representation of color #DA4693: hue angle of 328.78º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA4693 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 147 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.15 |
| HSL | 328.78º | 0.67% | 0.56% | - |
| HSV(B) | 328.78º | 0.68% | 0.85% | - |
| XYZ | 36.37 | 21.39 | 29.82 | - |
| YUV | 123.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 147 | 0 | 0.68 | 0.33 | 0.15 | 328.78 | 0.67 | 0.56 |
| Hex | DA | 46 | 93 | 0 | 44 | 21 | F | 149 | 43 | 38 |
| Octal | 332 | 106 | 223 | 0 | 104 | 41 | 17 | 511 | 103 | 70 |
| Binary | 11011010 | 1000110 | 10010011 | 0 | 1000100 | 100001 | 1111 | 101001001 | 1000011 | 111000 |
Color Harmonies of #DA4693
Complementary color
Monochromatic Colors of #DA4693
Black with #DA4693
Text Example
Text Example
White with #DA4693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4693; }
p { color: rgb(218,70,147); }
H1.HeaderClassName
{
color: #DA4693;
}
.AnyTagClassName
{
color: #DA4693;
}
</style>
background-color css
<style>
a { background-color: #DA4693; }
a { background-color: rgb(218,70,147); }
div.DivClassName
{
background-color: #DA4693;
}
.BgClassName
{
background-color: #DA4693;
}
</style>
border-color css
<style>
span { border-color: #DA4693; }
span { border-color: rgb(218,70,147); }
td.TdClassName
{
border-color: #DA4693;
}
.TagClassName
{
border-color: #DA4693;
}
</style>