Shades of Mulberry #D34F9F
Tints of Mulberry #D34F9F
RGB
CMYK
RGB Variations
Color information
#D34F9F (or 0xD34F9F) is known color: Mulberry. HEX triplet: D3, 4F and 9F. RGB value is (211,79,159). Sum of RGB (Red+Green+Blue) = 211+79+159=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34F9F is #2CB060. Grayscale: #7F7F7F. Windows color (decimal): -2928737 or 10440659. OLE color: 10440659.
HSL color Cylindrical-coordinate representation of color #D34F9F: hue angle of 323.64º 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 #D34F9F is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 79 | 159 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.17 |
| HSL | 323.64º | 0.6% | 0.57% | - |
| HSV(B) | 323.64º | 0.63% | 0.83% | - |
| XYZ | 35.92 | 21.94 | 35.14 | - |
| YUV | 127.59 | 145.73 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 159 | 0 | 0.63 | 0.25 | 0.17 | 323.64 | 0.6 | 0.57 |
| Hex | D3 | 4F | 9F | 0 | 3F | 19 | 11 | 144 | 3C | 39 |
| Octal | 323 | 117 | 237 | 0 | 77 | 31 | 21 | 504 | 74 | 71 |
| Binary | 11010011 | 1001111 | 10011111 | 0 | 111111 | 11001 | 10001 | 101000100 | 111100 | 111001 |
Color Harmonies of #D34F9F
Complementary color
Monochromatic Colors of #D34F9F
Black with #D34F9F
Text Example
Text Example
White with #D34F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34F9F; }
p { color: rgb(211,79,159); }
H1.HeaderClassName
{
color: #D34F9F;
}
.AnyTagClassName
{
color: #D34F9F;
}
</style>
background-color css
<style>
a { background-color: #D34F9F; }
a { background-color: rgb(211,79,159); }
div.DivClassName
{
background-color: #D34F9F;
}
.BgClassName
{
background-color: #D34F9F;
}
</style>
border-color css
<style>
span { border-color: #D34F9F; }
span { border-color: rgb(211,79,159); }
td.TdClassName
{
border-color: #D34F9F;
}
.TagClassName
{
border-color: #D34F9F;
}
</style>