Shades of Mulberry #DA41AD
Tints of Mulberry #DA41AD
RGB
CMYK
RGB Variations
Color information
#DA41AD (or 0xDA41AD) is known color: Mulberry. HEX triplet: DA, 41 and AD. RGB value is (218,65,173). Sum of RGB (Red+Green+Blue) = 218+65+173=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA41AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA41AD is #25BE52. Grayscale: #7A7A7A. Windows color (decimal): -2473555 or 11354586. OLE color: 11354586.
HSL color Cylindrical-coordinate representation of color #DA41AD: hue angle of 317.65º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA41AD is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 173 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.15 |
| HSL | 317.65º | 0.67% | 0.55% | - |
| HSV(B) | 317.65º | 0.7% | 0.85% | - |
| XYZ | 38.35 | 21.7 | 41.7 | - |
| YUV | 123.06 | 156.19 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 173 | 0 | 0.70 | 0.21 | 0.15 | 317.65 | 0.67 | 0.55 |
| Hex | DA | 41 | AD | 0 | 46 | 15 | F | 13E | 43 | 37 |
| Octal | 332 | 101 | 255 | 0 | 106 | 25 | 17 | 476 | 103 | 67 |
| Binary | 11011010 | 1000001 | 10101101 | 0 | 1000110 | 10101 | 1111 | 100111110 | 1000011 | 110111 |
Color Harmonies of #DA41AD
Complementary color
Monochromatic Colors of #DA41AD
Black with #DA41AD
Text Example
Text Example
White with #DA41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA41AD; }
p { color: rgb(218,65,173); }
H1.HeaderClassName
{
color: #DA41AD;
}
.AnyTagClassName
{
color: #DA41AD;
}
</style>
background-color css
<style>
a { background-color: #DA41AD; }
a { background-color: rgb(218,65,173); }
div.DivClassName
{
background-color: #DA41AD;
}
.BgClassName
{
background-color: #DA41AD;
}
</style>
border-color css
<style>
span { border-color: #DA41AD; }
span { border-color: rgb(218,65,173); }
td.TdClassName
{
border-color: #DA41AD;
}
.TagClassName
{
border-color: #DA41AD;
}
</style>