Shades of Mulberry #DA52A3
Tints of Mulberry #DA52A3
RGB
CMYK
RGB Variations
Color information
#DA52A3 (or 0xDA52A3) is known color: Mulberry. HEX triplet: DA, 52 and A3. RGB value is (218,82,163). Sum of RGB (Red+Green+Blue) = 218+82+163=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA52A3 is #25AD5C. Grayscale: #838383. Windows color (decimal): -2469213 or 10703578. OLE color: 10703578.
HSL color Cylindrical-coordinate representation of color #DA52A3: hue angle of 324.26º 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 #DA52A3 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 163 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.15 |
| HSL | 324.26º | 0.65% | 0.59% | - |
| HSV(B) | 324.26º | 0.62% | 0.85% | - |
| XYZ | 38.54 | 23.58 | 37.17 | - |
| YUV | 131.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 163 | 0 | 0.62 | 0.25 | 0.15 | 324.26 | 0.65 | 0.59 |
| Hex | DA | 52 | A3 | 0 | 3E | 19 | F | 144 | 41 | 3B |
| Octal | 332 | 122 | 243 | 0 | 76 | 31 | 17 | 504 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10100011 | 0 | 111110 | 11001 | 1111 | 101000100 | 1000001 | 111011 |
Color Harmonies of #DA52A3
Complementary color
Monochromatic Colors of #DA52A3
Black with #DA52A3
Text Example
Text Example
White with #DA52A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA52A3; }
p { color: rgb(218,82,163); }
H1.HeaderClassName
{
color: #DA52A3;
}
.AnyTagClassName
{
color: #DA52A3;
}
</style>
background-color css
<style>
a { background-color: #DA52A3; }
a { background-color: rgb(218,82,163); }
div.DivClassName
{
background-color: #DA52A3;
}
.BgClassName
{
background-color: #DA52A3;
}
</style>
border-color css
<style>
span { border-color: #DA52A3; }
span { border-color: rgb(218,82,163); }
td.TdClassName
{
border-color: #DA52A3;
}
.TagClassName
{
border-color: #DA52A3;
}
</style>