Shades of Mulberry #D851A8
Tints of Mulberry #D851A8
RGB
CMYK
RGB Variations
Color information
#D851A8 (or 0xD851A8) is known color: Mulberry. HEX triplet: D8, 51 and A8. RGB value is (216,81,168). Sum of RGB (Red+Green+Blue) = 216+81+168=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D851A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D851A8 is #27AE57. Grayscale: #838383. Windows color (decimal): -2600536 or 11031000. OLE color: 11031000.
HSL color Cylindrical-coordinate representation of color #D851A8: hue angle of 321.33º 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 #D851A8 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 168 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.15 |
| HSL | 321.33º | 0.63% | 0.58% | - |
| HSV(B) | 321.33º | 0.63% | 0.85% | - |
| XYZ | 38.33 | 23.31 | 39.53 | - |
| YUV | 131.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 168 | 0 | 0.62 | 0.22 | 0.15 | 321.33 | 0.63 | 0.58 |
| Hex | D8 | 51 | A8 | 0 | 3E | 16 | F | 141 | 3F | 3A |
| Octal | 330 | 121 | 250 | 0 | 76 | 26 | 17 | 501 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10101000 | 0 | 111110 | 10110 | 1111 | 101000001 | 111111 | 111010 |
Color Harmonies of #D851A8
Complementary color
Monochromatic Colors of #D851A8
Black with #D851A8
Text Example
Text Example
White with #D851A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851A8; }
p { color: rgb(216,81,168); }
H1.HeaderClassName
{
color: #D851A8;
}
.AnyTagClassName
{
color: #D851A8;
}
</style>
background-color css
<style>
a { background-color: #D851A8; }
a { background-color: rgb(216,81,168); }
div.DivClassName
{
background-color: #D851A8;
}
.BgClassName
{
background-color: #D851A8;
}
</style>
border-color css
<style>
span { border-color: #D851A8; }
span { border-color: rgb(216,81,168); }
td.TdClassName
{
border-color: #D851A8;
}
.TagClassName
{
border-color: #D851A8;
}
</style>