Shades of Mulberry #D84696
Tints of Mulberry #D84696
RGB
CMYK
RGB Variations
Color information
#D84696 (or 0xD84696) is known color: Mulberry. HEX triplet: D8, 46 and 96. RGB value is (216,70,150). Sum of RGB (Red+Green+Blue) = 216+70+150=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D84696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84696 is #27B969. Grayscale: #7A7A7A. Windows color (decimal): -2603370 or 9848536. OLE color: 9848536.
HSL color Cylindrical-coordinate representation of color #D84696: hue angle of 327.12º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84696 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 150 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.15 |
| HSL | 327.12º | 0.65% | 0.56% | - |
| HSV(B) | 327.12º | 0.68% | 0.85% | - |
| XYZ | 36.01 | 21.18 | 31.04 | - |
| YUV | 122.77 | 143.37 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 150 | 0 | 0.68 | 0.31 | 0.15 | 327.12 | 0.65 | 0.56 |
| Hex | D8 | 46 | 96 | 0 | 44 | 1F | F | 147 | 41 | 38 |
| Octal | 330 | 106 | 226 | 0 | 104 | 37 | 17 | 507 | 101 | 70 |
| Binary | 11011000 | 1000110 | 10010110 | 0 | 1000100 | 11111 | 1111 | 101000111 | 1000001 | 111000 |
Color Harmonies of #D84696
Complementary color
Monochromatic Colors of #D84696
Black with #D84696
Text Example
Text Example
White with #D84696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84696; }
p { color: rgb(216,70,150); }
H1.HeaderClassName
{
color: #D84696;
}
.AnyTagClassName
{
color: #D84696;
}
</style>
background-color css
<style>
a { background-color: #D84696; }
a { background-color: rgb(216,70,150); }
div.DivClassName
{
background-color: #D84696;
}
.BgClassName
{
background-color: #D84696;
}
</style>
border-color css
<style>
span { border-color: #D84696; }
span { border-color: rgb(216,70,150); }
td.TdClassName
{
border-color: #D84696;
}
.TagClassName
{
border-color: #D84696;
}
</style>