Shades of Mulberry #DB4F9F
Tints of Mulberry #DB4F9F
RGB
CMYK
RGB Variations
Color information
#DB4F9F (or 0xDB4F9F) is known color: Mulberry. HEX triplet: DB, 4F and 9F. RGB value is (219,79,159). Sum of RGB (Red+Green+Blue) = 219+79+159=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F9F is #24B060. Grayscale: #818181. Windows color (decimal): -2404449 or 10440667. OLE color: 10440667.
HSL color Cylindrical-coordinate representation of color #DB4F9F: hue angle of 325.71º 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 #DB4F9F is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 159 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.14 |
| HSL | 325.71º | 0.66% | 0.58% | - |
| HSV(B) | 325.71º | 0.64% | 0.86% | - |
| XYZ | 38.27 | 23.16 | 35.25 | - |
| YUV | 129.98 | 144.38 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 159 | 0 | 0.64 | 0.27 | 0.14 | 325.71 | 0.66 | 0.58 |
| Hex | DB | 4F | 9F | 0 | 40 | 1B | E | 146 | 42 | 3A |
| Octal | 333 | 117 | 237 | 0 | 100 | 33 | 16 | 506 | 102 | 72 |
| Binary | 11011011 | 1001111 | 10011111 | 0 | 1000000 | 11011 | 1110 | 101000110 | 1000010 | 111010 |
Color Harmonies of #DB4F9F
Complementary color
Monochromatic Colors of #DB4F9F
Black with #DB4F9F
Text Example
Text Example
White with #DB4F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F9F; }
p { color: rgb(219,79,159); }
H1.HeaderClassName
{
color: #DB4F9F;
}
.AnyTagClassName
{
color: #DB4F9F;
}
</style>
background-color css
<style>
a { background-color: #DB4F9F; }
a { background-color: rgb(219,79,159); }
div.DivClassName
{
background-color: #DB4F9F;
}
.BgClassName
{
background-color: #DB4F9F;
}
</style>
border-color css
<style>
span { border-color: #DB4F9F; }
span { border-color: rgb(219,79,159); }
td.TdClassName
{
border-color: #DB4F9F;
}
.TagClassName
{
border-color: #DB4F9F;
}
</style>