Shades of Mulberry #DB569F
Tints of Mulberry #DB569F
RGB
CMYK
RGB Variations
Color information
#DB569F (or 0xDB569F) is known color: Mulberry. HEX triplet: DB, 56 and 9F. RGB value is (219,86,159). Sum of RGB (Red+Green+Blue) = 219+86+159=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB569F is #24A960. Grayscale: #858585. Windows color (decimal): -2402657 or 10442459. OLE color: 10442459.
HSL color Cylindrical-coordinate representation of color #DB569F: hue angle of 327.07º 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 #DB569F is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 159 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.14 |
| HSL | 327.07º | 0.65% | 0.6% | - |
| HSV(B) | 327.07º | 0.61% | 0.86% | - |
| XYZ | 38.8 | 24.22 | 35.43 | - |
| YUV | 134.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 159 | 0 | 0.61 | 0.27 | 0.14 | 327.07 | 0.65 | 0.6 |
| Hex | DB | 56 | 9F | 0 | 3D | 1B | E | 147 | 41 | 3C |
| Octal | 333 | 126 | 237 | 0 | 75 | 33 | 16 | 507 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10011111 | 0 | 111101 | 11011 | 1110 | 101000111 | 1000001 | 111100 |
Color Harmonies of #DB569F
Complementary color
Monochromatic Colors of #DB569F
Black with #DB569F
Text Example
Text Example
White with #DB569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB569F; }
p { color: rgb(219,86,159); }
H1.HeaderClassName
{
color: #DB569F;
}
.AnyTagClassName
{
color: #DB569F;
}
</style>
background-color css
<style>
a { background-color: #DB569F; }
a { background-color: rgb(219,86,159); }
div.DivClassName
{
background-color: #DB569F;
}
.BgClassName
{
background-color: #DB569F;
}
</style>
border-color css
<style>
span { border-color: #DB569F; }
span { border-color: rgb(219,86,159); }
td.TdClassName
{
border-color: #DB569F;
}
.TagClassName
{
border-color: #DB569F;
}
</style>