Shades of Mulberry #DA53A5
Tints of Mulberry #DA53A5
RGB
CMYK
RGB Variations
Color information
#DA53A5 (or 0xDA53A5) is known color: Mulberry. HEX triplet: DA, 53 and A5. RGB value is (218,83,165). Sum of RGB (Red+Green+Blue) = 218+83+165=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA53A5 is #25AC5A. Grayscale: #848484. Windows color (decimal): -2468955 or 10834906. OLE color: 10834906.
HSL color Cylindrical-coordinate representation of color #DA53A5: hue angle of 323.56º 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 #DA53A5 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 165 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.15 |
| HSL | 323.56º | 0.65% | 0.59% | - |
| HSV(B) | 323.56º | 0.62% | 0.85% | - |
| XYZ | 38.8 | 23.81 | 38.15 | - |
| YUV | 132.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 165 | 0 | 0.62 | 0.24 | 0.15 | 323.56 | 0.65 | 0.59 |
| Hex | DA | 53 | A5 | 0 | 3E | 18 | F | 144 | 41 | 3B |
| Octal | 332 | 123 | 245 | 0 | 76 | 30 | 17 | 504 | 101 | 73 |
| Binary | 11011010 | 1010011 | 10100101 | 0 | 111110 | 11000 | 1111 | 101000100 | 1000001 | 111011 |
Color Harmonies of #DA53A5
Complementary color
Monochromatic Colors of #DA53A5
Black with #DA53A5
Text Example
Text Example
White with #DA53A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA53A5; }
p { color: rgb(218,83,165); }
H1.HeaderClassName
{
color: #DA53A5;
}
.AnyTagClassName
{
color: #DA53A5;
}
</style>
background-color css
<style>
a { background-color: #DA53A5; }
a { background-color: rgb(218,83,165); }
div.DivClassName
{
background-color: #DA53A5;
}
.BgClassName
{
background-color: #DA53A5;
}
</style>
border-color css
<style>
span { border-color: #DA53A5; }
span { border-color: rgb(218,83,165); }
td.TdClassName
{
border-color: #DA53A5;
}
.TagClassName
{
border-color: #DA53A5;
}
</style>