Shades of Mulberry #DB569E
Tints of Mulberry #DB569E
RGB
CMYK
RGB Variations
Color information
#DB569E (or 0xDB569E) is known color: Mulberry. HEX triplet: DB, 56 and 9E. RGB value is (219,86,158). Sum of RGB (Red+Green+Blue) = 219+86+158=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB569E is #24A961. Grayscale: #858585. Windows color (decimal): -2402658 or 10376923. OLE color: 10376923.
HSL color Cylindrical-coordinate representation of color #DB569E: hue angle of 327.52º degrees, saturation: 0.65, 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 #DB569E is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 158 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.14 |
| HSL | 327.52º | 0.65% | 0.6% | - |
| HSV(B) | 327.52º | 0.61% | 0.86% | - |
| XYZ | 38.71 | 24.18 | 34.98 | - |
| YUV | 133.98 | 141.56 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 158 | 0 | 0.61 | 0.28 | 0.14 | 327.52 | 0.65 | 0.6 |
| Hex | DB | 56 | 9E | 0 | 3D | 1C | E | 148 | 41 | 3C |
| Octal | 333 | 126 | 236 | 0 | 75 | 34 | 16 | 510 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10011110 | 0 | 111101 | 11100 | 1110 | 101001000 | 1000001 | 111100 |
Color Harmonies of #DB569E
Complementary color
Monochromatic Colors of #DB569E
Black with #DB569E
Text Example
Text Example
White with #DB569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB569E; }
p { color: rgb(219,86,158); }
H1.HeaderClassName
{
color: #DB569E;
}
.AnyTagClassName
{
color: #DB569E;
}
</style>
background-color css
<style>
a { background-color: #DB569E; }
a { background-color: rgb(219,86,158); }
div.DivClassName
{
background-color: #DB569E;
}
.BgClassName
{
background-color: #DB569E;
}
</style>
border-color css
<style>
span { border-color: #DB569E; }
span { border-color: rgb(219,86,158); }
td.TdClassName
{
border-color: #DB569E;
}
.TagClassName
{
border-color: #DB569E;
}
</style>