Shades of Mulberry #D14B8D
Tints of Mulberry #D14B8D
RGB
CMYK
RGB Variations
Color information
#D14B8D (or 0xD14B8D) is known color: Mulberry. HEX triplet: D1, 4B and 8D. RGB value is (209,75,141). Sum of RGB (Red+Green+Blue) = 209+75+141=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14B8D is #2EB472. Grayscale: #7A7A7A. Windows color (decimal): -3060851 or 9259985. OLE color: 9259985.
HSL color Cylindrical-coordinate representation of color #D14B8D: hue angle of 330.45º 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 #D14B8D is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 141 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.18 |
| HSL | 330.45º | 0.59% | 0.56% | - |
| HSV(B) | 330.45º | 0.64% | 0.82% | - |
| XYZ | 33.62 | 20.51 | 27.39 | - |
| YUV | 122.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 141 | 0 | 0.64 | 0.33 | 0.18 | 330.45 | 0.59 | 0.56 |
| Hex | D1 | 4B | 8D | 0 | 40 | 21 | 12 | 14A | 3B | 38 |
| Octal | 321 | 113 | 215 | 0 | 100 | 41 | 22 | 512 | 73 | 70 |
| Binary | 11010001 | 1001011 | 10001101 | 0 | 1000000 | 100001 | 10010 | 101001010 | 111011 | 111000 |
Color Harmonies of #D14B8D
Complementary color
Monochromatic Colors of #D14B8D
Black with #D14B8D
Text Example
Text Example
White with #D14B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14B8D; }
p { color: rgb(209,75,141); }
H1.HeaderClassName
{
color: #D14B8D;
}
.AnyTagClassName
{
color: #D14B8D;
}
</style>
background-color css
<style>
a { background-color: #D14B8D; }
a { background-color: rgb(209,75,141); }
div.DivClassName
{
background-color: #D14B8D;
}
.BgClassName
{
background-color: #D14B8D;
}
</style>
border-color css
<style>
span { border-color: #D14B8D; }
span { border-color: rgb(209,75,141); }
td.TdClassName
{
border-color: #D14B8D;
}
.TagClassName
{
border-color: #D14B8D;
}
</style>