Shades of Mulberry #D14091
Tints of Mulberry #D14091
RGB
CMYK
RGB Variations
Color information
#D14091 (or 0xD14091) is known color: Mulberry. HEX triplet: D1, 40 and 91. RGB value is (209,64,145). Sum of RGB (Red+Green+Blue) = 209+64+145=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D14091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14091 is #2EBF6E. Grayscale: #747474. Windows color (decimal): -3063663 or 9519313. OLE color: 9519313.
HSL color Cylindrical-coordinate representation of color #D14091: hue angle of 326.48º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14091 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 145 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.18 |
| HSL | 326.48º | 0.61% | 0.54% | - |
| HSV(B) | 326.48º | 0.69% | 0.82% | - |
| XYZ | 33.24 | 19.27 | 28.75 | - |
| YUV | 116.59 | 144.04 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 145 | 0 | 0.69 | 0.31 | 0.18 | 326.48 | 0.61 | 0.54 |
| Hex | D1 | 40 | 91 | 0 | 45 | 1F | 12 | 146 | 3D | 36 |
| Octal | 321 | 100 | 221 | 0 | 105 | 37 | 22 | 506 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10010001 | 0 | 1000101 | 11111 | 10010 | 101000110 | 111101 | 110110 |
Color Harmonies of #D14091
Complementary color
Monochromatic Colors of #D14091
Black with #D14091
Text Example
Text Example
White with #D14091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14091; }
p { color: rgb(209,64,145); }
H1.HeaderClassName
{
color: #D14091;
}
.AnyTagClassName
{
color: #D14091;
}
</style>
background-color css
<style>
a { background-color: #D14091; }
a { background-color: rgb(209,64,145); }
div.DivClassName
{
background-color: #D14091;
}
.BgClassName
{
background-color: #D14091;
}
</style>
border-color css
<style>
span { border-color: #D14091; }
span { border-color: rgb(209,64,145); }
td.TdClassName
{
border-color: #D14091;
}
.TagClassName
{
border-color: #D14091;
}
</style>