Shades of Mulberry #D14189
Tints of Mulberry #D14189
RGB
CMYK
RGB Variations
Color information
#D14189 (or 0xD14189) is known color: Mulberry. HEX triplet: D1, 41 and 89. RGB value is (209,65,137). Sum of RGB (Red+Green+Blue) = 209+65+137=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D14189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14189 is #2EBE76. Grayscale: #747474. Windows color (decimal): -3063415 or 8995281. OLE color: 8995281.
HSL color Cylindrical-coordinate representation of color #D14189: hue angle of 330º 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 #D14189 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 137 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.18 |
| HSL | 330º | 0.61% | 0.54% | - |
| HSV(B) | 330º | 0.69% | 0.82% | - |
| XYZ | 32.7 | 19.14 | 25.64 | - |
| YUV | 116.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 137 | 0 | 0.69 | 0.34 | 0.18 | 330 | 0.61 | 0.54 |
| Hex | D1 | 41 | 89 | 0 | 45 | 22 | 12 | 14A | 3D | 36 |
| Octal | 321 | 101 | 211 | 0 | 105 | 42 | 22 | 512 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10001001 | 0 | 1000101 | 100010 | 10010 | 101001010 | 111101 | 110110 |
Color Harmonies of #D14189
Complementary color
Monochromatic Colors of #D14189
Black with #D14189
Text Example
Text Example
White with #D14189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14189; }
p { color: rgb(209,65,137); }
H1.HeaderClassName
{
color: #D14189;
}
.AnyTagClassName
{
color: #D14189;
}
</style>
background-color css
<style>
a { background-color: #D14189; }
a { background-color: rgb(209,65,137); }
div.DivClassName
{
background-color: #D14189;
}
.BgClassName
{
background-color: #D14189;
}
</style>
border-color css
<style>
span { border-color: #D14189; }
span { border-color: rgb(209,65,137); }
td.TdClassName
{
border-color: #D14189;
}
.TagClassName
{
border-color: #D14189;
}
</style>