Shades of Mulberry #DA53A8
Tints of Mulberry #DA53A8
RGB
CMYK
RGB Variations
Color information
#DA53A8 (or 0xDA53A8) is known color: Mulberry. HEX triplet: DA, 53 and A8. RGB value is (218,83,168). Sum of RGB (Red+Green+Blue) = 218+83+168=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA53A8 is #25AC57. Grayscale: #848484. Windows color (decimal): -2468952 or 11031514. OLE color: 11031514.
HSL color Cylindrical-coordinate representation of color #DA53A8: hue angle of 322.22º 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 #DA53A8 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 168 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.15 |
| HSL | 322.22º | 0.65% | 0.59% | - |
| HSV(B) | 322.22º | 0.62% | 0.85% | - |
| XYZ | 39.07 | 23.92 | 39.6 | - |
| YUV | 133.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 168 | 0 | 0.62 | 0.23 | 0.15 | 322.22 | 0.65 | 0.59 |
| Hex | DA | 53 | A8 | 0 | 3E | 17 | F | 142 | 41 | 3B |
| Octal | 332 | 123 | 250 | 0 | 76 | 27 | 17 | 502 | 101 | 73 |
| Binary | 11011010 | 1010011 | 10101000 | 0 | 111110 | 10111 | 1111 | 101000010 | 1000001 | 111011 |
Color Harmonies of #DA53A8
Complementary color
Monochromatic Colors of #DA53A8
Black with #DA53A8
Text Example
Text Example
White with #DA53A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA53A8; }
p { color: rgb(218,83,168); }
H1.HeaderClassName
{
color: #DA53A8;
}
.AnyTagClassName
{
color: #DA53A8;
}
</style>
background-color css
<style>
a { background-color: #DA53A8; }
a { background-color: rgb(218,83,168); }
div.DivClassName
{
background-color: #DA53A8;
}
.BgClassName
{
background-color: #DA53A8;
}
</style>
border-color css
<style>
span { border-color: #DA53A8; }
span { border-color: rgb(218,83,168); }
td.TdClassName
{
border-color: #DA53A8;
}
.TagClassName
{
border-color: #DA53A8;
}
</style>