Shades of Mulberry #DB569D
Tints of Mulberry #DB569D
RGB
CMYK
RGB Variations
Color information
#DB569D (or 0xDB569D) is known color: Mulberry. HEX triplet: DB, 56 and 9D. RGB value is (219,86,157). Sum of RGB (Red+Green+Blue) = 219+86+157=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB569D is #24A962. Grayscale: #858585. Windows color (decimal): -2402659 or 10311387. OLE color: 10311387.
HSL color Cylindrical-coordinate representation of color #DB569D: hue angle of 327.97º 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 #DB569D is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 157 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.14 |
| HSL | 327.97º | 0.65% | 0.6% | - |
| HSV(B) | 327.97º | 0.61% | 0.86% | - |
| XYZ | 38.63 | 24.15 | 34.52 | - |
| YUV | 133.86 | 141.06 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 157 | 0 | 0.61 | 0.28 | 0.14 | 327.97 | 0.65 | 0.6 |
| Hex | DB | 56 | 9D | 0 | 3D | 1C | E | 148 | 41 | 3C |
| Octal | 333 | 126 | 235 | 0 | 75 | 34 | 16 | 510 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10011101 | 0 | 111101 | 11100 | 1110 | 101001000 | 1000001 | 111100 |
Color Harmonies of #DB569D
Complementary color
Monochromatic Colors of #DB569D
Black with #DB569D
Text Example
Text Example
White with #DB569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB569D; }
p { color: rgb(219,86,157); }
H1.HeaderClassName
{
color: #DB569D;
}
.AnyTagClassName
{
color: #DB569D;
}
</style>
background-color css
<style>
a { background-color: #DB569D; }
a { background-color: rgb(219,86,157); }
div.DivClassName
{
background-color: #DB569D;
}
.BgClassName
{
background-color: #DB569D;
}
</style>
border-color css
<style>
span { border-color: #DB569D; }
span { border-color: rgb(219,86,157); }
td.TdClassName
{
border-color: #DB569D;
}
.TagClassName
{
border-color: #DB569D;
}
</style>