Shades of Mulberry #DA57AB
Tints of Mulberry #DA57AB
RGB
CMYK
RGB Variations
Color information
#DA57AB (or 0xDA57AB) is known color: Mulberry. HEX triplet: DA, 57 and AB. RGB value is (218,87,171). Sum of RGB (Red+Green+Blue) = 218+87+171=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA57AB is #25A854. Grayscale: #878787. Windows color (decimal): -2467925 or 11229146. OLE color: 11229146.
HSL color Cylindrical-coordinate representation of color #DA57AB: hue angle of 321.53º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA57AB is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 171 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.15 |
| HSL | 321.53º | 0.64% | 0.6% | - |
| HSV(B) | 321.53º | 0.6% | 0.85% | - |
| XYZ | 39.67 | 24.66 | 41.2 | - |
| YUV | 135.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 171 | 0 | 0.60 | 0.22 | 0.15 | 321.53 | 0.64 | 0.6 |
| Hex | DA | 57 | AB | 0 | 3C | 16 | F | 142 | 40 | 3C |
| Octal | 332 | 127 | 253 | 0 | 74 | 26 | 17 | 502 | 100 | 74 |
| Binary | 11011010 | 1010111 | 10101011 | 0 | 111100 | 10110 | 1111 | 101000010 | 1000000 | 111100 |
Color Harmonies of #DA57AB
Complementary color
Monochromatic Colors of #DA57AB
Black with #DA57AB
Text Example
Text Example
White with #DA57AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA57AB; }
p { color: rgb(218,87,171); }
H1.HeaderClassName
{
color: #DA57AB;
}
.AnyTagClassName
{
color: #DA57AB;
}
</style>
background-color css
<style>
a { background-color: #DA57AB; }
a { background-color: rgb(218,87,171); }
div.DivClassName
{
background-color: #DA57AB;
}
.BgClassName
{
background-color: #DA57AB;
}
</style>
border-color css
<style>
span { border-color: #DA57AB; }
span { border-color: rgb(218,87,171); }
td.TdClassName
{
border-color: #DA57AB;
}
.TagClassName
{
border-color: #DA57AB;
}
</style>