Shades of Mulberry #DB4D94
Tints of Mulberry #DB4D94
RGB
CMYK
RGB Variations
Color information
#DB4D94 (or 0xDB4D94) is known color: Mulberry. HEX triplet: DB, 4D and 94. RGB value is (219,77,148). Sum of RGB (Red+Green+Blue) = 219+77+148=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4D94 is #24B26B. Grayscale: #7F7F7F. Windows color (decimal): -2404972 or 9719259. OLE color: 9719259.
HSL color Cylindrical-coordinate representation of color #DB4D94: 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.65%. Process color model (Four color, CMYK) of #DB4D94 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 77 | 148 | - |
CMYK | 0 | 0.65 | 0.32 | 0.14 |
HSL | 330º | 0.66% | 0.58% | - |
HSV(B) | 330º | 0.65% | 0.86% | - |
XYZ | 37.21 | 22.51 | 30.4 | - |
YUV | 127.55 | 139.54 | 193.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 77 | 148 | 0 | 0.65 | 0.32 | 0.14 | 330 | 0.66 | 0.58 |
Hex | DB | 4D | 94 | 0 | 41 | 20 | E | 14A | 42 | 3A |
Octal | 333 | 115 | 224 | 0 | 101 | 40 | 16 | 512 | 102 | 72 |
Binary | 11011011 | 1001101 | 10010100 | 0 | 1000001 | 100000 | 1110 | 101001010 | 1000010 | 111010 |
Color Harmonies of #DB4D94
Complementary color
Monochromatic Colors of #DB4D94
Black with #DB4D94
Text Example
Text Example
White with #DB4D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D94; }
p { color: rgb(219,77,148); }
H1.HeaderClassName
{
color: #DB4D94;
}
.AnyTagClassName
{
color: #DB4D94;
}
</style>
background-color css
<style>
a { background-color: #DB4D94; }
a { background-color: rgb(219,77,148); }
div.DivClassName
{
background-color: #DB4D94;
}
.BgClassName
{
background-color: #DB4D94;
}
</style>
border-color css
<style>
span { border-color: #DB4D94; }
span { border-color: rgb(219,77,148); }
td.TdClassName
{
border-color: #DB4D94;
}
.TagClassName
{
border-color: #DB4D94;
}
</style>