Shades of Mulberry #DC569F
Tints of Mulberry #DC569F
RGB
CMYK
RGB Variations
Color information
#DC569F (or 0xDC569F) is known color: Mulberry. HEX triplet: DC, 56 and 9F. RGB value is (220,86,159). Sum of RGB (Red+Green+Blue) = 220+86+159=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC569F is #23A960. Grayscale: #868686. Windows color (decimal): -2337121 or 10442460. OLE color: 10442460.
HSL color Cylindrical-coordinate representation of color #DC569F: hue angle of 327.31º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC569F is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 159 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.14 |
| HSL | 327.31º | 0.66% | 0.6% | - |
| HSV(B) | 327.31º | 0.61% | 0.86% | - |
| XYZ | 39.1 | 24.37 | 35.44 | - |
| YUV | 134.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 159 | 0 | 0.61 | 0.28 | 0.14 | 327.31 | 0.66 | 0.6 |
| Hex | DC | 56 | 9F | 0 | 3D | 1C | E | 147 | 42 | 3C |
| Octal | 334 | 126 | 237 | 0 | 75 | 34 | 16 | 507 | 102 | 74 |
| Binary | 11011100 | 1010110 | 10011111 | 0 | 111101 | 11100 | 1110 | 101000111 | 1000010 | 111100 |
Color Harmonies of #DC569F
Complementary color
Monochromatic Colors of #DC569F
Black with #DC569F
Text Example
Text Example
White with #DC569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC569F; }
p { color: rgb(220,86,159); }
H1.HeaderClassName
{
color: #DC569F;
}
.AnyTagClassName
{
color: #DC569F;
}
</style>
background-color css
<style>
a { background-color: #DC569F; }
a { background-color: rgb(220,86,159); }
div.DivClassName
{
background-color: #DC569F;
}
.BgClassName
{
background-color: #DC569F;
}
</style>
border-color css
<style>
span { border-color: #DC569F; }
span { border-color: rgb(220,86,159); }
td.TdClassName
{
border-color: #DC569F;
}
.TagClassName
{
border-color: #DC569F;
}
</style>