Shades of Mulberry #D64D8C
Tints of Mulberry #D64D8C
RGB
CMYK
RGB Variations
Color information
#D64D8C (or 0xD64D8C) is known color: Mulberry. HEX triplet: D6, 4D and 8C. RGB value is (214,77,140). Sum of RGB (Red+Green+Blue) = 214+77+140=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64D8C is #29B273. Grayscale: #7D7D7D. Windows color (decimal): -2732660 or 9194966. OLE color: 9194966.
HSL color Cylindrical-coordinate representation of color #D64D8C: hue angle of 332.41º 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 #D64D8C is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 140 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.16 |
| HSL | 332.41º | 0.63% | 0.57% | - |
| HSV(B) | 332.41º | 0.64% | 0.84% | - |
| XYZ | 35.12 | 21.5 | 27.11 | - |
| YUV | 125.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 140 | 0 | 0.64 | 0.35 | 0.16 | 332.41 | 0.63 | 0.57 |
| Hex | D6 | 4D | 8C | 0 | 40 | 23 | 10 | 14C | 3F | 39 |
| Octal | 326 | 115 | 214 | 0 | 100 | 43 | 20 | 514 | 77 | 71 |
| Binary | 11010110 | 1001101 | 10001100 | 0 | 1000000 | 100011 | 10000 | 101001100 | 111111 | 111001 |
Color Harmonies of #D64D8C
Complementary color
Monochromatic Colors of #D64D8C
Black with #D64D8C
Text Example
Text Example
White with #D64D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D8C; }
p { color: rgb(214,77,140); }
H1.HeaderClassName
{
color: #D64D8C;
}
.AnyTagClassName
{
color: #D64D8C;
}
</style>
background-color css
<style>
a { background-color: #D64D8C; }
a { background-color: rgb(214,77,140); }
div.DivClassName
{
background-color: #D64D8C;
}
.BgClassName
{
background-color: #D64D8C;
}
</style>
border-color css
<style>
span { border-color: #D64D8C; }
span { border-color: rgb(214,77,140); }
td.TdClassName
{
border-color: #D64D8C;
}
.TagClassName
{
border-color: #D64D8C;
}
</style>