Shades of Mulberry #D04296
Tints of Mulberry #D04296
RGB
CMYK
RGB Variations
Color information
#D04296 (or 0xD04296) is known color: Mulberry. HEX triplet: D0, 42 and 96. RGB value is (208,66,150). Sum of RGB (Red+Green+Blue) = 208+66+150=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D04296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04296 is #2FBD69. Grayscale: #757575. Windows color (decimal): -3128682 or 9847504. OLE color: 9847504.
HSL color Cylindrical-coordinate representation of color #D04296: hue angle of 324.51º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04296 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 150 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.18 |
| HSL | 324.51º | 0.6% | 0.54% | - |
| HSV(B) | 324.51º | 0.68% | 0.82% | - |
| XYZ | 33.47 | 19.51 | 30.86 | - |
| YUV | 118.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 150 | 0 | 0.68 | 0.28 | 0.18 | 324.51 | 0.6 | 0.54 |
| Hex | D0 | 42 | 96 | 0 | 44 | 1C | 12 | 145 | 3C | 36 |
| Octal | 320 | 102 | 226 | 0 | 104 | 34 | 22 | 505 | 74 | 66 |
| Binary | 11010000 | 1000010 | 10010110 | 0 | 1000100 | 11100 | 10010 | 101000101 | 111100 | 110110 |
Color Harmonies of #D04296
Complementary color
Monochromatic Colors of #D04296
Black with #D04296
Text Example
Text Example
White with #D04296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04296; }
p { color: rgb(208,66,150); }
H1.HeaderClassName
{
color: #D04296;
}
.AnyTagClassName
{
color: #D04296;
}
</style>
background-color css
<style>
a { background-color: #D04296; }
a { background-color: rgb(208,66,150); }
div.DivClassName
{
background-color: #D04296;
}
.BgClassName
{
background-color: #D04296;
}
</style>
border-color css
<style>
span { border-color: #D04296; }
span { border-color: rgb(208,66,150); }
td.TdClassName
{
border-color: #D04296;
}
.TagClassName
{
border-color: #D04296;
}
</style>