Shades of Mulberry #DA52AD
Tints of Mulberry #DA52AD
RGB
CMYK
RGB Variations
Color information
#DA52AD (or 0xDA52AD) is known color: Mulberry. HEX triplet: DA, 52 and AD. RGB value is (218,82,173). Sum of RGB (Red+Green+Blue) = 218+82+173=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA52AD is #25AD52. Grayscale: #848484. Windows color (decimal): -2469203 or 11358938. OLE color: 11358938.
HSL color Cylindrical-coordinate representation of color #DA52AD: hue angle of 319.85º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA52AD is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 173 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.15 |
| HSL | 319.85º | 0.65% | 0.59% | - |
| HSV(B) | 319.85º | 0.62% | 0.85% | - |
| XYZ | 39.47 | 23.96 | 42.08 | - |
| YUV | 133.04 | 150.56 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 173 | 0 | 0.62 | 0.21 | 0.15 | 319.85 | 0.65 | 0.59 |
| Hex | DA | 52 | AD | 0 | 3E | 15 | F | 140 | 41 | 3B |
| Octal | 332 | 122 | 255 | 0 | 76 | 25 | 17 | 500 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10101101 | 0 | 111110 | 10101 | 1111 | 101000000 | 1000001 | 111011 |
Color Harmonies of #DA52AD
Complementary color
Monochromatic Colors of #DA52AD
Black with #DA52AD
Text Example
Text Example
White with #DA52AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA52AD; }
p { color: rgb(218,82,173); }
H1.HeaderClassName
{
color: #DA52AD;
}
.AnyTagClassName
{
color: #DA52AD;
}
</style>
background-color css
<style>
a { background-color: #DA52AD; }
a { background-color: rgb(218,82,173); }
div.DivClassName
{
background-color: #DA52AD;
}
.BgClassName
{
background-color: #DA52AD;
}
</style>
border-color css
<style>
span { border-color: #DA52AD; }
span { border-color: rgb(218,82,173); }
td.TdClassName
{
border-color: #DA52AD;
}
.TagClassName
{
border-color: #DA52AD;
}
</style>