Shades of Mulberry #D852AD
Tints of Mulberry #D852AD
RGB
CMYK
RGB Variations
Color information
#D852AD (or 0xD852AD) is known color: Mulberry. HEX triplet: D8, 52 and AD. RGB value is (216,82,173). Sum of RGB (Red+Green+Blue) = 216+82+173=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D852AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D852AD is #27AD52. Grayscale: #848484. Windows color (decimal): -2600275 or 11358936. OLE color: 11358936.
HSL color Cylindrical-coordinate representation of color #D852AD: hue angle of 319.25º 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 #D852AD is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 173 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.15 |
| HSL | 319.25º | 0.63% | 0.58% | - |
| HSV(B) | 319.25º | 0.62% | 0.85% | - |
| XYZ | 38.88 | 23.65 | 42.05 | - |
| YUV | 132.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 173 | 0 | 0.62 | 0.20 | 0.15 | 319.25 | 0.63 | 0.58 |
| Hex | D8 | 52 | AD | 0 | 3E | 14 | F | 13F | 3F | 3A |
| Octal | 330 | 122 | 255 | 0 | 76 | 24 | 17 | 477 | 77 | 72 |
| Binary | 11011000 | 1010010 | 10101101 | 0 | 111110 | 10100 | 1111 | 100111111 | 111111 | 111010 |
Color Harmonies of #D852AD
Complementary color
Monochromatic Colors of #D852AD
Black with #D852AD
Text Example
Text Example
White with #D852AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852AD; }
p { color: rgb(216,82,173); }
H1.HeaderClassName
{
color: #D852AD;
}
.AnyTagClassName
{
color: #D852AD;
}
</style>
background-color css
<style>
a { background-color: #D852AD; }
a { background-color: rgb(216,82,173); }
div.DivClassName
{
background-color: #D852AD;
}
.BgClassName
{
background-color: #D852AD;
}
</style>
border-color css
<style>
span { border-color: #D852AD; }
span { border-color: rgb(216,82,173); }
td.TdClassName
{
border-color: #D852AD;
}
.TagClassName
{
border-color: #D852AD;
}
</style>