Shades of Mulberry #D64E9D
Tints of Mulberry #D64E9D
RGB
CMYK
RGB Variations
Color information
#D64E9D (or 0xD64E9D) is known color: Mulberry. HEX triplet: D6, 4E and 9D. RGB value is (214,78,157). Sum of RGB (Red+Green+Blue) = 214+78+157=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64E9D is #29B162. Grayscale: #7F7F7F. Windows color (decimal): -2732387 or 10309334. OLE color: 10309334.
HSL color Cylindrical-coordinate representation of color #D64E9D: hue angle of 325.15º 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 #D64E9D is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 157 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.16 |
| HSL | 325.15º | 0.62% | 0.57% | - |
| HSV(B) | 325.15º | 0.64% | 0.84% | - |
| XYZ | 36.54 | 22.18 | 34.25 | - |
| YUV | 127.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 157 | 0 | 0.64 | 0.27 | 0.16 | 325.15 | 0.62 | 0.57 |
| Hex | D6 | 4E | 9D | 0 | 40 | 1B | 10 | 145 | 3E | 39 |
| Octal | 326 | 116 | 235 | 0 | 100 | 33 | 20 | 505 | 76 | 71 |
| Binary | 11010110 | 1001110 | 10011101 | 0 | 1000000 | 11011 | 10000 | 101000101 | 111110 | 111001 |
Color Harmonies of #D64E9D
Complementary color
Monochromatic Colors of #D64E9D
Black with #D64E9D
Text Example
Text Example
White with #D64E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E9D; }
p { color: rgb(214,78,157); }
H1.HeaderClassName
{
color: #D64E9D;
}
.AnyTagClassName
{
color: #D64E9D;
}
</style>
background-color css
<style>
a { background-color: #D64E9D; }
a { background-color: rgb(214,78,157); }
div.DivClassName
{
background-color: #D64E9D;
}
.BgClassName
{
background-color: #D64E9D;
}
</style>
border-color css
<style>
span { border-color: #D64E9D; }
span { border-color: rgb(214,78,157); }
td.TdClassName
{
border-color: #D64E9D;
}
.TagClassName
{
border-color: #D64E9D;
}
</style>