Shades of Mulberry #D14190
Tints of Mulberry #D14190
RGB
CMYK
RGB Variations
Color information
#D14190 (or 0xD14190) is known color: Mulberry. HEX triplet: D1, 41 and 90. RGB value is (209,65,144). Sum of RGB (Red+Green+Blue) = 209+65+144=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D14190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14190 is #2EBE6F. Grayscale: #747474. Windows color (decimal): -3063408 or 9454033. OLE color: 9454033.
HSL color Cylindrical-coordinate representation of color #D14190: hue angle of 327.08º 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 #D14190 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 144 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.18 |
| HSL | 327.08º | 0.61% | 0.54% | - |
| HSV(B) | 327.08º | 0.69% | 0.82% | - |
| XYZ | 33.22 | 19.35 | 28.37 | - |
| YUV | 117.06 | 143.21 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 144 | 0 | 0.69 | 0.31 | 0.18 | 327.08 | 0.61 | 0.54 |
| Hex | D1 | 41 | 90 | 0 | 45 | 1F | 12 | 147 | 3D | 36 |
| Octal | 321 | 101 | 220 | 0 | 105 | 37 | 22 | 507 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10010000 | 0 | 1000101 | 11111 | 10010 | 101000111 | 111101 | 110110 |
Color Harmonies of #D14190
Complementary color
Monochromatic Colors of #D14190
Black with #D14190
Text Example
Text Example
White with #D14190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14190; }
p { color: rgb(209,65,144); }
H1.HeaderClassName
{
color: #D14190;
}
.AnyTagClassName
{
color: #D14190;
}
</style>
background-color css
<style>
a { background-color: #D14190; }
a { background-color: rgb(209,65,144); }
div.DivClassName
{
background-color: #D14190;
}
.BgClassName
{
background-color: #D14190;
}
</style>
border-color css
<style>
span { border-color: #D14190; }
span { border-color: rgb(209,65,144); }
td.TdClassName
{
border-color: #D14190;
}
.TagClassName
{
border-color: #D14190;
}
</style>