Shades of Mulberry #D852A7
Tints of Mulberry #D852A7
RGB
CMYK
RGB Variations
Color information
#D852A7 (or 0xD852A7) is known color: Mulberry. HEX triplet: D8, 52 and A7. RGB value is (216,82,167). Sum of RGB (Red+Green+Blue) = 216+82+167=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D852A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D852A7 is #27AD58. Grayscale: #838383. Windows color (decimal): -2600281 or 10965720. OLE color: 10965720.
HSL color Cylindrical-coordinate representation of color #D852A7: hue angle of 321.94º 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 #D852A7 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 167 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.15 |
| HSL | 321.94º | 0.63% | 0.58% | - |
| HSV(B) | 321.94º | 0.62% | 0.85% | - |
| XYZ | 38.31 | 23.42 | 39.06 | - |
| YUV | 131.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 167 | 0 | 0.62 | 0.23 | 0.15 | 321.94 | 0.63 | 0.58 |
| Hex | D8 | 52 | A7 | 0 | 3E | 17 | F | 142 | 3F | 3A |
| Octal | 330 | 122 | 247 | 0 | 76 | 27 | 17 | 502 | 77 | 72 |
| Binary | 11011000 | 1010010 | 10100111 | 0 | 111110 | 10111 | 1111 | 101000010 | 111111 | 111010 |
Color Harmonies of #D852A7
Complementary color
Monochromatic Colors of #D852A7
Black with #D852A7
Text Example
Text Example
White with #D852A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852A7; }
p { color: rgb(216,82,167); }
H1.HeaderClassName
{
color: #D852A7;
}
.AnyTagClassName
{
color: #D852A7;
}
</style>
background-color css
<style>
a { background-color: #D852A7; }
a { background-color: rgb(216,82,167); }
div.DivClassName
{
background-color: #D852A7;
}
.BgClassName
{
background-color: #D852A7;
}
</style>
border-color css
<style>
span { border-color: #D852A7; }
span { border-color: rgb(216,82,167); }
td.TdClassName
{
border-color: #D852A7;
}
.TagClassName
{
border-color: #D852A7;
}
</style>