Shades of Mulberry #D84A93
Tints of Mulberry #D84A93
RGB
CMYK
RGB Variations
Color information
#D84A93 (or 0xD84A93) is known color: Mulberry. HEX triplet: D8, 4A and 93. RGB value is (216,74,147). Sum of RGB (Red+Green+Blue) = 216+74+147=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84A93 is #27B56C. Grayscale: #7C7C7C. Windows color (decimal): -2602349 or 9652952. OLE color: 9652952.
HSL color Cylindrical-coordinate representation of color #D84A93: hue angle of 329.15º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84A93 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 147 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.15 |
| HSL | 329.15º | 0.65% | 0.57% | - |
| HSV(B) | 329.15º | 0.66% | 0.85% | - |
| XYZ | 36.03 | 21.6 | 29.87 | - |
| YUV | 124.78 | 140.54 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 147 | 0 | 0.66 | 0.32 | 0.15 | 329.15 | 0.65 | 0.57 |
| Hex | D8 | 4A | 93 | 0 | 42 | 20 | F | 149 | 41 | 39 |
| Octal | 330 | 112 | 223 | 0 | 102 | 40 | 17 | 511 | 101 | 71 |
| Binary | 11011000 | 1001010 | 10010011 | 0 | 1000010 | 100000 | 1111 | 101001001 | 1000001 | 111001 |
Color Harmonies of #D84A93
Complementary color
Monochromatic Colors of #D84A93
Black with #D84A93
Text Example
Text Example
White with #D84A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A93; }
p { color: rgb(216,74,147); }
H1.HeaderClassName
{
color: #D84A93;
}
.AnyTagClassName
{
color: #D84A93;
}
</style>
background-color css
<style>
a { background-color: #D84A93; }
a { background-color: rgb(216,74,147); }
div.DivClassName
{
background-color: #D84A93;
}
.BgClassName
{
background-color: #D84A93;
}
</style>
border-color css
<style>
span { border-color: #D84A93; }
span { border-color: rgb(216,74,147); }
td.TdClassName
{
border-color: #D84A93;
}
.TagClassName
{
border-color: #D84A93;
}
</style>