Shades of Mulberry #D840AB
Tints of Mulberry #D840AB
RGB
CMYK
RGB Variations
Color information
#D840AB (or 0xD840AB) is known color: Mulberry. HEX triplet: D8, 40 and AB. RGB value is (216,64,171). Sum of RGB (Red+Green+Blue) = 216+64+171=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D840AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D840AB is #27BF54. Grayscale: #797979. Windows color (decimal): -2604885 or 11223256. OLE color: 11223256.
HSL color Cylindrical-coordinate representation of color #D840AB: hue angle of 317.76º 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 #D840AB is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 171 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.15 |
| HSL | 317.76º | 0.66% | 0.55% | - |
| HSV(B) | 317.76º | 0.7% | 0.85% | - |
| XYZ | 37.5 | 21.21 | 40.64 | - |
| YUV | 121.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 171 | 0 | 0.70 | 0.21 | 0.15 | 317.76 | 0.66 | 0.55 |
| Hex | D8 | 40 | AB | 0 | 46 | 15 | F | 13E | 42 | 37 |
| Octal | 330 | 100 | 253 | 0 | 106 | 25 | 17 | 476 | 102 | 67 |
| Binary | 11011000 | 1000000 | 10101011 | 0 | 1000110 | 10101 | 1111 | 100111110 | 1000010 | 110111 |
Color Harmonies of #D840AB
Complementary color
Monochromatic Colors of #D840AB
Black with #D840AB
Text Example
Text Example
White with #D840AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D840AB; }
p { color: rgb(216,64,171); }
H1.HeaderClassName
{
color: #D840AB;
}
.AnyTagClassName
{
color: #D840AB;
}
</style>
background-color css
<style>
a { background-color: #D840AB; }
a { background-color: rgb(216,64,171); }
div.DivClassName
{
background-color: #D840AB;
}
.BgClassName
{
background-color: #D840AB;
}
</style>
border-color css
<style>
span { border-color: #D840AB; }
span { border-color: rgb(216,64,171); }
td.TdClassName
{
border-color: #D840AB;
}
.TagClassName
{
border-color: #D840AB;
}
</style>