Shades of Mulberry #D14897
Tints of Mulberry #D14897
RGB
CMYK
RGB Variations
Color information
#D14897 (or 0xD14897) is known color: Mulberry. HEX triplet: D1, 48 and 97. RGB value is (209,72,151). Sum of RGB (Red+Green+Blue) = 209+72+151=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D14897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14897 is #2EB768. Grayscale: #797979. Windows color (decimal): -3061609 or 9914577. OLE color: 9914577.
HSL color Cylindrical-coordinate representation of color #D14897: hue angle of 325.4º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14897 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 151 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.18 |
| HSL | 325.4º | 0.6% | 0.55% | - |
| HSV(B) | 325.4º | 0.66% | 0.82% | - |
| XYZ | 34.2 | 20.42 | 31.42 | - |
| YUV | 121.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 151 | 0 | 0.66 | 0.28 | 0.18 | 325.4 | 0.6 | 0.55 |
| Hex | D1 | 48 | 97 | 0 | 42 | 1C | 12 | 145 | 3C | 37 |
| Octal | 321 | 110 | 227 | 0 | 102 | 34 | 22 | 505 | 74 | 67 |
| Binary | 11010001 | 1001000 | 10010111 | 0 | 1000010 | 11100 | 10010 | 101000101 | 111100 | 110111 |
Color Harmonies of #D14897
Complementary color
Monochromatic Colors of #D14897
Black with #D14897
Text Example
Text Example
White with #D14897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14897; }
p { color: rgb(209,72,151); }
H1.HeaderClassName
{
color: #D14897;
}
.AnyTagClassName
{
color: #D14897;
}
</style>
background-color css
<style>
a { background-color: #D14897; }
a { background-color: rgb(209,72,151); }
div.DivClassName
{
background-color: #D14897;
}
.BgClassName
{
background-color: #D14897;
}
</style>
border-color css
<style>
span { border-color: #D14897; }
span { border-color: rgb(209,72,151); }
td.TdClassName
{
border-color: #D14897;
}
.TagClassName
{
border-color: #D14897;
}
</style>