Shades of Mulberry #D852A4
Tints of Mulberry #D852A4
RGB
CMYK
RGB Variations
Color information
#D852A4 (or 0xD852A4) is known color: Mulberry. HEX triplet: D8, 52 and A4. RGB value is (216,82,164). Sum of RGB (Red+Green+Blue) = 216+82+164=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D852A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D852A4 is #27AD5B. Grayscale: #838383. Windows color (decimal): -2600284 or 10769112. OLE color: 10769112.
HSL color Cylindrical-coordinate representation of color #D852A4: hue angle of 323.28º 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 #D852A4 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 164 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.15 |
| HSL | 323.28º | 0.63% | 0.58% | - |
| HSV(B) | 323.28º | 0.62% | 0.85% | - |
| XYZ | 38.04 | 23.31 | 37.62 | - |
| YUV | 131.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 164 | 0 | 0.62 | 0.24 | 0.15 | 323.28 | 0.63 | 0.58 |
| Hex | D8 | 52 | A4 | 0 | 3E | 18 | F | 143 | 3F | 3A |
| Octal | 330 | 122 | 244 | 0 | 76 | 30 | 17 | 503 | 77 | 72 |
| Binary | 11011000 | 1010010 | 10100100 | 0 | 111110 | 11000 | 1111 | 101000011 | 111111 | 111010 |
Color Harmonies of #D852A4
Complementary color
Monochromatic Colors of #D852A4
Black with #D852A4
Text Example
Text Example
White with #D852A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852A4; }
p { color: rgb(216,82,164); }
H1.HeaderClassName
{
color: #D852A4;
}
.AnyTagClassName
{
color: #D852A4;
}
</style>
background-color css
<style>
a { background-color: #D852A4; }
a { background-color: rgb(216,82,164); }
div.DivClassName
{
background-color: #D852A4;
}
.BgClassName
{
background-color: #D852A4;
}
</style>
border-color css
<style>
span { border-color: #D852A4; }
span { border-color: rgb(216,82,164); }
td.TdClassName
{
border-color: #D852A4;
}
.TagClassName
{
border-color: #D852A4;
}
</style>