Shades of Mulberry #D84697
Tints of Mulberry #D84697
RGB
CMYK
RGB Variations
Color information
#D84697 (or 0xD84697) is known color: Mulberry. HEX triplet: D8, 46 and 97. RGB value is (216,70,151). Sum of RGB (Red+Green+Blue) = 216+70+151=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D84697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84697 is #27B968. Grayscale: #7A7A7A. Windows color (decimal): -2603369 or 9914072. OLE color: 9914072.
HSL color Cylindrical-coordinate representation of color #D84697: hue angle of 326.71º 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 #D84697 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 151 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.15 |
| HSL | 326.71º | 0.65% | 0.56% | - |
| HSV(B) | 326.71º | 0.68% | 0.85% | - |
| XYZ | 36.09 | 21.21 | 31.47 | - |
| YUV | 122.89 | 143.87 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 151 | 0 | 0.68 | 0.30 | 0.15 | 326.71 | 0.65 | 0.56 |
| Hex | D8 | 46 | 97 | 0 | 44 | 1E | F | 147 | 41 | 38 |
| Octal | 330 | 106 | 227 | 0 | 104 | 36 | 17 | 507 | 101 | 70 |
| Binary | 11011000 | 1000110 | 10010111 | 0 | 1000100 | 11110 | 1111 | 101000111 | 1000001 | 111000 |
Color Harmonies of #D84697
Complementary color
Monochromatic Colors of #D84697
Black with #D84697
Text Example
Text Example
White with #D84697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84697; }
p { color: rgb(216,70,151); }
H1.HeaderClassName
{
color: #D84697;
}
.AnyTagClassName
{
color: #D84697;
}
</style>
background-color css
<style>
a { background-color: #D84697; }
a { background-color: rgb(216,70,151); }
div.DivClassName
{
background-color: #D84697;
}
.BgClassName
{
background-color: #D84697;
}
</style>
border-color css
<style>
span { border-color: #D84697; }
span { border-color: rgb(216,70,151); }
td.TdClassName
{
border-color: #D84697;
}
.TagClassName
{
border-color: #D84697;
}
</style>