Shades of Mulberry #DA48AD
Tints of Mulberry #DA48AD
RGB
CMYK
RGB Variations
Color information
#DA48AD (or 0xDA48AD) is known color: Mulberry. HEX triplet: DA, 48 and AD. RGB value is (218,72,173). Sum of RGB (Red+Green+Blue) = 218+72+173=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA48AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA48AD is #25B752. Grayscale: #7E7E7E. Windows color (decimal): -2471763 or 11356378. OLE color: 11356378.
HSL color Cylindrical-coordinate representation of color #DA48AD: hue angle of 318.49º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA48AD is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 173 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.15 |
| HSL | 318.49º | 0.66% | 0.57% | - |
| HSV(B) | 318.49º | 0.67% | 0.85% | - |
| XYZ | 38.77 | 22.56 | 41.85 | - |
| YUV | 127.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 173 | 0 | 0.67 | 0.21 | 0.15 | 318.49 | 0.66 | 0.57 |
| Hex | DA | 48 | AD | 0 | 43 | 15 | F | 13E | 42 | 39 |
| Octal | 332 | 110 | 255 | 0 | 103 | 25 | 17 | 476 | 102 | 71 |
| Binary | 11011010 | 1001000 | 10101101 | 0 | 1000011 | 10101 | 1111 | 100111110 | 1000010 | 111001 |
Color Harmonies of #DA48AD
Complementary color
Monochromatic Colors of #DA48AD
Black with #DA48AD
Text Example
Text Example
White with #DA48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA48AD; }
p { color: rgb(218,72,173); }
H1.HeaderClassName
{
color: #DA48AD;
}
.AnyTagClassName
{
color: #DA48AD;
}
</style>
background-color css
<style>
a { background-color: #DA48AD; }
a { background-color: rgb(218,72,173); }
div.DivClassName
{
background-color: #DA48AD;
}
.BgClassName
{
background-color: #DA48AD;
}
</style>
border-color css
<style>
span { border-color: #DA48AD; }
span { border-color: rgb(218,72,173); }
td.TdClassName
{
border-color: #DA48AD;
}
.TagClassName
{
border-color: #DA48AD;
}
</style>