Shades of Mulberry #DB4B9C
Tints of Mulberry #DB4B9C
RGB
CMYK
RGB Variations
Color information
#DB4B9C (or 0xDB4B9C) is known color: Mulberry. HEX triplet: DB, 4B and 9C. RGB value is (219,75,156). Sum of RGB (Red+Green+Blue) = 219+75+156=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4B9C is #24B463. Grayscale: #7F7F7F. Windows color (decimal): -2405476 or 10243035. OLE color: 10243035.
HSL color Cylindrical-coordinate representation of color #DB4B9C: hue angle of 326.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4B9C is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 156 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.14 |
| HSL | 326.25º | 0.67% | 0.58% | - |
| HSV(B) | 326.25º | 0.66% | 0.86% | - |
| XYZ | 37.73 | 22.49 | 33.81 | - |
| YUV | 127.29 | 144.21 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 156 | 0 | 0.66 | 0.29 | 0.14 | 326.25 | 0.67 | 0.58 |
| Hex | DB | 4B | 9C | 0 | 42 | 1D | E | 146 | 43 | 3A |
| Octal | 333 | 113 | 234 | 0 | 102 | 35 | 16 | 506 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10011100 | 0 | 1000010 | 11101 | 1110 | 101000110 | 1000011 | 111010 |
Color Harmonies of #DB4B9C
Complementary color
Monochromatic Colors of #DB4B9C
Black with #DB4B9C
Text Example
Text Example
White with #DB4B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B9C; }
p { color: rgb(219,75,156); }
H1.HeaderClassName
{
color: #DB4B9C;
}
.AnyTagClassName
{
color: #DB4B9C;
}
</style>
background-color css
<style>
a { background-color: #DB4B9C; }
a { background-color: rgb(219,75,156); }
div.DivClassName
{
background-color: #DB4B9C;
}
.BgClassName
{
background-color: #DB4B9C;
}
</style>
border-color css
<style>
span { border-color: #DB4B9C; }
span { border-color: rgb(219,75,156); }
td.TdClassName
{
border-color: #DB4B9C;
}
.TagClassName
{
border-color: #DB4B9C;
}
</style>