Shades of Mulberry #D14194
Tints of Mulberry #D14194
RGB
CMYK
RGB Variations
Color information
#D14194 (or 0xD14194) is known color: Mulberry. HEX triplet: D1, 41 and 94. RGB value is (209,65,148). Sum of RGB (Red+Green+Blue) = 209+65+148=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D14194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14194 is #2EBE6B. Grayscale: #757575. Windows color (decimal): -3063404 or 9716177. OLE color: 9716177.
HSL color Cylindrical-coordinate representation of color #D14194: hue angle of 325.42º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14194 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 148 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.18 |
| HSL | 325.42º | 0.61% | 0.54% | - |
| HSV(B) | 325.42º | 0.69% | 0.82% | - |
| XYZ | 33.53 | 19.47 | 30.01 | - |
| YUV | 117.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 148 | 0 | 0.69 | 0.29 | 0.18 | 325.42 | 0.61 | 0.54 |
| Hex | D1 | 41 | 94 | 0 | 45 | 1D | 12 | 145 | 3D | 36 |
| Octal | 321 | 101 | 224 | 0 | 105 | 35 | 22 | 505 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10010100 | 0 | 1000101 | 11101 | 10010 | 101000101 | 111101 | 110110 |
Color Harmonies of #D14194
Complementary color
Monochromatic Colors of #D14194
Black with #D14194
Text Example
Text Example
White with #D14194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14194; }
p { color: rgb(209,65,148); }
H1.HeaderClassName
{
color: #D14194;
}
.AnyTagClassName
{
color: #D14194;
}
</style>
background-color css
<style>
a { background-color: #D14194; }
a { background-color: rgb(209,65,148); }
div.DivClassName
{
background-color: #D14194;
}
.BgClassName
{
background-color: #D14194;
}
</style>
border-color css
<style>
span { border-color: #D14194; }
span { border-color: rgb(209,65,148); }
td.TdClassName
{
border-color: #D14194;
}
.TagClassName
{
border-color: #D14194;
}
</style>