Shades of Mulberry #D64EA3
Tints of Mulberry #D64EA3
RGB
CMYK
RGB Variations
Color information
#D64EA3 (or 0xD64EA3) is known color: Mulberry. HEX triplet: D6, 4E and A3. RGB value is (214,78,163). Sum of RGB (Red+Green+Blue) = 214+78+163=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64EA3 is #29B15C. Grayscale: #808080. Windows color (decimal): -2732381 or 10702550. OLE color: 10702550.
HSL color Cylindrical-coordinate representation of color #D64EA3: hue angle of 322.5º 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 #D64EA3 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 163 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.16 |
| HSL | 322.5º | 0.62% | 0.57% | - |
| HSV(B) | 322.5º | 0.64% | 0.84% | - |
| XYZ | 37.07 | 22.39 | 37.02 | - |
| YUV | 128.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 163 | 0 | 0.64 | 0.24 | 0.16 | 322.5 | 0.62 | 0.57 |
| Hex | D6 | 4E | A3 | 0 | 40 | 18 | 10 | 142 | 3E | 39 |
| Octal | 326 | 116 | 243 | 0 | 100 | 30 | 20 | 502 | 76 | 71 |
| Binary | 11010110 | 1001110 | 10100011 | 0 | 1000000 | 11000 | 10000 | 101000010 | 111110 | 111001 |
Color Harmonies of #D64EA3
Complementary color
Monochromatic Colors of #D64EA3
Black with #D64EA3
Text Example
Text Example
White with #D64EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EA3; }
p { color: rgb(214,78,163); }
H1.HeaderClassName
{
color: #D64EA3;
}
.AnyTagClassName
{
color: #D64EA3;
}
</style>
background-color css
<style>
a { background-color: #D64EA3; }
a { background-color: rgb(214,78,163); }
div.DivClassName
{
background-color: #D64EA3;
}
.BgClassName
{
background-color: #D64EA3;
}
</style>
border-color css
<style>
span { border-color: #D64EA3; }
span { border-color: rgb(214,78,163); }
td.TdClassName
{
border-color: #D64EA3;
}
.TagClassName
{
border-color: #D64EA3;
}
</style>