Shades of Mulberry #D64F94
Tints of Mulberry #D64F94
RGB
CMYK
RGB Variations
Color information
#D64F94 (or 0xD64F94) is known color: Mulberry. HEX triplet: D6, 4F and 94. RGB value is (214,79,148). Sum of RGB (Red+Green+Blue) = 214+79+148=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F94 is #29B06B. Grayscale: #7F7F7F. Windows color (decimal): -2732140 or 9719766. OLE color: 9719766.
HSL color Cylindrical-coordinate representation of color #D64F94: hue angle of 329.33º 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 #D64F94 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 148 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.16 |
| HSL | 329.33º | 0.62% | 0.57% | - |
| HSV(B) | 329.33º | 0.63% | 0.84% | - |
| XYZ | 35.87 | 22.03 | 30.38 | - |
| YUV | 127.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 148 | 0 | 0.63 | 0.31 | 0.16 | 329.33 | 0.62 | 0.57 |
| Hex | D6 | 4F | 94 | 0 | 3F | 1F | 10 | 149 | 3E | 39 |
| Octal | 326 | 117 | 224 | 0 | 77 | 37 | 20 | 511 | 76 | 71 |
| Binary | 11010110 | 1001111 | 10010100 | 0 | 111111 | 11111 | 10000 | 101001001 | 111110 | 111001 |
Color Harmonies of #D64F94
Complementary color
Monochromatic Colors of #D64F94
Black with #D64F94
Text Example
Text Example
White with #D64F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F94; }
p { color: rgb(214,79,148); }
H1.HeaderClassName
{
color: #D64F94;
}
.AnyTagClassName
{
color: #D64F94;
}
</style>
background-color css
<style>
a { background-color: #D64F94; }
a { background-color: rgb(214,79,148); }
div.DivClassName
{
background-color: #D64F94;
}
.BgClassName
{
background-color: #D64F94;
}
</style>
border-color css
<style>
span { border-color: #D64F94; }
span { border-color: rgb(214,79,148); }
td.TdClassName
{
border-color: #D64F94;
}
.TagClassName
{
border-color: #D64F94;
}
</style>