Shades of Mulberry #DA569F
Tints of Mulberry #DA569F
RGB
CMYK
RGB Variations
Color information
#DA569F (or 0xDA569F) is known color: Mulberry. HEX triplet: DA, 56 and 9F. RGB value is (218,86,159). Sum of RGB (Red+Green+Blue) = 218+86+159=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA569F is #25A960. Grayscale: #858585. Windows color (decimal): -2468193 or 10442458. OLE color: 10442458.
HSL color Cylindrical-coordinate representation of color #DA569F: hue angle of 326.82º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA569F is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 159 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.15 |
| HSL | 326.82º | 0.64% | 0.6% | - |
| HSV(B) | 326.82º | 0.61% | 0.85% | - |
| XYZ | 38.5 | 24.06 | 35.42 | - |
| YUV | 133.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 159 | 0 | 0.61 | 0.27 | 0.15 | 326.82 | 0.64 | 0.6 |
| Hex | DA | 56 | 9F | 0 | 3D | 1B | F | 147 | 40 | 3C |
| Octal | 332 | 126 | 237 | 0 | 75 | 33 | 17 | 507 | 100 | 74 |
| Binary | 11011010 | 1010110 | 10011111 | 0 | 111101 | 11011 | 1111 | 101000111 | 1000000 | 111100 |
Color Harmonies of #DA569F
Complementary color
Monochromatic Colors of #DA569F
Black with #DA569F
Text Example
Text Example
White with #DA569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA569F; }
p { color: rgb(218,86,159); }
H1.HeaderClassName
{
color: #DA569F;
}
.AnyTagClassName
{
color: #DA569F;
}
</style>
background-color css
<style>
a { background-color: #DA569F; }
a { background-color: rgb(218,86,159); }
div.DivClassName
{
background-color: #DA569F;
}
.BgClassName
{
background-color: #DA569F;
}
</style>
border-color css
<style>
span { border-color: #DA569F; }
span { border-color: rgb(218,86,159); }
td.TdClassName
{
border-color: #DA569F;
}
.TagClassName
{
border-color: #DA569F;
}
</style>