Shades of Mulberry #D64EAC
Tints of Mulberry #D64EAC
RGB
CMYK
RGB Variations
Color information
#D64EAC (or 0xD64EAC) is known color: Mulberry. HEX triplet: D6, 4E and AC. RGB value is (214,78,172). Sum of RGB (Red+Green+Blue) = 214+78+172=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64EAC is #29B153. Grayscale: #818181. Windows color (decimal): -2732372 or 11292374. OLE color: 11292374.
HSL color Cylindrical-coordinate representation of color #D64EAC: hue angle of 318.53º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64EAC is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 172 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.16 |
| HSL | 318.53º | 0.62% | 0.57% | - |
| HSV(B) | 318.53º | 0.64% | 0.84% | - |
| XYZ | 37.9 | 22.72 | 41.42 | - |
| YUV | 129.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 172 | 0 | 0.64 | 0.20 | 0.16 | 318.53 | 0.62 | 0.57 |
| Hex | D6 | 4E | AC | 0 | 40 | 14 | 10 | 13F | 3E | 39 |
| Octal | 326 | 116 | 254 | 0 | 100 | 24 | 20 | 477 | 76 | 71 |
| Binary | 11010110 | 1001110 | 10101100 | 0 | 1000000 | 10100 | 10000 | 100111111 | 111110 | 111001 |
Color Harmonies of #D64EAC
Complementary color
Monochromatic Colors of #D64EAC
Black with #D64EAC
Text Example
Text Example
White with #D64EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EAC; }
p { color: rgb(214,78,172); }
H1.HeaderClassName
{
color: #D64EAC;
}
.AnyTagClassName
{
color: #D64EAC;
}
</style>
background-color css
<style>
a { background-color: #D64EAC; }
a { background-color: rgb(214,78,172); }
div.DivClassName
{
background-color: #D64EAC;
}
.BgClassName
{
background-color: #D64EAC;
}
</style>
border-color css
<style>
span { border-color: #D64EAC; }
span { border-color: rgb(214,78,172); }
td.TdClassName
{
border-color: #D64EAC;
}
.TagClassName
{
border-color: #D64EAC;
}
</style>