Shades of Mulberry #D64EAB
Tints of Mulberry #D64EAB
RGB
CMYK
RGB Variations
Color information
#D64EAB (or 0xD64EAB) is known color: Mulberry. HEX triplet: D6, 4E and AB. RGB value is (214,78,171). Sum of RGB (Red+Green+Blue) = 214+78+171=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64EAB is #29B154. Grayscale: #818181. Windows color (decimal): -2732373 or 11226838. OLE color: 11226838.
HSL color Cylindrical-coordinate representation of color #D64EAB: hue angle of 318.97º 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 #D64EAB is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 171 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.16 |
| HSL | 318.97º | 0.62% | 0.57% | - |
| HSV(B) | 318.97º | 0.64% | 0.84% | - |
| XYZ | 37.81 | 22.69 | 40.91 | - |
| YUV | 129.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 171 | 0 | 0.64 | 0.20 | 0.16 | 318.97 | 0.62 | 0.57 |
| Hex | D6 | 4E | AB | 0 | 40 | 14 | 10 | 13F | 3E | 39 |
| Octal | 326 | 116 | 253 | 0 | 100 | 24 | 20 | 477 | 76 | 71 |
| Binary | 11010110 | 1001110 | 10101011 | 0 | 1000000 | 10100 | 10000 | 100111111 | 111110 | 111001 |
Color Harmonies of #D64EAB
Complementary color
Monochromatic Colors of #D64EAB
Black with #D64EAB
Text Example
Text Example
White with #D64EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EAB; }
p { color: rgb(214,78,171); }
H1.HeaderClassName
{
color: #D64EAB;
}
.AnyTagClassName
{
color: #D64EAB;
}
</style>
background-color css
<style>
a { background-color: #D64EAB; }
a { background-color: rgb(214,78,171); }
div.DivClassName
{
background-color: #D64EAB;
}
.BgClassName
{
background-color: #D64EAB;
}
</style>
border-color css
<style>
span { border-color: #D64EAB; }
span { border-color: rgb(214,78,171); }
td.TdClassName
{
border-color: #D64EAB;
}
.TagClassName
{
border-color: #D64EAB;
}
</style>