Shades of Mulberry #D14585
Tints of Mulberry #D14585
RGB
CMYK
RGB Variations
Color information
#D14585 (or 0xD14585) is known color: Mulberry. HEX triplet: D1, 45 and 85. RGB value is (209,69,133). Sum of RGB (Red+Green+Blue) = 209+69+133=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D14585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14585 is #2EBA7A. Grayscale: #767676. Windows color (decimal): -3062395 or 8734161. OLE color: 8734161.
HSL color Cylindrical-coordinate representation of color #D14585: hue angle of 332.57º 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 #D14585 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 133 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.18 |
| HSL | 332.57º | 0.6% | 0.55% | - |
| HSV(B) | 332.57º | 0.67% | 0.82% | - |
| XYZ | 32.66 | 19.51 | 24.23 | - |
| YUV | 118.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 133 | 0 | 0.67 | 0.36 | 0.18 | 332.57 | 0.6 | 0.55 |
| Hex | D1 | 45 | 85 | 0 | 43 | 24 | 12 | 14D | 3C | 37 |
| Octal | 321 | 105 | 205 | 0 | 103 | 44 | 22 | 515 | 74 | 67 |
| Binary | 11010001 | 1000101 | 10000101 | 0 | 1000011 | 100100 | 10010 | 101001101 | 111100 | 110111 |
Color Harmonies of #D14585
Complementary color
Monochromatic Colors of #D14585
Black with #D14585
Text Example
Text Example
White with #D14585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14585; }
p { color: rgb(209,69,133); }
H1.HeaderClassName
{
color: #D14585;
}
.AnyTagClassName
{
color: #D14585;
}
</style>
background-color css
<style>
a { background-color: #D14585; }
a { background-color: rgb(209,69,133); }
div.DivClassName
{
background-color: #D14585;
}
.BgClassName
{
background-color: #D14585;
}
</style>
border-color css
<style>
span { border-color: #D14585; }
span { border-color: rgb(209,69,133); }
td.TdClassName
{
border-color: #D14585;
}
.TagClassName
{
border-color: #D14585;
}
</style>