Shades of Mulberry #DB4C9C
Tints of Mulberry #DB4C9C
RGB
CMYK
RGB Variations
Color information
#DB4C9C (or 0xDB4C9C) is known color: Mulberry. HEX triplet: DB, 4C and 9C. RGB value is (219,76,156). Sum of RGB (Red+Green+Blue) = 219+76+156=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4C9C is #24B363. Grayscale: #7F7F7F. Windows color (decimal): -2405220 or 10243291. OLE color: 10243291.
HSL color Cylindrical-coordinate representation of color #DB4C9C: hue angle of 326.43º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4C9C is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 156 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.14 |
| HSL | 326.43º | 0.67% | 0.58% | - |
| HSV(B) | 326.43º | 0.65% | 0.86% | - |
| XYZ | 37.8 | 22.63 | 33.83 | - |
| YUV | 127.88 | 143.88 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 156 | 0 | 0.65 | 0.29 | 0.14 | 326.43 | 0.67 | 0.58 |
| Hex | DB | 4C | 9C | 0 | 41 | 1D | E | 146 | 43 | 3A |
| Octal | 333 | 114 | 234 | 0 | 101 | 35 | 16 | 506 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10011100 | 0 | 1000001 | 11101 | 1110 | 101000110 | 1000011 | 111010 |
Color Harmonies of #DB4C9C
Complementary color
Monochromatic Colors of #DB4C9C
Black with #DB4C9C
Text Example
Text Example
White with #DB4C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C9C; }
p { color: rgb(219,76,156); }
H1.HeaderClassName
{
color: #DB4C9C;
}
.AnyTagClassName
{
color: #DB4C9C;
}
</style>
background-color css
<style>
a { background-color: #DB4C9C; }
a { background-color: rgb(219,76,156); }
div.DivClassName
{
background-color: #DB4C9C;
}
.BgClassName
{
background-color: #DB4C9C;
}
</style>
border-color css
<style>
span { border-color: #DB4C9C; }
span { border-color: rgb(219,76,156); }
td.TdClassName
{
border-color: #DB4C9C;
}
.TagClassName
{
border-color: #DB4C9C;
}
</style>