Shades of Mulberry #D64D93
Tints of Mulberry #D64D93
RGB
CMYK
RGB Variations
Color information
#D64D93 (or 0xD64D93) is known color: Mulberry. HEX triplet: D6, 4D and 93. RGB value is (214,77,147). Sum of RGB (Red+Green+Blue) = 214+77+147=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64D93 is #29B26C. Grayscale: #7D7D7D. Windows color (decimal): -2732653 or 9653718. OLE color: 9653718.
HSL color Cylindrical-coordinate representation of color #D64D93: hue angle of 329.34º degrees, saturation: 0.63, 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 #D64D93 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 147 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.16 |
| HSL | 329.34º | 0.63% | 0.57% | - |
| HSV(B) | 329.34º | 0.64% | 0.84% | - |
| XYZ | 35.65 | 21.71 | 29.92 | - |
| YUV | 125.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 147 | 0 | 0.64 | 0.31 | 0.16 | 329.34 | 0.63 | 0.57 |
| Hex | D6 | 4D | 93 | 0 | 40 | 1F | 10 | 149 | 3F | 39 |
| Octal | 326 | 115 | 223 | 0 | 100 | 37 | 20 | 511 | 77 | 71 |
| Binary | 11010110 | 1001101 | 10010011 | 0 | 1000000 | 11111 | 10000 | 101001001 | 111111 | 111001 |
Color Harmonies of #D64D93
Complementary color
Monochromatic Colors of #D64D93
Black with #D64D93
Text Example
Text Example
White with #D64D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D93; }
p { color: rgb(214,77,147); }
H1.HeaderClassName
{
color: #D64D93;
}
.AnyTagClassName
{
color: #D64D93;
}
</style>
background-color css
<style>
a { background-color: #D64D93; }
a { background-color: rgb(214,77,147); }
div.DivClassName
{
background-color: #D64D93;
}
.BgClassName
{
background-color: #D64D93;
}
</style>
border-color css
<style>
span { border-color: #D64D93; }
span { border-color: rgb(214,77,147); }
td.TdClassName
{
border-color: #D64D93;
}
.TagClassName
{
border-color: #D64D93;
}
</style>