Shades of Mulberry #D83FAC
Tints of Mulberry #D83FAC
RGB
CMYK
RGB Variations
Color information
#D83FAC (or 0xD83FAC) is known color: Mulberry. HEX triplet: D8, 3F and AC. RGB value is (216,63,172). Sum of RGB (Red+Green+Blue) = 216+63+172=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D83FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83FAC is #27C053. Grayscale: #787878. Windows color (decimal): -2605140 or 11288536. OLE color: 11288536.
HSL color Cylindrical-coordinate representation of color #D83FAC: hue angle of 317.25º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83FAC is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 172 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.15 |
| HSL | 317.25º | 0.66% | 0.55% | - |
| HSV(B) | 317.25º | 0.71% | 0.85% | - |
| XYZ | 37.54 | 21.13 | 41.13 | - |
| YUV | 121.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 172 | 0 | 0.71 | 0.20 | 0.15 | 317.25 | 0.66 | 0.55 |
| Hex | D8 | 3F | AC | 0 | 47 | 14 | F | 13D | 42 | 37 |
| Octal | 330 | 77 | 254 | 0 | 107 | 24 | 17 | 475 | 102 | 67 |
| Binary | 11011000 | 111111 | 10101100 | 0 | 1000111 | 10100 | 1111 | 100111101 | 1000010 | 110111 |
Color Harmonies of #D83FAC
Complementary color
Monochromatic Colors of #D83FAC
Black with #D83FAC
Text Example
Text Example
White with #D83FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83FAC; }
p { color: rgb(216,63,172); }
H1.HeaderClassName
{
color: #D83FAC;
}
.AnyTagClassName
{
color: #D83FAC;
}
</style>
background-color css
<style>
a { background-color: #D83FAC; }
a { background-color: rgb(216,63,172); }
div.DivClassName
{
background-color: #D83FAC;
}
.BgClassName
{
background-color: #D83FAC;
}
</style>
border-color css
<style>
span { border-color: #D83FAC; }
span { border-color: rgb(216,63,172); }
td.TdClassName
{
border-color: #D83FAC;
}
.TagClassName
{
border-color: #D83FAC;
}
</style>