Shades of Mulberry #D852A8
Tints of Mulberry #D852A8
RGB
CMYK
RGB Variations
Color information
#D852A8 (or 0xD852A8) is known color: Mulberry. HEX triplet: D8, 52 and A8. RGB value is (216,82,168). Sum of RGB (Red+Green+Blue) = 216+82+168=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D852A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D852A8 is #27AD57. Grayscale: #838383. Windows color (decimal): -2600280 or 11031256. OLE color: 11031256.
HSL color Cylindrical-coordinate representation of color #D852A8: hue angle of 321.49º 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 #D852A8 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 168 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.15 |
| HSL | 321.49º | 0.63% | 0.58% | - |
| HSV(B) | 321.49º | 0.62% | 0.85% | - |
| XYZ | 38.4 | 23.46 | 39.55 | - |
| YUV | 131.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 168 | 0 | 0.62 | 0.22 | 0.15 | 321.49 | 0.63 | 0.58 |
| Hex | D8 | 52 | A8 | 0 | 3E | 16 | F | 141 | 3F | 3A |
| Octal | 330 | 122 | 250 | 0 | 76 | 26 | 17 | 501 | 77 | 72 |
| Binary | 11011000 | 1010010 | 10101000 | 0 | 111110 | 10110 | 1111 | 101000001 | 111111 | 111010 |
Color Harmonies of #D852A8
Complementary color
Monochromatic Colors of #D852A8
Black with #D852A8
Text Example
Text Example
White with #D852A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852A8; }
p { color: rgb(216,82,168); }
H1.HeaderClassName
{
color: #D852A8;
}
.AnyTagClassName
{
color: #D852A8;
}
</style>
background-color css
<style>
a { background-color: #D852A8; }
a { background-color: rgb(216,82,168); }
div.DivClassName
{
background-color: #D852A8;
}
.BgClassName
{
background-color: #D852A8;
}
</style>
border-color css
<style>
span { border-color: #D852A8; }
span { border-color: rgb(216,82,168); }
td.TdClassName
{
border-color: #D852A8;
}
.TagClassName
{
border-color: #D852A8;
}
</style>