Shades of Mulberry #D14382
Tints of Mulberry #D14382
RGB
CMYK
RGB Variations
Color information
#D14382 (or 0xD14382) is known color: Mulberry. HEX triplet: D1, 43 and 82. RGB value is (209,67,130). Sum of RGB (Red+Green+Blue) = 209+67+130=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D14382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14382 is #2EBC7D. Grayscale: #747474. Windows color (decimal): -3062910 or 8537041. OLE color: 8537041.
HSL color Cylindrical-coordinate representation of color #D14382: hue angle of 333.38º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14382 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 130 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.18 |
| HSL | 333.38º | 0.61% | 0.54% | - |
| HSV(B) | 333.38º | 0.68% | 0.82% | - |
| XYZ | 32.33 | 19.18 | 23.12 | - |
| YUV | 116.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 130 | 0 | 0.68 | 0.38 | 0.18 | 333.38 | 0.61 | 0.54 |
| Hex | D1 | 43 | 82 | 0 | 44 | 26 | 12 | 14D | 3D | 36 |
| Octal | 321 | 103 | 202 | 0 | 104 | 46 | 22 | 515 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10000010 | 0 | 1000100 | 100110 | 10010 | 101001101 | 111101 | 110110 |
Color Harmonies of #D14382
Complementary color
Monochromatic Colors of #D14382
Black with #D14382
Text Example
Text Example
White with #D14382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14382; }
p { color: rgb(209,67,130); }
H1.HeaderClassName
{
color: #D14382;
}
.AnyTagClassName
{
color: #D14382;
}
</style>
background-color css
<style>
a { background-color: #D14382; }
a { background-color: rgb(209,67,130); }
div.DivClassName
{
background-color: #D14382;
}
.BgClassName
{
background-color: #D14382;
}
</style>
border-color css
<style>
span { border-color: #D14382; }
span { border-color: rgb(209,67,130); }
td.TdClassName
{
border-color: #D14382;
}
.TagClassName
{
border-color: #D14382;
}
</style>