Shades of Mulberry #DA42AD
Tints of Mulberry #DA42AD
RGB
CMYK
RGB Variations
Color information
#DA42AD (or 0xDA42AD) is known color: Mulberry. HEX triplet: DA, 42 and AD. RGB value is (218,66,173). Sum of RGB (Red+Green+Blue) = 218+66+173=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA42AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA42AD is #25BD52. Grayscale: #7B7B7B. Windows color (decimal): -2473299 or 11354842. OLE color: 11354842.
HSL color Cylindrical-coordinate representation of color #DA42AD: hue angle of 317.76º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA42AD is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 173 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.15 |
| HSL | 317.76º | 0.67% | 0.56% | - |
| HSV(B) | 317.76º | 0.7% | 0.85% | - |
| XYZ | 38.4 | 21.82 | 41.72 | - |
| YUV | 123.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 173 | 0 | 0.70 | 0.21 | 0.15 | 317.76 | 0.67 | 0.56 |
| Hex | DA | 42 | AD | 0 | 46 | 15 | F | 13E | 43 | 38 |
| Octal | 332 | 102 | 255 | 0 | 106 | 25 | 17 | 476 | 103 | 70 |
| Binary | 11011010 | 1000010 | 10101101 | 0 | 1000110 | 10101 | 1111 | 100111110 | 1000011 | 111000 |
Color Harmonies of #DA42AD
Complementary color
Monochromatic Colors of #DA42AD
Black with #DA42AD
Text Example
Text Example
White with #DA42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA42AD; }
p { color: rgb(218,66,173); }
H1.HeaderClassName
{
color: #DA42AD;
}
.AnyTagClassName
{
color: #DA42AD;
}
</style>
background-color css
<style>
a { background-color: #DA42AD; }
a { background-color: rgb(218,66,173); }
div.DivClassName
{
background-color: #DA42AD;
}
.BgClassName
{
background-color: #DA42AD;
}
</style>
border-color css
<style>
span { border-color: #DA42AD; }
span { border-color: rgb(218,66,173); }
td.TdClassName
{
border-color: #DA42AD;
}
.TagClassName
{
border-color: #DA42AD;
}
</style>