Shades of Mulberry #DA55A6
Tints of Mulberry #DA55A6
RGB
CMYK
RGB Variations
Color information
#DA55A6 (or 0xDA55A6) is known color: Mulberry. HEX triplet: DA, 55 and A6. RGB value is (218,85,166). Sum of RGB (Red+Green+Blue) = 218+85+166=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55A6 is #25AA59. Grayscale: #858585. Windows color (decimal): -2468442 or 10900954. OLE color: 10900954.
HSL color Cylindrical-coordinate representation of color #DA55A6: hue angle of 323.46º 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 #DA55A6 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 166 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.15 |
| HSL | 323.46º | 0.64% | 0.59% | - |
| HSV(B) | 323.46º | 0.61% | 0.85% | - |
| XYZ | 39.04 | 24.16 | 38.68 | - |
| YUV | 134 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 166 | 0 | 0.61 | 0.24 | 0.15 | 323.46 | 0.64 | 0.59 |
| Hex | DA | 55 | A6 | 0 | 3D | 18 | F | 143 | 40 | 3B |
| Octal | 332 | 125 | 246 | 0 | 75 | 30 | 17 | 503 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10100110 | 0 | 111101 | 11000 | 1111 | 101000011 | 1000000 | 111011 |
Color Harmonies of #DA55A6
Complementary color
Monochromatic Colors of #DA55A6
Black with #DA55A6
Text Example
Text Example
White with #DA55A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA55A6; }
p { color: rgb(218,85,166); }
H1.HeaderClassName
{
color: #DA55A6;
}
.AnyTagClassName
{
color: #DA55A6;
}
</style>
background-color css
<style>
a { background-color: #DA55A6; }
a { background-color: rgb(218,85,166); }
div.DivClassName
{
background-color: #DA55A6;
}
.BgClassName
{
background-color: #DA55A6;
}
</style>
border-color css
<style>
span { border-color: #DA55A6; }
span { border-color: rgb(218,85,166); }
td.TdClassName
{
border-color: #DA55A6;
}
.TagClassName
{
border-color: #DA55A6;
}
</style>