Shades of Mulberry #D14885
Tints of Mulberry #D14885
RGB
CMYK
RGB Variations
Color information
#D14885 (or 0xD14885) is known color: Mulberry. HEX triplet: D1, 48 and 85. RGB value is (209,72,133). Sum of RGB (Red+Green+Blue) = 209+72+133=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D14885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14885 is #2EB77A. Grayscale: #777777. Windows color (decimal): -3061627 or 8734929. OLE color: 8734929.
HSL color Cylindrical-coordinate representation of color #D14885: hue angle of 333.28º 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 #D14885 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 133 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.18 |
| HSL | 333.28º | 0.6% | 0.55% | - |
| HSV(B) | 333.28º | 0.66% | 0.82% | - |
| XYZ | 32.85 | 19.88 | 24.3 | - |
| YUV | 119.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 133 | 0 | 0.66 | 0.36 | 0.18 | 333.28 | 0.6 | 0.55 |
| Hex | D1 | 48 | 85 | 0 | 42 | 24 | 12 | 14D | 3C | 37 |
| Octal | 321 | 110 | 205 | 0 | 102 | 44 | 22 | 515 | 74 | 67 |
| Binary | 11010001 | 1001000 | 10000101 | 0 | 1000010 | 100100 | 10010 | 101001101 | 111100 | 110111 |
Color Harmonies of #D14885
Complementary color
Monochromatic Colors of #D14885
Black with #D14885
Text Example
Text Example
White with #D14885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14885; }
p { color: rgb(209,72,133); }
H1.HeaderClassName
{
color: #D14885;
}
.AnyTagClassName
{
color: #D14885;
}
</style>
background-color css
<style>
a { background-color: #D14885; }
a { background-color: rgb(209,72,133); }
div.DivClassName
{
background-color: #D14885;
}
.BgClassName
{
background-color: #D14885;
}
</style>
border-color css
<style>
span { border-color: #D14885; }
span { border-color: rgb(209,72,133); }
td.TdClassName
{
border-color: #D14885;
}
.TagClassName
{
border-color: #D14885;
}
</style>