Shades of Mulberry #DA55AB
Tints of Mulberry #DA55AB
RGB
CMYK
RGB Variations
Color information
#DA55AB (or 0xDA55AB) is known color: Mulberry. HEX triplet: DA, 55 and AB. RGB value is (218,85,171). Sum of RGB (Red+Green+Blue) = 218+85+171=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55AB is #25AA54. Grayscale: #868686. Windows color (decimal): -2468437 or 11228634. OLE color: 11228634.
HSL color Cylindrical-coordinate representation of color #DA55AB: hue angle of 321.2º 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 #DA55AB is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 171 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.15 |
| HSL | 321.2º | 0.64% | 0.59% | - |
| HSV(B) | 321.2º | 0.61% | 0.85% | - |
| XYZ | 39.51 | 24.34 | 41.14 | - |
| YUV | 134.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 171 | 0 | 0.61 | 0.22 | 0.15 | 321.2 | 0.64 | 0.59 |
| Hex | DA | 55 | AB | 0 | 3D | 16 | F | 141 | 40 | 3B |
| Octal | 332 | 125 | 253 | 0 | 75 | 26 | 17 | 501 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10101011 | 0 | 111101 | 10110 | 1111 | 101000001 | 1000000 | 111011 |
Color Harmonies of #DA55AB
Complementary color
Monochromatic Colors of #DA55AB
Black with #DA55AB
Text Example
Text Example
White with #DA55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA55AB; }
p { color: rgb(218,85,171); }
H1.HeaderClassName
{
color: #DA55AB;
}
.AnyTagClassName
{
color: #DA55AB;
}
</style>
background-color css
<style>
a { background-color: #DA55AB; }
a { background-color: rgb(218,85,171); }
div.DivClassName
{
background-color: #DA55AB;
}
.BgClassName
{
background-color: #DA55AB;
}
</style>
border-color css
<style>
span { border-color: #DA55AB; }
span { border-color: rgb(218,85,171); }
td.TdClassName
{
border-color: #DA55AB;
}
.TagClassName
{
border-color: #DA55AB;
}
</style>