Shades of Mulberry #D14999
Tints of Mulberry #D14999
RGB
CMYK
RGB Variations
Color information
#D14999 (or 0xD14999) is known color: Mulberry. HEX triplet: D1, 49 and 99. RGB value is (209,73,153). Sum of RGB (Red+Green+Blue) = 209+73+153=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D14999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14999 is #2EB666. Grayscale: #7A7A7A. Windows color (decimal): -3061351 or 10045905. OLE color: 10045905.
HSL color Cylindrical-coordinate representation of color #D14999: hue angle of 324.71º 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 #D14999 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 153 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.18 |
| HSL | 324.71º | 0.6% | 0.55% | - |
| HSV(B) | 324.71º | 0.65% | 0.82% | - |
| XYZ | 34.43 | 20.62 | 32.3 | - |
| YUV | 122.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 153 | 0 | 0.65 | 0.27 | 0.18 | 324.71 | 0.6 | 0.55 |
| Hex | D1 | 49 | 99 | 0 | 41 | 1B | 12 | 145 | 3C | 37 |
| Octal | 321 | 111 | 231 | 0 | 101 | 33 | 22 | 505 | 74 | 67 |
| Binary | 11010001 | 1001001 | 10011001 | 0 | 1000001 | 11011 | 10010 | 101000101 | 111100 | 110111 |
Color Harmonies of #D14999
Complementary color
Monochromatic Colors of #D14999
Black with #D14999
Text Example
Text Example
White with #D14999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14999; }
p { color: rgb(209,73,153); }
H1.HeaderClassName
{
color: #D14999;
}
.AnyTagClassName
{
color: #D14999;
}
</style>
background-color css
<style>
a { background-color: #D14999; }
a { background-color: rgb(209,73,153); }
div.DivClassName
{
background-color: #D14999;
}
.BgClassName
{
background-color: #D14999;
}
</style>
border-color css
<style>
span { border-color: #D14999; }
span { border-color: rgb(209,73,153); }
td.TdClassName
{
border-color: #D14999;
}
.TagClassName
{
border-color: #D14999;
}
</style>