Shades of Mulberry #D64FA9
Tints of Mulberry #D64FA9
RGB
CMYK
RGB Variations
Color information
#D64FA9 (or 0xD64FA9) is known color: Mulberry. HEX triplet: D6, 4F and A9. RGB value is (214,79,169). Sum of RGB (Red+Green+Blue) = 214+79+169=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64FA9 is #29B056. Grayscale: #818181. Windows color (decimal): -2732119 or 11096022. OLE color: 11096022.
HSL color Cylindrical-coordinate representation of color #D64FA9: hue angle of 320º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64FA9 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 169 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.16 |
| HSL | 320º | 0.62% | 0.57% | - |
| HSV(B) | 320º | 0.63% | 0.84% | - |
| XYZ | 37.69 | 22.75 | 39.94 | - |
| YUV | 129.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 169 | 0 | 0.63 | 0.21 | 0.16 | 320 | 0.62 | 0.57 |
| Hex | D6 | 4F | A9 | 0 | 3F | 15 | 10 | 140 | 3E | 39 |
| Octal | 326 | 117 | 251 | 0 | 77 | 25 | 20 | 500 | 76 | 71 |
| Binary | 11010110 | 1001111 | 10101001 | 0 | 111111 | 10101 | 10000 | 101000000 | 111110 | 111001 |
Color Harmonies of #D64FA9
Complementary color
Monochromatic Colors of #D64FA9
Black with #D64FA9
Text Example
Text Example
White with #D64FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FA9; }
p { color: rgb(214,79,169); }
H1.HeaderClassName
{
color: #D64FA9;
}
.AnyTagClassName
{
color: #D64FA9;
}
</style>
background-color css
<style>
a { background-color: #D64FA9; }
a { background-color: rgb(214,79,169); }
div.DivClassName
{
background-color: #D64FA9;
}
.BgClassName
{
background-color: #D64FA9;
}
</style>
border-color css
<style>
span { border-color: #D64FA9; }
span { border-color: rgb(214,79,169); }
td.TdClassName
{
border-color: #D64FA9;
}
.TagClassName
{
border-color: #D64FA9;
}
</style>