Shades of Mulberry #D64F95
Tints of Mulberry #D64F95
RGB
CMYK
RGB Variations
Color information
#D64F95 (or 0xD64F95) is known color: Mulberry. HEX triplet: D6, 4F and 95. RGB value is (214,79,149). Sum of RGB (Red+Green+Blue) = 214+79+149=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F95 is #29B06A. Grayscale: #7F7F7F. Windows color (decimal): -2732139 or 9785302. OLE color: 9785302.
HSL color Cylindrical-coordinate representation of color #D64F95: hue angle of 328.89º 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 #D64F95 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 149 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.16 |
| HSL | 328.89º | 0.62% | 0.57% | - |
| HSV(B) | 328.89º | 0.63% | 0.84% | - |
| XYZ | 35.95 | 22.06 | 30.8 | - |
| YUV | 127.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 149 | 0 | 0.63 | 0.30 | 0.16 | 328.89 | 0.62 | 0.57 |
| Hex | D6 | 4F | 95 | 0 | 3F | 1E | 10 | 149 | 3E | 39 |
| Octal | 326 | 117 | 225 | 0 | 77 | 36 | 20 | 511 | 76 | 71 |
| Binary | 11010110 | 1001111 | 10010101 | 0 | 111111 | 11110 | 10000 | 101001001 | 111110 | 111001 |
Color Harmonies of #D64F95
Complementary color
Monochromatic Colors of #D64F95
Black with #D64F95
Text Example
Text Example
White with #D64F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F95; }
p { color: rgb(214,79,149); }
H1.HeaderClassName
{
color: #D64F95;
}
.AnyTagClassName
{
color: #D64F95;
}
</style>
background-color css
<style>
a { background-color: #D64F95; }
a { background-color: rgb(214,79,149); }
div.DivClassName
{
background-color: #D64F95;
}
.BgClassName
{
background-color: #D64F95;
}
</style>
border-color css
<style>
span { border-color: #D64F95; }
span { border-color: rgb(214,79,149); }
td.TdClassName
{
border-color: #D64F95;
}
.TagClassName
{
border-color: #D64F95;
}
</style>