Shades of Mulberry #D14883
Tints of Mulberry #D14883
RGB
CMYK
RGB Variations
Color information
#D14883 (or 0xD14883) is known color: Mulberry. HEX triplet: D1, 48 and 83. RGB value is (209,72,131). Sum of RGB (Red+Green+Blue) = 209+72+131=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D14883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14883 is #2EB77C. Grayscale: #777777. Windows color (decimal): -3061629 or 8603857. OLE color: 8603857.
HSL color Cylindrical-coordinate representation of color #D14883: hue angle of 334.16º 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 #D14883 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 131 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.18 |
| HSL | 334.16º | 0.6% | 0.55% | - |
| HSV(B) | 334.16º | 0.66% | 0.82% | - |
| XYZ | 32.71 | 19.83 | 23.58 | - |
| YUV | 119.69 | 134.39 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 131 | 0 | 0.66 | 0.37 | 0.18 | 334.16 | 0.6 | 0.55 |
| Hex | D1 | 48 | 83 | 0 | 42 | 25 | 12 | 14E | 3C | 37 |
| Octal | 321 | 110 | 203 | 0 | 102 | 45 | 22 | 516 | 74 | 67 |
| Binary | 11010001 | 1001000 | 10000011 | 0 | 1000010 | 100101 | 10010 | 101001110 | 111100 | 110111 |
Color Harmonies of #D14883
Complementary color
Monochromatic Colors of #D14883
Black with #D14883
Text Example
Text Example
White with #D14883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14883; }
p { color: rgb(209,72,131); }
H1.HeaderClassName
{
color: #D14883;
}
.AnyTagClassName
{
color: #D14883;
}
</style>
background-color css
<style>
a { background-color: #D14883; }
a { background-color: rgb(209,72,131); }
div.DivClassName
{
background-color: #D14883;
}
.BgClassName
{
background-color: #D14883;
}
</style>
border-color css
<style>
span { border-color: #D14883; }
span { border-color: rgb(209,72,131); }
td.TdClassName
{
border-color: #D14883;
}
.TagClassName
{
border-color: #D14883;
}
</style>