Shades of Mulberry #DA4F9D
Tints of Mulberry #DA4F9D
RGB
CMYK
RGB Variations
Color information
#DA4F9D (or 0xDA4F9D) is known color: Mulberry. HEX triplet: DA, 4F and 9D. RGB value is (218,79,157). Sum of RGB (Red+Green+Blue) = 218+79+157=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4F9D is #25B062. Grayscale: #818181. Windows color (decimal): -2469987 or 10309594. OLE color: 10309594.
HSL color Cylindrical-coordinate representation of color #DA4F9D: hue angle of 326.33º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4F9D is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 79 | 157 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.15 |
| HSL | 326.33º | 0.65% | 0.58% | - |
| HSV(B) | 326.33º | 0.64% | 0.85% | - |
| XYZ | 37.8 | 22.93 | 34.33 | - |
| YUV | 129.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 157 | 0 | 0.64 | 0.28 | 0.15 | 326.33 | 0.65 | 0.58 |
| Hex | DA | 4F | 9D | 0 | 40 | 1C | F | 146 | 41 | 3A |
| Octal | 332 | 117 | 235 | 0 | 100 | 34 | 17 | 506 | 101 | 72 |
| Binary | 11011010 | 1001111 | 10011101 | 0 | 1000000 | 11100 | 1111 | 101000110 | 1000001 | 111010 |
Color Harmonies of #DA4F9D
Complementary color
Monochromatic Colors of #DA4F9D
Black with #DA4F9D
Text Example
Text Example
White with #DA4F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4F9D; }
p { color: rgb(218,79,157); }
H1.HeaderClassName
{
color: #DA4F9D;
}
.AnyTagClassName
{
color: #DA4F9D;
}
</style>
background-color css
<style>
a { background-color: #DA4F9D; }
a { background-color: rgb(218,79,157); }
div.DivClassName
{
background-color: #DA4F9D;
}
.BgClassName
{
background-color: #DA4F9D;
}
</style>
border-color css
<style>
span { border-color: #DA4F9D; }
span { border-color: rgb(218,79,157); }
td.TdClassName
{
border-color: #DA4F9D;
}
.TagClassName
{
border-color: #DA4F9D;
}
</style>