Shades of Mulberry #DC569B
Tints of Mulberry #DC569B
RGB
CMYK
RGB Variations
Color information
#DC569B (or 0xDC569B) is known color: Mulberry. HEX triplet: DC, 56 and 9B. RGB value is (220,86,155). Sum of RGB (Red+Green+Blue) = 220+86+155=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC569B is #23A964. Grayscale: #858585. Windows color (decimal): -2337125 or 10180316. OLE color: 10180316.
HSL color Cylindrical-coordinate representation of color #DC569B: hue angle of 329.1º 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 #DC569B is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 155 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.14 |
| HSL | 329.1º | 0.66% | 0.6% | - |
| HSV(B) | 329.1º | 0.61% | 0.86% | - |
| XYZ | 38.76 | 24.24 | 33.65 | - |
| YUV | 133.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 155 | 0 | 0.61 | 0.30 | 0.14 | 329.1 | 0.66 | 0.6 |
| Hex | DC | 56 | 9B | 0 | 3D | 1E | E | 149 | 42 | 3C |
| Octal | 334 | 126 | 233 | 0 | 75 | 36 | 16 | 511 | 102 | 74 |
| Binary | 11011100 | 1010110 | 10011011 | 0 | 111101 | 11110 | 1110 | 101001001 | 1000010 | 111100 |
Color Harmonies of #DC569B
Complementary color
Monochromatic Colors of #DC569B
Black with #DC569B
Text Example
Text Example
White with #DC569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC569B; }
p { color: rgb(220,86,155); }
H1.HeaderClassName
{
color: #DC569B;
}
.AnyTagClassName
{
color: #DC569B;
}
</style>
background-color css
<style>
a { background-color: #DC569B; }
a { background-color: rgb(220,86,155); }
div.DivClassName
{
background-color: #DC569B;
}
.BgClassName
{
background-color: #DC569B;
}
</style>
border-color css
<style>
span { border-color: #DC569B; }
span { border-color: rgb(220,86,155); }
td.TdClassName
{
border-color: #DC569B;
}
.TagClassName
{
border-color: #DC569B;
}
</style>