Shades of Mulberry #D14385
Tints of Mulberry #D14385
RGB
CMYK
RGB Variations
Color information
#D14385 (or 0xD14385) is known color: Mulberry. HEX triplet: D1, 43 and 85. RGB value is (209,67,133). Sum of RGB (Red+Green+Blue) = 209+67+133=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D14385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14385 is #2EBC7A. Grayscale: #747474. Windows color (decimal): -3062907 or 8733649. OLE color: 8733649.
HSL color Cylindrical-coordinate representation of color #D14385: hue angle of 332.11º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14385 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 133 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.18 |
| HSL | 332.11º | 0.61% | 0.54% | - |
| HSV(B) | 332.11º | 0.68% | 0.82% | - |
| XYZ | 32.54 | 19.26 | 24.19 | - |
| YUV | 116.98 | 137.04 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 133 | 0 | 0.68 | 0.36 | 0.18 | 332.11 | 0.61 | 0.54 |
| Hex | D1 | 43 | 85 | 0 | 44 | 24 | 12 | 14C | 3D | 36 |
| Octal | 321 | 103 | 205 | 0 | 104 | 44 | 22 | 514 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10000101 | 0 | 1000100 | 100100 | 10010 | 101001100 | 111101 | 110110 |
Color Harmonies of #D14385
Complementary color
Monochromatic Colors of #D14385
Black with #D14385
Text Example
Text Example
White with #D14385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14385; }
p { color: rgb(209,67,133); }
H1.HeaderClassName
{
color: #D14385;
}
.AnyTagClassName
{
color: #D14385;
}
</style>
background-color css
<style>
a { background-color: #D14385; }
a { background-color: rgb(209,67,133); }
div.DivClassName
{
background-color: #D14385;
}
.BgClassName
{
background-color: #D14385;
}
</style>
border-color css
<style>
span { border-color: #D14385; }
span { border-color: rgb(209,67,133); }
td.TdClassName
{
border-color: #D14385;
}
.TagClassName
{
border-color: #D14385;
}
</style>