Shades of Mulberry #D14486
Tints of Mulberry #D14486
RGB
CMYK
RGB Variations
Color information
#D14486 (or 0xD14486) is known color: Mulberry. HEX triplet: D1, 44 and 86. RGB value is (209,68,134). Sum of RGB (Red+Green+Blue) = 209+68+134=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D14486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14486 is #2EBB79. Grayscale: #757575. Windows color (decimal): -3062650 or 8799441. OLE color: 8799441.
HSL color Cylindrical-coordinate representation of color #D14486: hue angle of 331.91º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14486 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 134 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.18 |
| HSL | 331.91º | 0.61% | 0.54% | - |
| HSV(B) | 331.91º | 0.67% | 0.82% | - |
| XYZ | 32.66 | 19.41 | 24.58 | - |
| YUV | 117.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 134 | 0 | 0.67 | 0.36 | 0.18 | 331.91 | 0.61 | 0.54 |
| Hex | D1 | 44 | 86 | 0 | 43 | 24 | 12 | 14C | 3D | 36 |
| Octal | 321 | 104 | 206 | 0 | 103 | 44 | 22 | 514 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10000110 | 0 | 1000011 | 100100 | 10010 | 101001100 | 111101 | 110110 |
Color Harmonies of #D14486
Complementary color
Monochromatic Colors of #D14486
Black with #D14486
Text Example
Text Example
White with #D14486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14486; }
p { color: rgb(209,68,134); }
H1.HeaderClassName
{
color: #D14486;
}
.AnyTagClassName
{
color: #D14486;
}
</style>
background-color css
<style>
a { background-color: #D14486; }
a { background-color: rgb(209,68,134); }
div.DivClassName
{
background-color: #D14486;
}
.BgClassName
{
background-color: #D14486;
}
</style>
border-color css
<style>
span { border-color: #D14486; }
span { border-color: rgb(209,68,134); }
td.TdClassName
{
border-color: #D14486;
}
.TagClassName
{
border-color: #D14486;
}
</style>