Shades of Mulberry #D84791
Tints of Mulberry #D84791
RGB
CMYK
RGB Variations
Color information
#D84791 (or 0xD84791) is known color: Mulberry. HEX triplet: D8, 47 and 91. RGB value is (216,71,145). Sum of RGB (Red+Green+Blue) = 216+71+145=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D84791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84791 is #27B86E. Grayscale: #7A7A7A. Windows color (decimal): -2603119 or 9521112. OLE color: 9521112.
HSL color Cylindrical-coordinate representation of color #D84791: hue angle of 329.38º 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 #D84791 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 145 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.15 |
| HSL | 329.38º | 0.65% | 0.56% | - |
| HSV(B) | 329.38º | 0.67% | 0.85% | - |
| XYZ | 35.68 | 21.15 | 28.99 | - |
| YUV | 122.79 | 140.54 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 145 | 0 | 0.67 | 0.33 | 0.15 | 329.38 | 0.65 | 0.56 |
| Hex | D8 | 47 | 91 | 0 | 43 | 21 | F | 149 | 41 | 38 |
| Octal | 330 | 107 | 221 | 0 | 103 | 41 | 17 | 511 | 101 | 70 |
| Binary | 11011000 | 1000111 | 10010001 | 0 | 1000011 | 100001 | 1111 | 101001001 | 1000001 | 111000 |
Color Harmonies of #D84791
Complementary color
Monochromatic Colors of #D84791
Black with #D84791
Text Example
Text Example
White with #D84791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84791; }
p { color: rgb(216,71,145); }
H1.HeaderClassName
{
color: #D84791;
}
.AnyTagClassName
{
color: #D84791;
}
</style>
background-color css
<style>
a { background-color: #D84791; }
a { background-color: rgb(216,71,145); }
div.DivClassName
{
background-color: #D84791;
}
.BgClassName
{
background-color: #D84791;
}
</style>
border-color css
<style>
span { border-color: #D84791; }
span { border-color: rgb(216,71,145); }
td.TdClassName
{
border-color: #D84791;
}
.TagClassName
{
border-color: #D84791;
}
</style>