Shades of Mulberry #DD569E
Tints of Mulberry #DD569E
RGB
CMYK
RGB Variations
Color information
#DD569E (or 0xDD569E) is known color: Mulberry. HEX triplet: DD, 56 and 9E. RGB value is (221,86,158). Sum of RGB (Red+Green+Blue) = 221+86+158=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD569E is #22A961. Grayscale: #868686. Windows color (decimal): -2271586 or 10376925. OLE color: 10376925.
HSL color Cylindrical-coordinate representation of color #DD569E: hue angle of 328º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD569E is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 158 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.13 |
| HSL | 328º | 0.67% | 0.6% | - |
| HSV(B) | 328º | 0.61% | 0.87% | - |
| XYZ | 39.32 | 24.5 | 35 | - |
| YUV | 134.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 158 | 0 | 0.61 | 0.29 | 0.13 | 328 | 0.67 | 0.6 |
| Hex | DD | 56 | 9E | 0 | 3D | 1D | D | 148 | 43 | 3C |
| Octal | 335 | 126 | 236 | 0 | 75 | 35 | 15 | 510 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10011110 | 0 | 111101 | 11101 | 1101 | 101001000 | 1000011 | 111100 |
Color Harmonies of #DD569E
Complementary color
Monochromatic Colors of #DD569E
Black with #DD569E
Text Example
Text Example
White with #DD569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD569E; }
p { color: rgb(221,86,158); }
H1.HeaderClassName
{
color: #DD569E;
}
.AnyTagClassName
{
color: #DD569E;
}
</style>
background-color css
<style>
a { background-color: #DD569E; }
a { background-color: rgb(221,86,158); }
div.DivClassName
{
background-color: #DD569E;
}
.BgClassName
{
background-color: #DD569E;
}
</style>
border-color css
<style>
span { border-color: #DD569E; }
span { border-color: rgb(221,86,158); }
td.TdClassName
{
border-color: #DD569E;
}
.TagClassName
{
border-color: #DD569E;
}
</style>