Shades of Mulberry #D14583
Tints of Mulberry #D14583
RGB
CMYK
RGB Variations
Color information
#D14583 (or 0xD14583) is known color: Mulberry. HEX triplet: D1, 45 and 83. RGB value is (209,69,131). Sum of RGB (Red+Green+Blue) = 209+69+131=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D14583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14583 is #2EBA7C. Grayscale: #757575. Windows color (decimal): -3062397 or 8603089. OLE color: 8603089.
HSL color Cylindrical-coordinate representation of color #D14583: hue angle of 333.43º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14583 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 131 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.18 |
| HSL | 333.43º | 0.6% | 0.55% | - |
| HSV(B) | 333.43º | 0.67% | 0.82% | - |
| XYZ | 32.52 | 19.45 | 23.51 | - |
| YUV | 117.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 131 | 0 | 0.67 | 0.37 | 0.18 | 333.43 | 0.6 | 0.55 |
| Hex | D1 | 45 | 83 | 0 | 43 | 25 | 12 | 14D | 3C | 37 |
| Octal | 321 | 105 | 203 | 0 | 103 | 45 | 22 | 515 | 74 | 67 |
| Binary | 11010001 | 1000101 | 10000011 | 0 | 1000011 | 100101 | 10010 | 101001101 | 111100 | 110111 |
Color Harmonies of #D14583
Complementary color
Monochromatic Colors of #D14583
Black with #D14583
Text Example
Text Example
White with #D14583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14583; }
p { color: rgb(209,69,131); }
H1.HeaderClassName
{
color: #D14583;
}
.AnyTagClassName
{
color: #D14583;
}
</style>
background-color css
<style>
a { background-color: #D14583; }
a { background-color: rgb(209,69,131); }
div.DivClassName
{
background-color: #D14583;
}
.BgClassName
{
background-color: #D14583;
}
</style>
border-color css
<style>
span { border-color: #D14583; }
span { border-color: rgb(209,69,131); }
td.TdClassName
{
border-color: #D14583;
}
.TagClassName
{
border-color: #D14583;
}
</style>