Shades of Mulberry #D04796
Tints of Mulberry #D04796
RGB
CMYK
RGB Variations
Color information
#D04796 (or 0xD04796) is known color: Mulberry. HEX triplet: D0, 47 and 96. RGB value is (208,71,150). Sum of RGB (Red+Green+Blue) = 208+71+150=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D04796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04796 is #2FB869. Grayscale: #787878. Windows color (decimal): -3127402 or 9848784. OLE color: 9848784.
HSL color Cylindrical-coordinate representation of color #D04796: hue angle of 325.4º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04796 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 150 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.18 |
| HSL | 325.4º | 0.59% | 0.55% | - |
| HSV(B) | 325.4º | 0.66% | 0.82% | - |
| XYZ | 33.77 | 20.12 | 30.96 | - |
| YUV | 120.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 150 | 0 | 0.66 | 0.28 | 0.18 | 325.4 | 0.59 | 0.55 |
| Hex | D0 | 47 | 96 | 0 | 42 | 1C | 12 | 145 | 3B | 37 |
| Octal | 320 | 107 | 226 | 0 | 102 | 34 | 22 | 505 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10010110 | 0 | 1000010 | 11100 | 10010 | 101000101 | 111011 | 110111 |
Color Harmonies of #D04796
Complementary color
Monochromatic Colors of #D04796
Black with #D04796
Text Example
Text Example
White with #D04796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04796; }
p { color: rgb(208,71,150); }
H1.HeaderClassName
{
color: #D04796;
}
.AnyTagClassName
{
color: #D04796;
}
</style>
background-color css
<style>
a { background-color: #D04796; }
a { background-color: rgb(208,71,150); }
div.DivClassName
{
background-color: #D04796;
}
.BgClassName
{
background-color: #D04796;
}
</style>
border-color css
<style>
span { border-color: #D04796; }
span { border-color: rgb(208,71,150); }
td.TdClassName
{
border-color: #D04796;
}
.TagClassName
{
border-color: #D04796;
}
</style>