Shades of Mulberry #D14995
Tints of Mulberry #D14995
RGB
CMYK
RGB Variations
Color information
#D14995 (or 0xD14995) is known color: Mulberry. HEX triplet: D1, 49 and 95. RGB value is (209,73,149). Sum of RGB (Red+Green+Blue) = 209+73+149=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D14995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14995 is #2EB66A. Grayscale: #7A7A7A. Windows color (decimal): -3061355 or 9783761. OLE color: 9783761.
HSL color Cylindrical-coordinate representation of color #D14995: hue angle of 326.47º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14995 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 149 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.18 |
| HSL | 326.47º | 0.6% | 0.55% | - |
| HSV(B) | 326.47º | 0.65% | 0.82% | - |
| XYZ | 34.1 | 20.49 | 30.59 | - |
| YUV | 122.33 | 143.06 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 149 | 0 | 0.65 | 0.29 | 0.18 | 326.47 | 0.6 | 0.55 |
| Hex | D1 | 49 | 95 | 0 | 41 | 1D | 12 | 146 | 3C | 37 |
| Octal | 321 | 111 | 225 | 0 | 101 | 35 | 22 | 506 | 74 | 67 |
| Binary | 11010001 | 1001001 | 10010101 | 0 | 1000001 | 11101 | 10010 | 101000110 | 111100 | 110111 |
Color Harmonies of #D14995
Complementary color
Monochromatic Colors of #D14995
Black with #D14995
Text Example
Text Example
White with #D14995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14995; }
p { color: rgb(209,73,149); }
H1.HeaderClassName
{
color: #D14995;
}
.AnyTagClassName
{
color: #D14995;
}
</style>
background-color css
<style>
a { background-color: #D14995; }
a { background-color: rgb(209,73,149); }
div.DivClassName
{
background-color: #D14995;
}
.BgClassName
{
background-color: #D14995;
}
</style>
border-color css
<style>
span { border-color: #D14995; }
span { border-color: rgb(209,73,149); }
td.TdClassName
{
border-color: #D14995;
}
.TagClassName
{
border-color: #D14995;
}
</style>