Shades of Mulberry #DA55A2
Tints of Mulberry #DA55A2
RGB
CMYK
RGB Variations
Color information
#DA55A2 (or 0xDA55A2) is known color: Mulberry. HEX triplet: DA, 55 and A2. RGB value is (218,85,162). Sum of RGB (Red+Green+Blue) = 218+85+162=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55A2 is #25AA5D. Grayscale: #858585. Windows color (decimal): -2468446 or 10638810. OLE color: 10638810.
HSL color Cylindrical-coordinate representation of color #DA55A2: hue angle of 325.26º 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 #DA55A2 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 162 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.15 |
| HSL | 325.26º | 0.64% | 0.59% | - |
| HSV(B) | 325.26º | 0.61% | 0.85% | - |
| XYZ | 38.68 | 24.01 | 36.78 | - |
| YUV | 133.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 162 | 0 | 0.61 | 0.26 | 0.15 | 325.26 | 0.64 | 0.59 |
| Hex | DA | 55 | A2 | 0 | 3D | 1A | F | 145 | 40 | 3B |
| Octal | 332 | 125 | 242 | 0 | 75 | 32 | 17 | 505 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10100010 | 0 | 111101 | 11010 | 1111 | 101000101 | 1000000 | 111011 |
Color Harmonies of #DA55A2
Complementary color
Monochromatic Colors of #DA55A2
Black with #DA55A2
Text Example
Text Example
White with #DA55A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA55A2; }
p { color: rgb(218,85,162); }
H1.HeaderClassName
{
color: #DA55A2;
}
.AnyTagClassName
{
color: #DA55A2;
}
</style>
background-color css
<style>
a { background-color: #DA55A2; }
a { background-color: rgb(218,85,162); }
div.DivClassName
{
background-color: #DA55A2;
}
.BgClassName
{
background-color: #DA55A2;
}
</style>
border-color css
<style>
span { border-color: #DA55A2; }
span { border-color: rgb(218,85,162); }
td.TdClassName
{
border-color: #DA55A2;
}
.TagClassName
{
border-color: #DA55A2;
}
</style>