Shades of Mulberry #DA46AD
Tints of Mulberry #DA46AD
RGB
CMYK
RGB Variations
Color information
#DA46AD (or 0xDA46AD) is known color: Mulberry. HEX triplet: DA, 46 and AD. RGB value is (218,70,173). Sum of RGB (Red+Green+Blue) = 218+70+173=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA46AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA46AD is #25B952. Grayscale: #7D7D7D. Windows color (decimal): -2472275 or 11355866. OLE color: 11355866.
HSL color Cylindrical-coordinate representation of color #DA46AD: hue angle of 318.24º 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 #DA46AD is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 173 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.15 |
| HSL | 318.24º | 0.67% | 0.56% | - |
| HSV(B) | 318.24º | 0.68% | 0.85% | - |
| XYZ | 38.65 | 22.3 | 41.8 | - |
| YUV | 125.99 | 154.53 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 173 | 0 | 0.68 | 0.21 | 0.15 | 318.24 | 0.67 | 0.56 |
| Hex | DA | 46 | AD | 0 | 44 | 15 | F | 13E | 43 | 38 |
| Octal | 332 | 106 | 255 | 0 | 104 | 25 | 17 | 476 | 103 | 70 |
| Binary | 11011010 | 1000110 | 10101101 | 0 | 1000100 | 10101 | 1111 | 100111110 | 1000011 | 111000 |
Color Harmonies of #DA46AD
Complementary color
Monochromatic Colors of #DA46AD
Black with #DA46AD
Text Example
Text Example
White with #DA46AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA46AD; }
p { color: rgb(218,70,173); }
H1.HeaderClassName
{
color: #DA46AD;
}
.AnyTagClassName
{
color: #DA46AD;
}
</style>
background-color css
<style>
a { background-color: #DA46AD; }
a { background-color: rgb(218,70,173); }
div.DivClassName
{
background-color: #DA46AD;
}
.BgClassName
{
background-color: #DA46AD;
}
</style>
border-color css
<style>
span { border-color: #DA46AD; }
span { border-color: rgb(218,70,173); }
td.TdClassName
{
border-color: #DA46AD;
}
.TagClassName
{
border-color: #DA46AD;
}
</style>