Shades of Mulberry #DA55A5
Tints of Mulberry #DA55A5
RGB
CMYK
RGB Variations
Color information
#DA55A5 (or 0xDA55A5) is known color: Mulberry. HEX triplet: DA, 55 and A5. RGB value is (218,85,165). Sum of RGB (Red+Green+Blue) = 218+85+165=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55A5 is #25AA5A. Grayscale: #858585. Windows color (decimal): -2468443 or 10835418. OLE color: 10835418.
HSL color Cylindrical-coordinate representation of color #DA55A5: hue angle of 323.91º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA55A5 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 165 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.15 |
| HSL | 323.91º | 0.64% | 0.59% | - |
| HSV(B) | 323.91º | 0.61% | 0.85% | - |
| XYZ | 38.95 | 24.12 | 38.2 | - |
| YUV | 133.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 165 | 0 | 0.61 | 0.24 | 0.15 | 323.91 | 0.64 | 0.59 |
| Hex | DA | 55 | A5 | 0 | 3D | 18 | F | 144 | 40 | 3B |
| Octal | 332 | 125 | 245 | 0 | 75 | 30 | 17 | 504 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10100101 | 0 | 111101 | 11000 | 1111 | 101000100 | 1000000 | 111011 |
Color Harmonies of #DA55A5
Complementary color
Monochromatic Colors of #DA55A5
Black with #DA55A5
Text Example
Text Example
White with #DA55A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA55A5; }
p { color: rgb(218,85,165); }
H1.HeaderClassName
{
color: #DA55A5;
}
.AnyTagClassName
{
color: #DA55A5;
}
</style>
background-color css
<style>
a { background-color: #DA55A5; }
a { background-color: rgb(218,85,165); }
div.DivClassName
{
background-color: #DA55A5;
}
.BgClassName
{
background-color: #DA55A5;
}
</style>
border-color css
<style>
span { border-color: #DA55A5; }
span { border-color: rgb(218,85,165); }
td.TdClassName
{
border-color: #DA55A5;
}
.TagClassName
{
border-color: #DA55A5;
}
</style>