Shades of Mulberry #DA569B
Tints of Mulberry #DA569B
RGB
CMYK
RGB Variations
Color information
#DA569B (or 0xDA569B) is known color: Mulberry. HEX triplet: DA, 56 and 9B. RGB value is (218,86,155). Sum of RGB (Red+Green+Blue) = 218+86+155=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA569B is #25A964. Grayscale: #858585. Windows color (decimal): -2468197 or 10180314. OLE color: 10180314.
HSL color Cylindrical-coordinate representation of color #DA569B: hue angle of 328.64º 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 #DA569B is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 155 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.15 |
| HSL | 328.64º | 0.64% | 0.6% | - |
| HSV(B) | 328.64º | 0.61% | 0.85% | - |
| XYZ | 38.16 | 23.93 | 33.62 | - |
| YUV | 133.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 155 | 0 | 0.61 | 0.29 | 0.15 | 328.64 | 0.64 | 0.6 |
| Hex | DA | 56 | 9B | 0 | 3D | 1D | F | 149 | 40 | 3C |
| Octal | 332 | 126 | 233 | 0 | 75 | 35 | 17 | 511 | 100 | 74 |
| Binary | 11011010 | 1010110 | 10011011 | 0 | 111101 | 11101 | 1111 | 101001001 | 1000000 | 111100 |
Color Harmonies of #DA569B
Complementary color
Monochromatic Colors of #DA569B
Black with #DA569B
Text Example
Text Example
White with #DA569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA569B; }
p { color: rgb(218,86,155); }
H1.HeaderClassName
{
color: #DA569B;
}
.AnyTagClassName
{
color: #DA569B;
}
</style>
background-color css
<style>
a { background-color: #DA569B; }
a { background-color: rgb(218,86,155); }
div.DivClassName
{
background-color: #DA569B;
}
.BgClassName
{
background-color: #DA569B;
}
</style>
border-color css
<style>
span { border-color: #DA569B; }
span { border-color: rgb(218,86,155); }
td.TdClassName
{
border-color: #DA569B;
}
.TagClassName
{
border-color: #DA569B;
}
</style>