Shades of Mulberry #D84BAC
Tints of Mulberry #D84BAC
RGB
CMYK
RGB Variations
Color information
#D84BAC (or 0xD84BAC) is known color: Mulberry. HEX triplet: D8, 4B and AC. RGB value is (216,75,172). Sum of RGB (Red+Green+Blue) = 216+75+172=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D84BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84BAC is #27B453. Grayscale: #7F7F7F. Windows color (decimal): -2602068 or 11291608. OLE color: 11291608.
HSL color Cylindrical-coordinate representation of color #D84BAC: hue angle of 318.72º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84BAC is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 172 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.15 |
| HSL | 318.72º | 0.64% | 0.57% | - |
| HSV(B) | 318.72º | 0.65% | 0.85% | - |
| XYZ | 38.28 | 22.61 | 41.38 | - |
| YUV | 128.22 | 152.71 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 172 | 0 | 0.65 | 0.20 | 0.15 | 318.72 | 0.64 | 0.57 |
| Hex | D8 | 4B | AC | 0 | 41 | 14 | F | 13F | 40 | 39 |
| Octal | 330 | 113 | 254 | 0 | 101 | 24 | 17 | 477 | 100 | 71 |
| Binary | 11011000 | 1001011 | 10101100 | 0 | 1000001 | 10100 | 1111 | 100111111 | 1000000 | 111001 |
Color Harmonies of #D84BAC
Complementary color
Monochromatic Colors of #D84BAC
Black with #D84BAC
Text Example
Text Example
White with #D84BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84BAC; }
p { color: rgb(216,75,172); }
H1.HeaderClassName
{
color: #D84BAC;
}
.AnyTagClassName
{
color: #D84BAC;
}
</style>
background-color css
<style>
a { background-color: #D84BAC; }
a { background-color: rgb(216,75,172); }
div.DivClassName
{
background-color: #D84BAC;
}
.BgClassName
{
background-color: #D84BAC;
}
</style>
border-color css
<style>
span { border-color: #D84BAC; }
span { border-color: rgb(216,75,172); }
td.TdClassName
{
border-color: #D84BAC;
}
.TagClassName
{
border-color: #D84BAC;
}
</style>