Shades of Mulberry #D840A3
Tints of Mulberry #D840A3
RGB
CMYK
RGB Variations
Color information
#D840A3 (or 0xD840A3) is known color: Mulberry. HEX triplet: D8, 40 and A3. RGB value is (216,64,163). Sum of RGB (Red+Green+Blue) = 216+64+163=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D840A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D840A3 is #27BF5C. Grayscale: #787878. Windows color (decimal): -2604893 or 10698968. OLE color: 10698968.
HSL color Cylindrical-coordinate representation of color #D840A3: hue angle of 320.92º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D840A3 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 163 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.15 |
| HSL | 320.92º | 0.66% | 0.55% | - |
| HSV(B) | 320.92º | 0.7% | 0.85% | - |
| XYZ | 36.76 | 20.91 | 36.75 | - |
| YUV | 120.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 163 | 0 | 0.70 | 0.25 | 0.15 | 320.92 | 0.66 | 0.55 |
| Hex | D8 | 40 | A3 | 0 | 46 | 19 | F | 141 | 42 | 37 |
| Octal | 330 | 100 | 243 | 0 | 106 | 31 | 17 | 501 | 102 | 67 |
| Binary | 11011000 | 1000000 | 10100011 | 0 | 1000110 | 11001 | 1111 | 101000001 | 1000010 | 110111 |
Color Harmonies of #D840A3
Complementary color
Monochromatic Colors of #D840A3
Black with #D840A3
Text Example
Text Example
White with #D840A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D840A3; }
p { color: rgb(216,64,163); }
H1.HeaderClassName
{
color: #D840A3;
}
.AnyTagClassName
{
color: #D840A3;
}
</style>
background-color css
<style>
a { background-color: #D840A3; }
a { background-color: rgb(216,64,163); }
div.DivClassName
{
background-color: #D840A3;
}
.BgClassName
{
background-color: #D840A3;
}
</style>
border-color css
<style>
span { border-color: #D840A3; }
span { border-color: rgb(216,64,163); }
td.TdClassName
{
border-color: #D840A3;
}
.TagClassName
{
border-color: #D840A3;
}
</style>