Shades of Mulberry #D34F95
Tints of Mulberry #D34F95
RGB
CMYK
RGB Variations
Color information
#D34F95 (or 0xD34F95) is known color: Mulberry. HEX triplet: D3, 4F and 95. RGB value is (211,79,149). Sum of RGB (Red+Green+Blue) = 211+79+149=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34F95 is #2CB06A. Grayscale: #7E7E7E. Windows color (decimal): -2928747 or 9785299. OLE color: 9785299.
HSL color Cylindrical-coordinate representation of color #D34F95: hue angle of 328.18º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34F95 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 79 | 149 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.17 |
| HSL | 328.18º | 0.6% | 0.57% | - |
| HSV(B) | 328.18º | 0.63% | 0.83% | - |
| XYZ | 35.08 | 21.61 | 30.76 | - |
| YUV | 126.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 149 | 0 | 0.63 | 0.29 | 0.17 | 328.18 | 0.6 | 0.57 |
| Hex | D3 | 4F | 95 | 0 | 3F | 1D | 11 | 148 | 3C | 39 |
| Octal | 323 | 117 | 225 | 0 | 77 | 35 | 21 | 510 | 74 | 71 |
| Binary | 11010011 | 1001111 | 10010101 | 0 | 111111 | 11101 | 10001 | 101001000 | 111100 | 111001 |
Color Harmonies of #D34F95
Complementary color
Monochromatic Colors of #D34F95
Black with #D34F95
Text Example
Text Example
White with #D34F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34F95; }
p { color: rgb(211,79,149); }
H1.HeaderClassName
{
color: #D34F95;
}
.AnyTagClassName
{
color: #D34F95;
}
</style>
background-color css
<style>
a { background-color: #D34F95; }
a { background-color: rgb(211,79,149); }
div.DivClassName
{
background-color: #D34F95;
}
.BgClassName
{
background-color: #D34F95;
}
</style>
border-color css
<style>
span { border-color: #D34F95; }
span { border-color: rgb(211,79,149); }
td.TdClassName
{
border-color: #D34F95;
}
.TagClassName
{
border-color: #D34F95;
}
</style>