Shades of Mulberry #DA47A8
Tints of Mulberry #DA47A8
RGB
CMYK
RGB Variations
Color information
#DA47A8 (or 0xDA47A8) is known color: Mulberry. HEX triplet: DA, 47 and A8. RGB value is (218,71,168). Sum of RGB (Red+Green+Blue) = 218+71+168=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA47A8 is #25B857. Grayscale: #7D7D7D. Windows color (decimal): -2472024 or 11028442. OLE color: 11028442.
HSL color Cylindrical-coordinate representation of color #DA47A8: hue angle of 320.41º degrees, saturation: 0.67, 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 #DA47A8 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 168 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.15 |
| HSL | 320.41º | 0.67% | 0.57% | - |
| HSV(B) | 320.41º | 0.67% | 0.85% | - |
| XYZ | 38.23 | 22.24 | 39.32 | - |
| YUV | 126.01 | 151.7 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 168 | 0 | 0.67 | 0.23 | 0.15 | 320.41 | 0.67 | 0.57 |
| Hex | DA | 47 | A8 | 0 | 43 | 17 | F | 140 | 43 | 39 |
| Octal | 332 | 107 | 250 | 0 | 103 | 27 | 17 | 500 | 103 | 71 |
| Binary | 11011010 | 1000111 | 10101000 | 0 | 1000011 | 10111 | 1111 | 101000000 | 1000011 | 111001 |
Color Harmonies of #DA47A8
Complementary color
Monochromatic Colors of #DA47A8
Black with #DA47A8
Text Example
Text Example
White with #DA47A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA47A8; }
p { color: rgb(218,71,168); }
H1.HeaderClassName
{
color: #DA47A8;
}
.AnyTagClassName
{
color: #DA47A8;
}
</style>
background-color css
<style>
a { background-color: #DA47A8; }
a { background-color: rgb(218,71,168); }
div.DivClassName
{
background-color: #DA47A8;
}
.BgClassName
{
background-color: #DA47A8;
}
</style>
border-color css
<style>
span { border-color: #DA47A8; }
span { border-color: rgb(218,71,168); }
td.TdClassName
{
border-color: #DA47A8;
}
.TagClassName
{
border-color: #DA47A8;
}
</style>