Shades of Mulberry #DA55A7
Tints of Mulberry #DA55A7
RGB
CMYK
RGB Variations
Color information
#DA55A7 (or 0xDA55A7) is known color: Mulberry. HEX triplet: DA, 55 and A7. RGB value is (218,85,167). Sum of RGB (Red+Green+Blue) = 218+85+167=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55A7 is #25AA58. Grayscale: #858585. Windows color (decimal): -2468441 or 10966490. OLE color: 10966490.
HSL color Cylindrical-coordinate representation of color #DA55A7: hue angle of 323.01º 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 #DA55A7 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 167 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.15 |
| HSL | 323.01º | 0.64% | 0.59% | - |
| HSV(B) | 323.01º | 0.61% | 0.85% | - |
| XYZ | 39.14 | 24.19 | 39.17 | - |
| YUV | 134.12 | 146.56 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 167 | 0 | 0.61 | 0.23 | 0.15 | 323.01 | 0.64 | 0.59 |
| Hex | DA | 55 | A7 | 0 | 3D | 17 | F | 143 | 40 | 3B |
| Octal | 332 | 125 | 247 | 0 | 75 | 27 | 17 | 503 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10100111 | 0 | 111101 | 10111 | 1111 | 101000011 | 1000000 | 111011 |
Color Harmonies of #DA55A7
Complementary color
Monochromatic Colors of #DA55A7
Black with #DA55A7
Text Example
Text Example
White with #DA55A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA55A7; }
p { color: rgb(218,85,167); }
H1.HeaderClassName
{
color: #DA55A7;
}
.AnyTagClassName
{
color: #DA55A7;
}
</style>
background-color css
<style>
a { background-color: #DA55A7; }
a { background-color: rgb(218,85,167); }
div.DivClassName
{
background-color: #DA55A7;
}
.BgClassName
{
background-color: #DA55A7;
}
</style>
border-color css
<style>
span { border-color: #DA55A7; }
span { border-color: rgb(218,85,167); }
td.TdClassName
{
border-color: #DA55A7;
}
.TagClassName
{
border-color: #DA55A7;
}
</style>