Shades of Mulberry #D04496
Tints of Mulberry #D04496
RGB
CMYK
RGB Variations
Color information
#D04496 (or 0xD04496) is known color: Mulberry. HEX triplet: D0, 44 and 96. RGB value is (208,68,150). Sum of RGB (Red+Green+Blue) = 208+68+150=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D04496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04496 is #2FBB69. Grayscale: #777777. Windows color (decimal): -3128170 or 9848016. OLE color: 9848016.
HSL color Cylindrical-coordinate representation of color #D04496: hue angle of 324.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04496 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 150 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.18 |
| HSL | 324.86º | 0.6% | 0.54% | - |
| HSV(B) | 324.86º | 0.67% | 0.82% | - |
| XYZ | 33.58 | 19.75 | 30.9 | - |
| YUV | 119.21 | 145.38 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 150 | 0 | 0.67 | 0.28 | 0.18 | 324.86 | 0.6 | 0.54 |
| Hex | D0 | 44 | 96 | 0 | 43 | 1C | 12 | 145 | 3C | 36 |
| Octal | 320 | 104 | 226 | 0 | 103 | 34 | 22 | 505 | 74 | 66 |
| Binary | 11010000 | 1000100 | 10010110 | 0 | 1000011 | 11100 | 10010 | 101000101 | 111100 | 110110 |
Color Harmonies of #D04496
Complementary color
Monochromatic Colors of #D04496
Black with #D04496
Text Example
Text Example
White with #D04496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04496; }
p { color: rgb(208,68,150); }
H1.HeaderClassName
{
color: #D04496;
}
.AnyTagClassName
{
color: #D04496;
}
</style>
background-color css
<style>
a { background-color: #D04496; }
a { background-color: rgb(208,68,150); }
div.DivClassName
{
background-color: #D04496;
}
.BgClassName
{
background-color: #D04496;
}
</style>
border-color css
<style>
span { border-color: #D04496; }
span { border-color: rgb(208,68,150); }
td.TdClassName
{
border-color: #D04496;
}
.TagClassName
{
border-color: #D04496;
}
</style>