Shades of Mulberry #D851A1
Tints of Mulberry #D851A1
RGB
CMYK
RGB Variations
Color information
#D851A1 (or 0xD851A1) is known color: Mulberry. HEX triplet: D8, 51 and A1. RGB value is (216,81,161). Sum of RGB (Red+Green+Blue) = 216+81+161=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D851A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D851A1 is #27AE5E. Grayscale: #828282. Windows color (decimal): -2600543 or 10572248. OLE color: 10572248.
HSL color Cylindrical-coordinate representation of color #D851A1: hue angle of 324.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D851A1 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 161 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.15 |
| HSL | 324.44º | 0.63% | 0.58% | - |
| HSV(B) | 324.44º | 0.63% | 0.85% | - |
| XYZ | 37.69 | 23.06 | 36.18 | - |
| YUV | 130.49 | 145.23 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 161 | 0 | 0.62 | 0.25 | 0.15 | 324.44 | 0.63 | 0.58 |
| Hex | D8 | 51 | A1 | 0 | 3E | 19 | F | 144 | 3F | 3A |
| Octal | 330 | 121 | 241 | 0 | 76 | 31 | 17 | 504 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10100001 | 0 | 111110 | 11001 | 1111 | 101000100 | 111111 | 111010 |
Color Harmonies of #D851A1
Complementary color
Monochromatic Colors of #D851A1
Black with #D851A1
Text Example
Text Example
White with #D851A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851A1; }
p { color: rgb(216,81,161); }
H1.HeaderClassName
{
color: #D851A1;
}
.AnyTagClassName
{
color: #D851A1;
}
</style>
background-color css
<style>
a { background-color: #D851A1; }
a { background-color: rgb(216,81,161); }
div.DivClassName
{
background-color: #D851A1;
}
.BgClassName
{
background-color: #D851A1;
}
</style>
border-color css
<style>
span { border-color: #D851A1; }
span { border-color: rgb(216,81,161); }
td.TdClassName
{
border-color: #D851A1;
}
.TagClassName
{
border-color: #D851A1;
}
</style>