Shades of Mulberry #D852AB
Tints of Mulberry #D852AB
RGB
CMYK
RGB Variations
Color information
#D852AB (or 0xD852AB) is known color: Mulberry. HEX triplet: D8, 52 and AB. RGB value is (216,82,171). Sum of RGB (Red+Green+Blue) = 216+82+171=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D852AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D852AB is #27AD54. Grayscale: #838383. Windows color (decimal): -2600277 or 11227864. OLE color: 11227864.
HSL color Cylindrical-coordinate representation of color #D852AB: hue angle of 320.15º 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 #D852AB is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 171 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.15 |
| HSL | 320.15º | 0.63% | 0.58% | - |
| HSV(B) | 320.15º | 0.62% | 0.85% | - |
| XYZ | 38.69 | 23.57 | 41.04 | - |
| YUV | 132.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 171 | 0 | 0.62 | 0.21 | 0.15 | 320.15 | 0.63 | 0.58 |
| Hex | D8 | 52 | AB | 0 | 3E | 15 | F | 140 | 3F | 3A |
| Octal | 330 | 122 | 253 | 0 | 76 | 25 | 17 | 500 | 77 | 72 |
| Binary | 11011000 | 1010010 | 10101011 | 0 | 111110 | 10101 | 1111 | 101000000 | 111111 | 111010 |
Color Harmonies of #D852AB
Complementary color
Monochromatic Colors of #D852AB
Black with #D852AB
Text Example
Text Example
White with #D852AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852AB; }
p { color: rgb(216,82,171); }
H1.HeaderClassName
{
color: #D852AB;
}
.AnyTagClassName
{
color: #D852AB;
}
</style>
background-color css
<style>
a { background-color: #D852AB; }
a { background-color: rgb(216,82,171); }
div.DivClassName
{
background-color: #D852AB;
}
.BgClassName
{
background-color: #D852AB;
}
</style>
border-color css
<style>
span { border-color: #D852AB; }
span { border-color: rgb(216,82,171); }
td.TdClassName
{
border-color: #D852AB;
}
.TagClassName
{
border-color: #D852AB;
}
</style>