Shades of Mulberry #DB4F95
Tints of Mulberry #DB4F95
RGB
CMYK
RGB Variations
Color information
#DB4F95 (or 0xDB4F95) is known color: Mulberry. HEX triplet: DB, 4F and 95. RGB value is (219,79,149). Sum of RGB (Red+Green+Blue) = 219+79+149=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F95 is #24B06A. Grayscale: #808080. Windows color (decimal): -2404459 or 9785307. OLE color: 9785307.
HSL color Cylindrical-coordinate representation of color #DB4F95: hue angle of 330º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4F95 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 149 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.14 |
| HSL | 330º | 0.66% | 0.58% | - |
| HSV(B) | 330º | 0.64% | 0.86% | - |
| XYZ | 37.43 | 22.82 | 30.87 | - |
| YUV | 128.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 149 | 0 | 0.64 | 0.32 | 0.14 | 330 | 0.66 | 0.58 |
| Hex | DB | 4F | 95 | 0 | 40 | 20 | E | 14A | 42 | 3A |
| Octal | 333 | 117 | 225 | 0 | 100 | 40 | 16 | 512 | 102 | 72 |
| Binary | 11011011 | 1001111 | 10010101 | 0 | 1000000 | 100000 | 1110 | 101001010 | 1000010 | 111010 |
Color Harmonies of #DB4F95
Complementary color
Monochromatic Colors of #DB4F95
Black with #DB4F95
Text Example
Text Example
White with #DB4F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F95; }
p { color: rgb(219,79,149); }
H1.HeaderClassName
{
color: #DB4F95;
}
.AnyTagClassName
{
color: #DB4F95;
}
</style>
background-color css
<style>
a { background-color: #DB4F95; }
a { background-color: rgb(219,79,149); }
div.DivClassName
{
background-color: #DB4F95;
}
.BgClassName
{
background-color: #DB4F95;
}
</style>
border-color css
<style>
span { border-color: #DB4F95; }
span { border-color: rgb(219,79,149); }
td.TdClassName
{
border-color: #DB4F95;
}
.TagClassName
{
border-color: #DB4F95;
}
</style>