Shades of Mulberry #DB479C
Tints of Mulberry #DB479C
RGB
CMYK
RGB Variations
Color information
#DB479C (or 0xDB479C) is known color: Mulberry. HEX triplet: DB, 47 and 9C. RGB value is (219,71,156). Sum of RGB (Red+Green+Blue) = 219+71+156=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB479C is #24B863. Grayscale: #7C7C7C. Windows color (decimal): -2406500 or 10242011. OLE color: 10242011.
HSL color Cylindrical-coordinate representation of color #DB479C: hue angle of 325.54º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB479C is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 156 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.14 |
| HSL | 325.54º | 0.67% | 0.57% | - |
| HSV(B) | 325.54º | 0.68% | 0.86% | - |
| XYZ | 37.47 | 21.97 | 33.72 | - |
| YUV | 124.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 156 | 0 | 0.68 | 0.29 | 0.14 | 325.54 | 0.67 | 0.57 |
| Hex | DB | 47 | 9C | 0 | 44 | 1D | E | 146 | 43 | 39 |
| Octal | 333 | 107 | 234 | 0 | 104 | 35 | 16 | 506 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10011100 | 0 | 1000100 | 11101 | 1110 | 101000110 | 1000011 | 111001 |
Color Harmonies of #DB479C
Complementary color
Monochromatic Colors of #DB479C
Black with #DB479C
Text Example
Text Example
White with #DB479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB479C; }
p { color: rgb(219,71,156); }
H1.HeaderClassName
{
color: #DB479C;
}
.AnyTagClassName
{
color: #DB479C;
}
</style>
background-color css
<style>
a { background-color: #DB479C; }
a { background-color: rgb(219,71,156); }
div.DivClassName
{
background-color: #DB479C;
}
.BgClassName
{
background-color: #DB479C;
}
</style>
border-color css
<style>
span { border-color: #DB479C; }
span { border-color: rgb(219,71,156); }
td.TdClassName
{
border-color: #DB479C;
}
.TagClassName
{
border-color: #DB479C;
}
</style>