Shades of Mulberry #D851A3
Tints of Mulberry #D851A3
RGB
CMYK
RGB Variations
Color information
#D851A3 (or 0xD851A3) is known color: Mulberry. HEX triplet: D8, 51 and A3. RGB value is (216,81,163). Sum of RGB (Red+Green+Blue) = 216+81+163=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D851A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D851A3 is #27AE5C. Grayscale: #828282. Windows color (decimal): -2600541 or 10703320. OLE color: 10703320.
HSL color Cylindrical-coordinate representation of color #D851A3: hue angle of 323.56º 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 #D851A3 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 163 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.15 |
| HSL | 323.56º | 0.63% | 0.58% | - |
| HSV(B) | 323.56º | 0.63% | 0.85% | - |
| XYZ | 37.87 | 23.13 | 37.12 | - |
| YUV | 130.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 163 | 0 | 0.62 | 0.25 | 0.15 | 323.56 | 0.63 | 0.58 |
| Hex | D8 | 51 | A3 | 0 | 3E | 19 | F | 144 | 3F | 3A |
| Octal | 330 | 121 | 243 | 0 | 76 | 31 | 17 | 504 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10100011 | 0 | 111110 | 11001 | 1111 | 101000100 | 111111 | 111010 |
Color Harmonies of #D851A3
Complementary color
Monochromatic Colors of #D851A3
Black with #D851A3
Text Example
Text Example
White with #D851A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851A3; }
p { color: rgb(216,81,163); }
H1.HeaderClassName
{
color: #D851A3;
}
.AnyTagClassName
{
color: #D851A3;
}
</style>
background-color css
<style>
a { background-color: #D851A3; }
a { background-color: rgb(216,81,163); }
div.DivClassName
{
background-color: #D851A3;
}
.BgClassName
{
background-color: #D851A3;
}
</style>
border-color css
<style>
span { border-color: #D851A3; }
span { border-color: rgb(216,81,163); }
td.TdClassName
{
border-color: #D851A3;
}
.TagClassName
{
border-color: #D851A3;
}
</style>