Shades of Mulberry #D14F86
Tints of Mulberry #D14F86
RGB
CMYK
RGB Variations
Color information
#D14F86 (or 0xD14F86) is known color: Mulberry. HEX triplet: D1, 4F and 86. RGB value is (209,79,134). Sum of RGB (Red+Green+Blue) = 209+79+134=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14F86 is #2EB079. Grayscale: #7C7C7C. Windows color (decimal): -3059834 or 8802257. OLE color: 8802257.
HSL color Cylindrical-coordinate representation of color #D14F86: hue angle of 334.62º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D14F86 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 134 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.18 |
| HSL | 334.62º | 0.59% | 0.56% | - |
| HSV(B) | 334.62º | 0.62% | 0.82% | - |
| XYZ | 33.39 | 20.87 | 24.82 | - |
| YUV | 124.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 134 | 0 | 0.62 | 0.36 | 0.18 | 334.62 | 0.59 | 0.56 |
| Hex | D1 | 4F | 86 | 0 | 3E | 24 | 12 | 14F | 3B | 38 |
| Octal | 321 | 117 | 206 | 0 | 76 | 44 | 22 | 517 | 73 | 70 |
| Binary | 11010001 | 1001111 | 10000110 | 0 | 111110 | 100100 | 10010 | 101001111 | 111011 | 111000 |
Color Harmonies of #D14F86
Complementary color
Monochromatic Colors of #D14F86
Black with #D14F86
Text Example
Text Example
White with #D14F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F86; }
p { color: rgb(209,79,134); }
H1.HeaderClassName
{
color: #D14F86;
}
.AnyTagClassName
{
color: #D14F86;
}
</style>
background-color css
<style>
a { background-color: #D14F86; }
a { background-color: rgb(209,79,134); }
div.DivClassName
{
background-color: #D14F86;
}
.BgClassName
{
background-color: #D14F86;
}
</style>
border-color css
<style>
span { border-color: #D14F86; }
span { border-color: rgb(209,79,134); }
td.TdClassName
{
border-color: #D14F86;
}
.TagClassName
{
border-color: #D14F86;
}
</style>