Shades of Mulberry #DA40AD
Tints of Mulberry #DA40AD
RGB
CMYK
RGB Variations
Color information
#DA40AD (or 0xDA40AD) is known color: Mulberry. HEX triplet: DA, 40 and AD. RGB value is (218,64,173). Sum of RGB (Red+Green+Blue) = 218+64+173=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA40AD is #25BF52. Grayscale: #7A7A7A. Windows color (decimal): -2473811 or 11354330. OLE color: 11354330.
HSL color Cylindrical-coordinate representation of color #DA40AD: hue angle of 317.53º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA40AD is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 173 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.15 |
| HSL | 317.53º | 0.68% | 0.55% | - |
| HSV(B) | 317.53º | 0.71% | 0.85% | - |
| XYZ | 38.29 | 21.59 | 41.68 | - |
| YUV | 122.47 | 156.52 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 173 | 0 | 0.71 | 0.21 | 0.15 | 317.53 | 0.68 | 0.55 |
| Hex | DA | 40 | AD | 0 | 47 | 15 | F | 13E | 44 | 37 |
| Octal | 332 | 100 | 255 | 0 | 107 | 25 | 17 | 476 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10101101 | 0 | 1000111 | 10101 | 1111 | 100111110 | 1000100 | 110111 |
Color Harmonies of #DA40AD
Complementary color
Monochromatic Colors of #DA40AD
Black with #DA40AD
Text Example
Text Example
White with #DA40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40AD; }
p { color: rgb(218,64,173); }
H1.HeaderClassName
{
color: #DA40AD;
}
.AnyTagClassName
{
color: #DA40AD;
}
</style>
background-color css
<style>
a { background-color: #DA40AD; }
a { background-color: rgb(218,64,173); }
div.DivClassName
{
background-color: #DA40AD;
}
.BgClassName
{
background-color: #DA40AD;
}
</style>
border-color css
<style>
span { border-color: #DA40AD; }
span { border-color: rgb(218,64,173); }
td.TdClassName
{
border-color: #DA40AD;
}
.TagClassName
{
border-color: #DA40AD;
}
</style>