Shades of Mulberry #D14097
Tints of Mulberry #D14097
RGB
CMYK
RGB Variations
Color information
#D14097 (or 0xD14097) is known color: Mulberry. HEX triplet: D1, 40 and 97. RGB value is (209,64,151). Sum of RGB (Red+Green+Blue) = 209+64+151=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D14097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14097 is #2EBF68. Grayscale: #757575. Windows color (decimal): -3063657 or 9912529. OLE color: 9912529.
HSL color Cylindrical-coordinate representation of color #D14097: hue angle of 324º 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 #D14097 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 151 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.18 |
| HSL | 324º | 0.61% | 0.54% | - |
| HSV(B) | 324º | 0.69% | 0.82% | - |
| XYZ | 33.71 | 19.46 | 31.26 | - |
| YUV | 117.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 151 | 0 | 0.69 | 0.28 | 0.18 | 324 | 0.61 | 0.54 |
| Hex | D1 | 40 | 97 | 0 | 45 | 1C | 12 | 144 | 3D | 36 |
| Octal | 321 | 100 | 227 | 0 | 105 | 34 | 22 | 504 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10010111 | 0 | 1000101 | 11100 | 10010 | 101000100 | 111101 | 110110 |
Color Harmonies of #D14097
Complementary color
Monochromatic Colors of #D14097
Black with #D14097
Text Example
Text Example
White with #D14097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14097; }
p { color: rgb(209,64,151); }
H1.HeaderClassName
{
color: #D14097;
}
.AnyTagClassName
{
color: #D14097;
}
</style>
background-color css
<style>
a { background-color: #D14097; }
a { background-color: rgb(209,64,151); }
div.DivClassName
{
background-color: #D14097;
}
.BgClassName
{
background-color: #D14097;
}
</style>
border-color css
<style>
span { border-color: #D14097; }
span { border-color: rgb(209,64,151); }
td.TdClassName
{
border-color: #D14097;
}
.TagClassName
{
border-color: #D14097;
}
</style>