Shades of Mulberry #D14197
Tints of Mulberry #D14197
RGB
CMYK
RGB Variations
Color information
#D14197 (or 0xD14197) is known color: Mulberry. HEX triplet: D1, 41 and 97. RGB value is (209,65,151). Sum of RGB (Red+Green+Blue) = 209+65+151=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D14197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14197 is #2EBE68. Grayscale: #757575. Windows color (decimal): -3063401 or 9912785. OLE color: 9912785.
HSL color Cylindrical-coordinate representation of color #D14197: hue angle of 324.17º 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 #D14197 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 151 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.18 |
| HSL | 324.17º | 0.61% | 0.54% | - |
| HSV(B) | 324.17º | 0.69% | 0.82% | - |
| XYZ | 33.77 | 19.57 | 31.28 | - |
| YUV | 117.86 | 146.71 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 151 | 0 | 0.69 | 0.28 | 0.18 | 324.17 | 0.61 | 0.54 |
| Hex | D1 | 41 | 97 | 0 | 45 | 1C | 12 | 144 | 3D | 36 |
| Octal | 321 | 101 | 227 | 0 | 105 | 34 | 22 | 504 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10010111 | 0 | 1000101 | 11100 | 10010 | 101000100 | 111101 | 110110 |
Color Harmonies of #D14197
Complementary color
Monochromatic Colors of #D14197
Black with #D14197
Text Example
Text Example
White with #D14197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14197; }
p { color: rgb(209,65,151); }
H1.HeaderClassName
{
color: #D14197;
}
.AnyTagClassName
{
color: #D14197;
}
</style>
background-color css
<style>
a { background-color: #D14197; }
a { background-color: rgb(209,65,151); }
div.DivClassName
{
background-color: #D14197;
}
.BgClassName
{
background-color: #D14197;
}
</style>
border-color css
<style>
span { border-color: #D14197; }
span { border-color: rgb(209,65,151); }
td.TdClassName
{
border-color: #D14197;
}
.TagClassName
{
border-color: #D14197;
}
</style>