Shades of Mulberry #DA569D
Tints of Mulberry #DA569D
RGB
CMYK
RGB Variations
Color information
#DA569D (or 0xDA569D) is known color: Mulberry. HEX triplet: DA, 56 and 9D. RGB value is (218,86,157). Sum of RGB (Red+Green+Blue) = 218+86+157=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA569D is #25A962. Grayscale: #858585. Windows color (decimal): -2468195 or 10311386. OLE color: 10311386.
HSL color Cylindrical-coordinate representation of color #DA569D: hue angle of 327.73º 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 #DA569D is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 157 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.15 |
| HSL | 327.73º | 0.64% | 0.6% | - |
| HSV(B) | 327.73º | 0.61% | 0.85% | - |
| XYZ | 38.33 | 24 | 34.51 | - |
| YUV | 133.56 | 141.23 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 157 | 0 | 0.61 | 0.28 | 0.15 | 327.73 | 0.64 | 0.6 |
| Hex | DA | 56 | 9D | 0 | 3D | 1C | F | 148 | 40 | 3C |
| Octal | 332 | 126 | 235 | 0 | 75 | 34 | 17 | 510 | 100 | 74 |
| Binary | 11011010 | 1010110 | 10011101 | 0 | 111101 | 11100 | 1111 | 101001000 | 1000000 | 111100 |
Color Harmonies of #DA569D
Complementary color
Monochromatic Colors of #DA569D
Black with #DA569D
Text Example
Text Example
White with #DA569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA569D; }
p { color: rgb(218,86,157); }
H1.HeaderClassName
{
color: #DA569D;
}
.AnyTagClassName
{
color: #DA569D;
}
</style>
background-color css
<style>
a { background-color: #DA569D; }
a { background-color: rgb(218,86,157); }
div.DivClassName
{
background-color: #DA569D;
}
.BgClassName
{
background-color: #DA569D;
}
</style>
border-color css
<style>
span { border-color: #DA569D; }
span { border-color: rgb(218,86,157); }
td.TdClassName
{
border-color: #DA569D;
}
.TagClassName
{
border-color: #DA569D;
}
</style>