Shades of Mulberry #D14282
Tints of Mulberry #D14282
RGB
CMYK
RGB Variations
Color information
#D14282 (or 0xD14282) is known color: Mulberry. HEX triplet: D1, 42 and 82. RGB value is (209,66,130). Sum of RGB (Red+Green+Blue) = 209+66+130=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D14282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14282 is #2EBD7D. Grayscale: #737373. Windows color (decimal): -3063166 or 8536785. OLE color: 8536785.
HSL color Cylindrical-coordinate representation of color #D14282: hue angle of 333.15º 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 #D14282 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 130 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.18 |
| HSL | 333.15º | 0.61% | 0.54% | - |
| HSV(B) | 333.15º | 0.68% | 0.82% | - |
| XYZ | 32.27 | 19.06 | 23.1 | - |
| YUV | 116.05 | 135.88 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 130 | 0 | 0.68 | 0.38 | 0.18 | 333.15 | 0.61 | 0.54 |
| Hex | D1 | 42 | 82 | 0 | 44 | 26 | 12 | 14D | 3D | 36 |
| Octal | 321 | 102 | 202 | 0 | 104 | 46 | 22 | 515 | 75 | 66 |
| Binary | 11010001 | 1000010 | 10000010 | 0 | 1000100 | 100110 | 10010 | 101001101 | 111101 | 110110 |
Color Harmonies of #D14282
Complementary color
Monochromatic Colors of #D14282
Black with #D14282
Text Example
Text Example
White with #D14282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14282; }
p { color: rgb(209,66,130); }
H1.HeaderClassName
{
color: #D14282;
}
.AnyTagClassName
{
color: #D14282;
}
</style>
background-color css
<style>
a { background-color: #D14282; }
a { background-color: rgb(209,66,130); }
div.DivClassName
{
background-color: #D14282;
}
.BgClassName
{
background-color: #D14282;
}
</style>
border-color css
<style>
span { border-color: #D14282; }
span { border-color: rgb(209,66,130); }
td.TdClassName
{
border-color: #D14282;
}
.TagClassName
{
border-color: #D14282;
}
</style>