Shades of Mulberry #D84A99
Tints of Mulberry #D84A99
RGB
CMYK
RGB Variations
Color information
#D84A99 (or 0xD84A99) is known color: Mulberry. HEX triplet: D8, 4A and 99. RGB value is (216,74,153). Sum of RGB (Red+Green+Blue) = 216+74+153=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84A99 is #27B566. Grayscale: #7D7D7D. Windows color (decimal): -2602343 or 10046168. OLE color: 10046168.
HSL color Cylindrical-coordinate representation of color #D84A99: hue angle of 326.62º 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 #D84A99 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 153 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.15 |
| HSL | 326.62º | 0.65% | 0.57% | - |
| HSV(B) | 326.62º | 0.66% | 0.85% | - |
| XYZ | 36.52 | 21.8 | 32.42 | - |
| YUV | 125.46 | 143.54 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 153 | 0 | 0.66 | 0.29 | 0.15 | 326.62 | 0.65 | 0.57 |
| Hex | D8 | 4A | 99 | 0 | 42 | 1D | F | 147 | 41 | 39 |
| Octal | 330 | 112 | 231 | 0 | 102 | 35 | 17 | 507 | 101 | 71 |
| Binary | 11011000 | 1001010 | 10011001 | 0 | 1000010 | 11101 | 1111 | 101000111 | 1000001 | 111001 |
Color Harmonies of #D84A99
Complementary color
Monochromatic Colors of #D84A99
Black with #D84A99
Text Example
Text Example
White with #D84A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A99; }
p { color: rgb(216,74,153); }
H1.HeaderClassName
{
color: #D84A99;
}
.AnyTagClassName
{
color: #D84A99;
}
</style>
background-color css
<style>
a { background-color: #D84A99; }
a { background-color: rgb(216,74,153); }
div.DivClassName
{
background-color: #D84A99;
}
.BgClassName
{
background-color: #D84A99;
}
</style>
border-color css
<style>
span { border-color: #D84A99; }
span { border-color: rgb(216,74,153); }
td.TdClassName
{
border-color: #D84A99;
}
.TagClassName
{
border-color: #D84A99;
}
</style>