Shades of Mulberry #DA53AA
Tints of Mulberry #DA53AA
RGB
CMYK
RGB Variations
Color information
#DA53AA (or 0xDA53AA) is known color: Mulberry. HEX triplet: DA, 53 and AA. RGB value is (218,83,170). Sum of RGB (Red+Green+Blue) = 218+83+170=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA53AA is #25AC55. Grayscale: #858585. Windows color (decimal): -2468950 or 11162586. OLE color: 11162586.
HSL color Cylindrical-coordinate representation of color #DA53AA: hue angle of 321.33º 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 #DA53AA is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 170 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.15 |
| HSL | 321.33º | 0.65% | 0.59% | - |
| HSV(B) | 321.33º | 0.62% | 0.85% | - |
| XYZ | 39.26 | 23.99 | 40.59 | - |
| YUV | 133.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 170 | 0 | 0.62 | 0.22 | 0.15 | 321.33 | 0.65 | 0.59 |
| Hex | DA | 53 | AA | 0 | 3E | 16 | F | 141 | 41 | 3B |
| Octal | 332 | 123 | 252 | 0 | 76 | 26 | 17 | 501 | 101 | 73 |
| Binary | 11011010 | 1010011 | 10101010 | 0 | 111110 | 10110 | 1111 | 101000001 | 1000001 | 111011 |
Color Harmonies of #DA53AA
Complementary color
Monochromatic Colors of #DA53AA
Black with #DA53AA
Text Example
Text Example
White with #DA53AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA53AA; }
p { color: rgb(218,83,170); }
H1.HeaderClassName
{
color: #DA53AA;
}
.AnyTagClassName
{
color: #DA53AA;
}
</style>
background-color css
<style>
a { background-color: #DA53AA; }
a { background-color: rgb(218,83,170); }
div.DivClassName
{
background-color: #DA53AA;
}
.BgClassName
{
background-color: #DA53AA;
}
</style>
border-color css
<style>
span { border-color: #DA53AA; }
span { border-color: rgb(218,83,170); }
td.TdClassName
{
border-color: #DA53AA;
}
.TagClassName
{
border-color: #DA53AA;
}
</style>