Shades of Mulberry #DA55A4
Tints of Mulberry #DA55A4
RGB
CMYK
RGB Variations
Color information
#DA55A4 (or 0xDA55A4) is known color: Mulberry. HEX triplet: DA, 55 and A4. RGB value is (218,85,164). Sum of RGB (Red+Green+Blue) = 218+85+164=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55A4 is #25AA5B. Grayscale: #858585. Windows color (decimal): -2468444 or 10769882. OLE color: 10769882.
HSL color Cylindrical-coordinate representation of color #DA55A4: hue angle of 324.36º 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 #DA55A4 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 164 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.15 |
| HSL | 324.36º | 0.64% | 0.59% | - |
| HSV(B) | 324.36º | 0.61% | 0.85% | - |
| XYZ | 38.86 | 24.08 | 37.72 | - |
| YUV | 133.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 164 | 0 | 0.61 | 0.25 | 0.15 | 324.36 | 0.64 | 0.59 |
| Hex | DA | 55 | A4 | 0 | 3D | 19 | F | 144 | 40 | 3B |
| Octal | 332 | 125 | 244 | 0 | 75 | 31 | 17 | 504 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10100100 | 0 | 111101 | 11001 | 1111 | 101000100 | 1000000 | 111011 |
Color Harmonies of #DA55A4
Complementary color
Monochromatic Colors of #DA55A4
Black with #DA55A4
Text Example
Text Example
White with #DA55A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA55A4; }
p { color: rgb(218,85,164); }
H1.HeaderClassName
{
color: #DA55A4;
}
.AnyTagClassName
{
color: #DA55A4;
}
</style>
background-color css
<style>
a { background-color: #DA55A4; }
a { background-color: rgb(218,85,164); }
div.DivClassName
{
background-color: #DA55A4;
}
.BgClassName
{
background-color: #DA55A4;
}
</style>
border-color css
<style>
span { border-color: #DA55A4; }
span { border-color: rgb(218,85,164); }
td.TdClassName
{
border-color: #DA55A4;
}
.TagClassName
{
border-color: #DA55A4;
}
</style>