Shades of Mulberry #D64DA4
Tints of Mulberry #D64DA4
RGB
CMYK
RGB Variations
Color information
#D64DA4 (or 0xD64DA4) is known color: Mulberry. HEX triplet: D6, 4D and A4. RGB value is (214,77,164). Sum of RGB (Red+Green+Blue) = 214+77+164=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DA4 is #29B25B. Grayscale: #7F7F7F. Windows color (decimal): -2732636 or 10767830. OLE color: 10767830.
HSL color Cylindrical-coordinate representation of color #D64DA4: hue angle of 321.9º 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 #D64DA4 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 164 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.16 |
| HSL | 321.9º | 0.63% | 0.57% | - |
| HSV(B) | 321.9º | 0.64% | 0.84% | - |
| XYZ | 37.09 | 22.28 | 37.47 | - |
| YUV | 127.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 164 | 0 | 0.64 | 0.23 | 0.16 | 321.9 | 0.63 | 0.57 |
| Hex | D6 | 4D | A4 | 0 | 40 | 17 | 10 | 142 | 3F | 39 |
| Octal | 326 | 115 | 244 | 0 | 100 | 27 | 20 | 502 | 77 | 71 |
| Binary | 11010110 | 1001101 | 10100100 | 0 | 1000000 | 10111 | 10000 | 101000010 | 111111 | 111001 |
Color Harmonies of #D64DA4
Complementary color
Monochromatic Colors of #D64DA4
Black with #D64DA4
Text Example
Text Example
White with #D64DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DA4; }
p { color: rgb(214,77,164); }
H1.HeaderClassName
{
color: #D64DA4;
}
.AnyTagClassName
{
color: #D64DA4;
}
</style>
background-color css
<style>
a { background-color: #D64DA4; }
a { background-color: rgb(214,77,164); }
div.DivClassName
{
background-color: #D64DA4;
}
.BgClassName
{
background-color: #D64DA4;
}
</style>
border-color css
<style>
span { border-color: #D64DA4; }
span { border-color: rgb(214,77,164); }
td.TdClassName
{
border-color: #D64DA4;
}
.TagClassName
{
border-color: #D64DA4;
}
</style>