Shades of Mulberry #D84788
Tints of Mulberry #D84788
RGB
CMYK
RGB Variations
Color information
#D84788 (or 0xD84788) is known color: Mulberry. HEX triplet: D8, 47 and 88. RGB value is (216,71,136). Sum of RGB (Red+Green+Blue) = 216+71+136=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D84788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84788 is #27B877. Grayscale: #797979. Windows color (decimal): -2603128 or 8931288. OLE color: 8931288.
HSL color Cylindrical-coordinate representation of color #D84788: hue angle of 333.1º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D84788 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 136 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.15 |
| HSL | 333.1º | 0.65% | 0.56% | - |
| HSV(B) | 333.1º | 0.67% | 0.85% | - |
| XYZ | 35.02 | 20.88 | 25.48 | - |
| YUV | 121.77 | 136.04 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 136 | 0 | 0.67 | 0.37 | 0.15 | 333.1 | 0.65 | 0.56 |
| Hex | D8 | 47 | 88 | 0 | 43 | 25 | F | 14D | 41 | 38 |
| Octal | 330 | 107 | 210 | 0 | 103 | 45 | 17 | 515 | 101 | 70 |
| Binary | 11011000 | 1000111 | 10001000 | 0 | 1000011 | 100101 | 1111 | 101001101 | 1000001 | 111000 |
Color Harmonies of #D84788
Complementary color
Monochromatic Colors of #D84788
Black with #D84788
Text Example
Text Example
White with #D84788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84788; }
p { color: rgb(216,71,136); }
H1.HeaderClassName
{
color: #D84788;
}
.AnyTagClassName
{
color: #D84788;
}
</style>
background-color css
<style>
a { background-color: #D84788; }
a { background-color: rgb(216,71,136); }
div.DivClassName
{
background-color: #D84788;
}
.BgClassName
{
background-color: #D84788;
}
</style>
border-color css
<style>
span { border-color: #D84788; }
span { border-color: rgb(216,71,136); }
td.TdClassName
{
border-color: #D84788;
}
.TagClassName
{
border-color: #D84788;
}
</style>