Shades of Mulberry #D14392
Tints of Mulberry #D14392
RGB
CMYK
RGB Variations
Color information
#D14392 (or 0xD14392) is known color: Mulberry. HEX triplet: D1, 43 and 92. RGB value is (209,67,146). Sum of RGB (Red+Green+Blue) = 209+67+146=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D14392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14392 is #2EBC6D. Grayscale: #767676. Windows color (decimal): -3062894 or 9585617. OLE color: 9585617.
HSL color Cylindrical-coordinate representation of color #D14392: hue angle of 326.62º 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 #D14392 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 146 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.18 |
| HSL | 326.62º | 0.61% | 0.54% | - |
| HSV(B) | 326.62º | 0.68% | 0.82% | - |
| XYZ | 33.49 | 19.64 | 29.22 | - |
| YUV | 118.46 | 143.54 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 146 | 0 | 0.68 | 0.30 | 0.18 | 326.62 | 0.61 | 0.54 |
| Hex | D1 | 43 | 92 | 0 | 44 | 1E | 12 | 147 | 3D | 36 |
| Octal | 321 | 103 | 222 | 0 | 104 | 36 | 22 | 507 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10010010 | 0 | 1000100 | 11110 | 10010 | 101000111 | 111101 | 110110 |
Color Harmonies of #D14392
Complementary color
Monochromatic Colors of #D14392
Black with #D14392
Text Example
Text Example
White with #D14392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14392; }
p { color: rgb(209,67,146); }
H1.HeaderClassName
{
color: #D14392;
}
.AnyTagClassName
{
color: #D14392;
}
</style>
background-color css
<style>
a { background-color: #D14392; }
a { background-color: rgb(209,67,146); }
div.DivClassName
{
background-color: #D14392;
}
.BgClassName
{
background-color: #D14392;
}
</style>
border-color css
<style>
span { border-color: #D14392; }
span { border-color: rgb(209,67,146); }
td.TdClassName
{
border-color: #D14392;
}
.TagClassName
{
border-color: #D14392;
}
</style>