Shades of Mulberry #DB559C
Tints of Mulberry #DB559C
RGB
CMYK
RGB Variations
Color information
#DB559C (or 0xDB559C) is known color: Mulberry. HEX triplet: DB, 55 and 9C. RGB value is (219,85,156). Sum of RGB (Red+Green+Blue) = 219+85+156=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB559C is #24AA63. Grayscale: #858585. Windows color (decimal): -2402916 or 10245595. OLE color: 10245595.
HSL color Cylindrical-coordinate representation of color #DB559C: hue angle of 328.21º 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 #DB559C is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 156 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.14 |
| HSL | 328.21º | 0.65% | 0.6% | - |
| HSV(B) | 328.21º | 0.61% | 0.86% | - |
| XYZ | 38.46 | 23.96 | 34.05 | - |
| YUV | 133.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 156 | 0 | 0.61 | 0.29 | 0.14 | 328.21 | 0.65 | 0.6 |
| Hex | DB | 55 | 9C | 0 | 3D | 1D | E | 148 | 41 | 3C |
| Octal | 333 | 125 | 234 | 0 | 75 | 35 | 16 | 510 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10011100 | 0 | 111101 | 11101 | 1110 | 101001000 | 1000001 | 111100 |
Color Harmonies of #DB559C
Complementary color
Monochromatic Colors of #DB559C
Black with #DB559C
Text Example
Text Example
White with #DB559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB559C; }
p { color: rgb(219,85,156); }
H1.HeaderClassName
{
color: #DB559C;
}
.AnyTagClassName
{
color: #DB559C;
}
</style>
background-color css
<style>
a { background-color: #DB559C; }
a { background-color: rgb(219,85,156); }
div.DivClassName
{
background-color: #DB559C;
}
.BgClassName
{
background-color: #DB559C;
}
</style>
border-color css
<style>
span { border-color: #DB559C; }
span { border-color: rgb(219,85,156); }
td.TdClassName
{
border-color: #DB559C;
}
.TagClassName
{
border-color: #DB559C;
}
</style>