Shades of Mulberry #D1418C
Tints of Mulberry #D1418C
RGB
CMYK
RGB Variations
Color information
#D1418C (or 0xD1418C) is known color: Mulberry. HEX triplet: D1, 41 and 8C. RGB value is (209,65,140). Sum of RGB (Red+Green+Blue) = 209+65+140=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1418C is #2EBE73. Grayscale: #747474. Windows color (decimal): -3063412 or 9191889. OLE color: 9191889.
HSL color Cylindrical-coordinate representation of color #D1418C: hue angle of 328.75º 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 #D1418C is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 140 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.18 |
| HSL | 328.75º | 0.61% | 0.54% | - |
| HSV(B) | 328.75º | 0.69% | 0.82% | - |
| XYZ | 32.92 | 19.23 | 26.79 | - |
| YUV | 116.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 140 | 0 | 0.69 | 0.33 | 0.18 | 328.75 | 0.61 | 0.54 |
| Hex | D1 | 41 | 8C | 0 | 45 | 21 | 12 | 149 | 3D | 36 |
| Octal | 321 | 101 | 214 | 0 | 105 | 41 | 22 | 511 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10001100 | 0 | 1000101 | 100001 | 10010 | 101001001 | 111101 | 110110 |
Color Harmonies of #D1418C
Complementary color
Monochromatic Colors of #D1418C
Black with #D1418C
Text Example
Text Example
White with #D1418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1418C; }
p { color: rgb(209,65,140); }
H1.HeaderClassName
{
color: #D1418C;
}
.AnyTagClassName
{
color: #D1418C;
}
</style>
background-color css
<style>
a { background-color: #D1418C; }
a { background-color: rgb(209,65,140); }
div.DivClassName
{
background-color: #D1418C;
}
.BgClassName
{
background-color: #D1418C;
}
</style>
border-color css
<style>
span { border-color: #D1418C; }
span { border-color: rgb(209,65,140); }
td.TdClassName
{
border-color: #D1418C;
}
.TagClassName
{
border-color: #D1418C;
}
</style>