Shades of Mulberry #D64D9C
Tints of Mulberry #D64D9C
RGB
CMYK
RGB Variations
Color information
#D64D9C (or 0xD64D9C) is known color: Mulberry. HEX triplet: D6, 4D and 9C. RGB value is (214,77,156). Sum of RGB (Red+Green+Blue) = 214+77+156=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64D9C is #29B263. Grayscale: #7E7E7E. Windows color (decimal): -2732644 or 10243542. OLE color: 10243542.
HSL color Cylindrical-coordinate representation of color #D64D9C: hue angle of 325.4º 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 #D64D9C is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 156 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.16 |
| HSL | 325.4º | 0.63% | 0.57% | - |
| HSV(B) | 325.4º | 0.64% | 0.84% | - |
| XYZ | 36.39 | 22 | 33.78 | - |
| YUV | 126.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 156 | 0 | 0.64 | 0.27 | 0.16 | 325.4 | 0.63 | 0.57 |
| Hex | D6 | 4D | 9C | 0 | 40 | 1B | 10 | 145 | 3F | 39 |
| Octal | 326 | 115 | 234 | 0 | 100 | 33 | 20 | 505 | 77 | 71 |
| Binary | 11010110 | 1001101 | 10011100 | 0 | 1000000 | 11011 | 10000 | 101000101 | 111111 | 111001 |
Color Harmonies of #D64D9C
Complementary color
Monochromatic Colors of #D64D9C
Black with #D64D9C
Text Example
Text Example
White with #D64D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D9C; }
p { color: rgb(214,77,156); }
H1.HeaderClassName
{
color: #D64D9C;
}
.AnyTagClassName
{
color: #D64D9C;
}
</style>
background-color css
<style>
a { background-color: #D64D9C; }
a { background-color: rgb(214,77,156); }
div.DivClassName
{
background-color: #D64D9C;
}
.BgClassName
{
background-color: #D64D9C;
}
</style>
border-color css
<style>
span { border-color: #D64D9C; }
span { border-color: rgb(214,77,156); }
td.TdClassName
{
border-color: #D64D9C;
}
.TagClassName
{
border-color: #D64D9C;
}
</style>