Shades of Mulberry #DB559B
Tints of Mulberry #DB559B
RGB
CMYK
RGB Variations
Color information
#DB559B (or 0xDB559B) is known color: Mulberry. HEX triplet: DB, 55 and 9B. RGB value is (219,85,155). Sum of RGB (Red+Green+Blue) = 219+85+155=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB559B is #24AA64. Grayscale: #848484. Windows color (decimal): -2402917 or 10180059. OLE color: 10180059.
HSL color Cylindrical-coordinate representation of color #DB559B: hue angle of 328.66º 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 #DB559B is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 155 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.14 |
| HSL | 328.66º | 0.65% | 0.6% | - |
| HSV(B) | 328.66º | 0.61% | 0.86% | - |
| XYZ | 38.38 | 23.92 | 33.61 | - |
| YUV | 133.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 155 | 0 | 0.61 | 0.29 | 0.14 | 328.66 | 0.65 | 0.6 |
| Hex | DB | 55 | 9B | 0 | 3D | 1D | E | 149 | 41 | 3C |
| Octal | 333 | 125 | 233 | 0 | 75 | 35 | 16 | 511 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10011011 | 0 | 111101 | 11101 | 1110 | 101001001 | 1000001 | 111100 |
Color Harmonies of #DB559B
Complementary color
Monochromatic Colors of #DB559B
Black with #DB559B
Text Example
Text Example
White with #DB559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB559B; }
p { color: rgb(219,85,155); }
H1.HeaderClassName
{
color: #DB559B;
}
.AnyTagClassName
{
color: #DB559B;
}
</style>
background-color css
<style>
a { background-color: #DB559B; }
a { background-color: rgb(219,85,155); }
div.DivClassName
{
background-color: #DB559B;
}
.BgClassName
{
background-color: #DB559B;
}
</style>
border-color css
<style>
span { border-color: #DB559B; }
span { border-color: rgb(219,85,155); }
td.TdClassName
{
border-color: #DB559B;
}
.TagClassName
{
border-color: #DB559B;
}
</style>