Shades of Mulberry #D14481
Tints of Mulberry #D14481
RGB
CMYK
RGB Variations
Color information
#D14481 (or 0xD14481) is known color: Mulberry. HEX triplet: D1, 44 and 81. RGB value is (209,68,129). Sum of RGB (Red+Green+Blue) = 209+68+129=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D14481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14481 is #2EBB7E. Grayscale: #757575. Windows color (decimal): -3062655 or 8471761. OLE color: 8471761.
HSL color Cylindrical-coordinate representation of color #D14481: hue angle of 334.04º 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 #D14481 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 129 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.18 |
| HSL | 334.04º | 0.61% | 0.54% | - |
| HSV(B) | 334.04º | 0.67% | 0.82% | - |
| XYZ | 32.32 | 19.27 | 22.79 | - |
| YUV | 117.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 129 | 0 | 0.67 | 0.38 | 0.18 | 334.04 | 0.61 | 0.54 |
| Hex | D1 | 44 | 81 | 0 | 43 | 26 | 12 | 14E | 3D | 36 |
| Octal | 321 | 104 | 201 | 0 | 103 | 46 | 22 | 516 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10000001 | 0 | 1000011 | 100110 | 10010 | 101001110 | 111101 | 110110 |
Color Harmonies of #D14481
Complementary color
Monochromatic Colors of #D14481
Black with #D14481
Text Example
Text Example
White with #D14481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14481; }
p { color: rgb(209,68,129); }
H1.HeaderClassName
{
color: #D14481;
}
.AnyTagClassName
{
color: #D14481;
}
</style>
background-color css
<style>
a { background-color: #D14481; }
a { background-color: rgb(209,68,129); }
div.DivClassName
{
background-color: #D14481;
}
.BgClassName
{
background-color: #D14481;
}
</style>
border-color css
<style>
span { border-color: #D14481; }
span { border-color: rgb(209,68,129); }
td.TdClassName
{
border-color: #D14481;
}
.TagClassName
{
border-color: #D14481;
}
</style>