Shades of Mulberry #D852A1
Tints of Mulberry #D852A1
RGB
CMYK
RGB Variations
Color information
#D852A1 (or 0xD852A1) is known color: Mulberry. HEX triplet: D8, 52 and A1. RGB value is (216,82,161). Sum of RGB (Red+Green+Blue) = 216+82+161=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D852A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D852A1 is #27AD5E. Grayscale: #828282. Windows color (decimal): -2600287 or 10572504. OLE color: 10572504.
HSL color Cylindrical-coordinate representation of color #D852A1: hue angle of 324.63º 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 #D852A1 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 161 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.15 |
| HSL | 324.63º | 0.63% | 0.58% | - |
| HSV(B) | 324.63º | 0.62% | 0.85% | - |
| XYZ | 37.77 | 23.21 | 36.21 | - |
| YUV | 131.07 | 144.89 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 161 | 0 | 0.62 | 0.25 | 0.15 | 324.63 | 0.63 | 0.58 |
| Hex | D8 | 52 | A1 | 0 | 3E | 19 | F | 145 | 3F | 3A |
| Octal | 330 | 122 | 241 | 0 | 76 | 31 | 17 | 505 | 77 | 72 |
| Binary | 11011000 | 1010010 | 10100001 | 0 | 111110 | 11001 | 1111 | 101000101 | 111111 | 111010 |
Color Harmonies of #D852A1
Complementary color
Monochromatic Colors of #D852A1
Black with #D852A1
Text Example
Text Example
White with #D852A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852A1; }
p { color: rgb(216,82,161); }
H1.HeaderClassName
{
color: #D852A1;
}
.AnyTagClassName
{
color: #D852A1;
}
</style>
background-color css
<style>
a { background-color: #D852A1; }
a { background-color: rgb(216,82,161); }
div.DivClassName
{
background-color: #D852A1;
}
.BgClassName
{
background-color: #D852A1;
}
</style>
border-color css
<style>
span { border-color: #D852A1; }
span { border-color: rgb(216,82,161); }
td.TdClassName
{
border-color: #D852A1;
}
.TagClassName
{
border-color: #D852A1;
}
</style>