Shades of Mulberry #DB509C
Tints of Mulberry #DB509C
RGB
CMYK
RGB Variations
Color information
#DB509C (or 0xDB509C) is known color: Mulberry. HEX triplet: DB, 50 and 9C. RGB value is (219,80,156). Sum of RGB (Red+Green+Blue) = 219+80+156=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB509C is #24AF63. Grayscale: #828282. Windows color (decimal): -2404196 or 10244315. OLE color: 10244315.
HSL color Cylindrical-coordinate representation of color #DB509C: hue angle of 327.19º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB509C is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 156 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.14 |
| HSL | 327.19º | 0.66% | 0.59% | - |
| HSV(B) | 327.19º | 0.63% | 0.86% | - |
| XYZ | 38.08 | 23.2 | 33.92 | - |
| YUV | 130.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 156 | 0 | 0.63 | 0.29 | 0.14 | 327.19 | 0.66 | 0.59 |
| Hex | DB | 50 | 9C | 0 | 3F | 1D | E | 147 | 42 | 3B |
| Octal | 333 | 120 | 234 | 0 | 77 | 35 | 16 | 507 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10011100 | 0 | 111111 | 11101 | 1110 | 101000111 | 1000010 | 111011 |
Color Harmonies of #DB509C
Complementary color
Monochromatic Colors of #DB509C
Black with #DB509C
Text Example
Text Example
White with #DB509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB509C; }
p { color: rgb(219,80,156); }
H1.HeaderClassName
{
color: #DB509C;
}
.AnyTagClassName
{
color: #DB509C;
}
</style>
background-color css
<style>
a { background-color: #DB509C; }
a { background-color: rgb(219,80,156); }
div.DivClassName
{
background-color: #DB509C;
}
.BgClassName
{
background-color: #DB509C;
}
</style>
border-color css
<style>
span { border-color: #DB509C; }
span { border-color: rgb(219,80,156); }
td.TdClassName
{
border-color: #DB509C;
}
.TagClassName
{
border-color: #DB509C;
}
</style>