Shades of Mulberry #D1419E
Tints of Mulberry #D1419E
RGB
CMYK
RGB Variations
Color information
#D1419E (or 0xD1419E) is known color: Mulberry. HEX triplet: D1, 41 and 9E. RGB value is (209,65,158). Sum of RGB (Red+Green+Blue) = 209+65+158=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1419E is #2EBE61. Grayscale: #767676. Windows color (decimal): -3063394 or 10371537. OLE color: 10371537.
HSL color Cylindrical-coordinate representation of color #D1419E: hue angle of 321.25º 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 #D1419E is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 158 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.18 |
| HSL | 321.25º | 0.61% | 0.54% | - |
| HSV(B) | 321.25º | 0.69% | 0.82% | - |
| XYZ | 34.36 | 19.8 | 34.36 | - |
| YUV | 118.66 | 150.21 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 158 | 0 | 0.69 | 0.24 | 0.18 | 321.25 | 0.61 | 0.54 |
| Hex | D1 | 41 | 9E | 0 | 45 | 18 | 12 | 141 | 3D | 36 |
| Octal | 321 | 101 | 236 | 0 | 105 | 30 | 22 | 501 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10011110 | 0 | 1000101 | 11000 | 10010 | 101000001 | 111101 | 110110 |
Color Harmonies of #D1419E
Complementary color
Monochromatic Colors of #D1419E
Black with #D1419E
Text Example
Text Example
White with #D1419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1419E; }
p { color: rgb(209,65,158); }
H1.HeaderClassName
{
color: #D1419E;
}
.AnyTagClassName
{
color: #D1419E;
}
</style>
background-color css
<style>
a { background-color: #D1419E; }
a { background-color: rgb(209,65,158); }
div.DivClassName
{
background-color: #D1419E;
}
.BgClassName
{
background-color: #D1419E;
}
</style>
border-color css
<style>
span { border-color: #D1419E; }
span { border-color: rgb(209,65,158); }
td.TdClassName
{
border-color: #D1419E;
}
.TagClassName
{
border-color: #D1419E;
}
</style>