Shades of Mulberry #D64DA9
Tints of Mulberry #D64DA9
RGB
CMYK
RGB Variations
Color information
#D64DA9 (or 0xD64DA9) is known color: Mulberry. HEX triplet: D6, 4D and A9. RGB value is (214,77,169). Sum of RGB (Red+Green+Blue) = 214+77+169=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DA9 is #29B256. Grayscale: #808080. Windows color (decimal): -2732631 or 11095510. OLE color: 11095510.
HSL color Cylindrical-coordinate representation of color #D64DA9: hue angle of 319.71º 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 #D64DA9 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 169 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.16 |
| HSL | 319.71º | 0.63% | 0.57% | - |
| HSV(B) | 319.71º | 0.64% | 0.84% | - |
| XYZ | 37.55 | 22.47 | 39.89 | - |
| YUV | 128.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 169 | 0 | 0.64 | 0.21 | 0.16 | 319.71 | 0.63 | 0.57 |
| Hex | D6 | 4D | A9 | 0 | 40 | 15 | 10 | 140 | 3F | 39 |
| Octal | 326 | 115 | 251 | 0 | 100 | 25 | 20 | 500 | 77 | 71 |
| Binary | 11010110 | 1001101 | 10101001 | 0 | 1000000 | 10101 | 10000 | 101000000 | 111111 | 111001 |
Color Harmonies of #D64DA9
Complementary color
Monochromatic Colors of #D64DA9
Black with #D64DA9
Text Example
Text Example
White with #D64DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DA9; }
p { color: rgb(214,77,169); }
H1.HeaderClassName
{
color: #D64DA9;
}
.AnyTagClassName
{
color: #D64DA9;
}
</style>
background-color css
<style>
a { background-color: #D64DA9; }
a { background-color: rgb(214,77,169); }
div.DivClassName
{
background-color: #D64DA9;
}
.BgClassName
{
background-color: #D64DA9;
}
</style>
border-color css
<style>
span { border-color: #D64DA9; }
span { border-color: rgb(214,77,169); }
td.TdClassName
{
border-color: #D64DA9;
}
.TagClassName
{
border-color: #D64DA9;
}
</style>