Shades of Mulberry #D14293
Tints of Mulberry #D14293
RGB
CMYK
RGB Variations
Color information
#D14293 (or 0xD14293) is known color: Mulberry. HEX triplet: D1, 42 and 93. RGB value is (209,66,147). Sum of RGB (Red+Green+Blue) = 209+66+147=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D14293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14293 is #2EBD6C. Grayscale: #757575. Windows color (decimal): -3063149 or 9650897. OLE color: 9650897.
HSL color Cylindrical-coordinate representation of color #D14293: hue angle of 326.01º 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 #D14293 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 147 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.18 |
| HSL | 326.01º | 0.61% | 0.54% | - |
| HSV(B) | 326.01º | 0.68% | 0.82% | - |
| XYZ | 33.51 | 19.56 | 29.61 | - |
| YUV | 117.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 147 | 0 | 0.68 | 0.30 | 0.18 | 326.01 | 0.61 | 0.54 |
| Hex | D1 | 42 | 93 | 0 | 44 | 1E | 12 | 146 | 3D | 36 |
| Octal | 321 | 102 | 223 | 0 | 104 | 36 | 22 | 506 | 75 | 66 |
| Binary | 11010001 | 1000010 | 10010011 | 0 | 1000100 | 11110 | 10010 | 101000110 | 111101 | 110110 |
Color Harmonies of #D14293
Complementary color
Monochromatic Colors of #D14293
Black with #D14293
Text Example
Text Example
White with #D14293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14293; }
p { color: rgb(209,66,147); }
H1.HeaderClassName
{
color: #D14293;
}
.AnyTagClassName
{
color: #D14293;
}
</style>
background-color css
<style>
a { background-color: #D14293; }
a { background-color: rgb(209,66,147); }
div.DivClassName
{
background-color: #D14293;
}
.BgClassName
{
background-color: #D14293;
}
</style>
border-color css
<style>
span { border-color: #D14293; }
span { border-color: rgb(209,66,147); }
td.TdClassName
{
border-color: #D14293;
}
.TagClassName
{
border-color: #D14293;
}
</style>