Shades of Mulberry #D14B85
Tints of Mulberry #D14B85
RGB
CMYK
RGB Variations
Color information
#D14B85 (or 0xD14B85) is known color: Mulberry. HEX triplet: D1, 4B and 85. RGB value is (209,75,133). Sum of RGB (Red+Green+Blue) = 209+75+133=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14B85 is #2EB47A. Grayscale: #797979. Windows color (decimal): -3060859 or 8735697. OLE color: 8735697.
HSL color Cylindrical-coordinate representation of color #D14B85: hue angle of 334.03º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14B85 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 133 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.18 |
| HSL | 334.03º | 0.59% | 0.56% | - |
| HSV(B) | 334.03º | 0.64% | 0.82% | - |
| XYZ | 33.04 | 20.28 | 24.36 | - |
| YUV | 121.68 | 134.39 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 133 | 0 | 0.64 | 0.36 | 0.18 | 334.03 | 0.59 | 0.56 |
| Hex | D1 | 4B | 85 | 0 | 40 | 24 | 12 | 14E | 3B | 38 |
| Octal | 321 | 113 | 205 | 0 | 100 | 44 | 22 | 516 | 73 | 70 |
| Binary | 11010001 | 1001011 | 10000101 | 0 | 1000000 | 100100 | 10010 | 101001110 | 111011 | 111000 |
Color Harmonies of #D14B85
Complementary color
Monochromatic Colors of #D14B85
Black with #D14B85
Text Example
Text Example
White with #D14B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14B85; }
p { color: rgb(209,75,133); }
H1.HeaderClassName
{
color: #D14B85;
}
.AnyTagClassName
{
color: #D14B85;
}
</style>
background-color css
<style>
a { background-color: #D14B85; }
a { background-color: rgb(209,75,133); }
div.DivClassName
{
background-color: #D14B85;
}
.BgClassName
{
background-color: #D14B85;
}
</style>
border-color css
<style>
span { border-color: #D14B85; }
span { border-color: rgb(209,75,133); }
td.TdClassName
{
border-color: #D14B85;
}
.TagClassName
{
border-color: #D14B85;
}
</style>