Shades of Mulberry #DB569B
Tints of Mulberry #DB569B
RGB
CMYK
RGB Variations
Color information
#DB569B (or 0xDB569B) is known color: Mulberry. HEX triplet: DB, 56 and 9B. RGB value is (219,86,155). Sum of RGB (Red+Green+Blue) = 219+86+155=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB569B is #24A964. Grayscale: #858585. Windows color (decimal): -2402661 or 10180315. OLE color: 10180315.
HSL color Cylindrical-coordinate representation of color #DB569B: hue angle of 328.87º 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 #DB569B is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 155 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.14 |
| HSL | 328.87º | 0.65% | 0.6% | - |
| HSV(B) | 328.87º | 0.61% | 0.86% | - |
| XYZ | 38.46 | 24.08 | 33.63 | - |
| YUV | 133.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 155 | 0 | 0.61 | 0.29 | 0.14 | 328.87 | 0.65 | 0.6 |
| Hex | DB | 56 | 9B | 0 | 3D | 1D | E | 149 | 41 | 3C |
| Octal | 333 | 126 | 233 | 0 | 75 | 35 | 16 | 511 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10011011 | 0 | 111101 | 11101 | 1110 | 101001001 | 1000001 | 111100 |
Color Harmonies of #DB569B
Complementary color
Monochromatic Colors of #DB569B
Black with #DB569B
Text Example
Text Example
White with #DB569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB569B; }
p { color: rgb(219,86,155); }
H1.HeaderClassName
{
color: #DB569B;
}
.AnyTagClassName
{
color: #DB569B;
}
</style>
background-color css
<style>
a { background-color: #DB569B; }
a { background-color: rgb(219,86,155); }
div.DivClassName
{
background-color: #DB569B;
}
.BgClassName
{
background-color: #DB569B;
}
</style>
border-color css
<style>
span { border-color: #DB569B; }
span { border-color: rgb(219,86,155); }
td.TdClassName
{
border-color: #DB569B;
}
.TagClassName
{
border-color: #DB569B;
}
</style>