Shades of Mulberry #DA4597
Tints of Mulberry #DA4597
RGB
CMYK
RGB Variations
Color information
#DA4597 (or 0xDA4597) is known color: Mulberry. HEX triplet: DA, 45 and 97. RGB value is (218,69,151). Sum of RGB (Red+Green+Blue) = 218+69+151=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4597 is #25BA68. Grayscale: #7A7A7A. Windows color (decimal): -2472553 or 9913818. OLE color: 9913818.
HSL color Cylindrical-coordinate representation of color #DA4597: hue angle of 326.98º 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 #DA4597 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 151 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.15 |
| HSL | 326.98º | 0.67% | 0.56% | - |
| HSV(B) | 326.98º | 0.68% | 0.85% | - |
| XYZ | 36.63 | 21.4 | 31.48 | - |
| YUV | 122.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 151 | 0 | 0.68 | 0.31 | 0.15 | 326.98 | 0.67 | 0.56 |
| Hex | DA | 45 | 97 | 0 | 44 | 1F | F | 147 | 43 | 38 |
| Octal | 332 | 105 | 227 | 0 | 104 | 37 | 17 | 507 | 103 | 70 |
| Binary | 11011010 | 1000101 | 10010111 | 0 | 1000100 | 11111 | 1111 | 101000111 | 1000011 | 111000 |
Color Harmonies of #DA4597
Complementary color
Monochromatic Colors of #DA4597
Black with #DA4597
Text Example
Text Example
White with #DA4597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4597; }
p { color: rgb(218,69,151); }
H1.HeaderClassName
{
color: #DA4597;
}
.AnyTagClassName
{
color: #DA4597;
}
</style>
background-color css
<style>
a { background-color: #DA4597; }
a { background-color: rgb(218,69,151); }
div.DivClassName
{
background-color: #DA4597;
}
.BgClassName
{
background-color: #DA4597;
}
</style>
border-color css
<style>
span { border-color: #DA4597; }
span { border-color: rgb(218,69,151); }
td.TdClassName
{
border-color: #DA4597;
}
.TagClassName
{
border-color: #DA4597;
}
</style>