Shades of Mulberry #D1419F
Tints of Mulberry #D1419F
RGB
CMYK
RGB Variations
Color information
#D1419F (or 0xD1419F) is known color: Mulberry. HEX triplet: D1, 41 and 9F. RGB value is (209,65,159). Sum of RGB (Red+Green+Blue) = 209+65+159=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1419F is #2EBE60. Grayscale: #767676. Windows color (decimal): -3063393 or 10437073. OLE color: 10437073.
HSL color Cylindrical-coordinate representation of color #D1419F: hue angle of 320.83º 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 #D1419F is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 159 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.18 |
| HSL | 320.83º | 0.61% | 0.54% | - |
| HSV(B) | 320.83º | 0.69% | 0.82% | - |
| XYZ | 34.44 | 19.84 | 34.81 | - |
| YUV | 118.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 159 | 0 | 0.69 | 0.24 | 0.18 | 320.83 | 0.61 | 0.54 |
| Hex | D1 | 41 | 9F | 0 | 45 | 18 | 12 | 141 | 3D | 36 |
| Octal | 321 | 101 | 237 | 0 | 105 | 30 | 22 | 501 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10011111 | 0 | 1000101 | 11000 | 10010 | 101000001 | 111101 | 110110 |
Color Harmonies of #D1419F
Complementary color
Monochromatic Colors of #D1419F
Black with #D1419F
Text Example
Text Example
White with #D1419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1419F; }
p { color: rgb(209,65,159); }
H1.HeaderClassName
{
color: #D1419F;
}
.AnyTagClassName
{
color: #D1419F;
}
</style>
background-color css
<style>
a { background-color: #D1419F; }
a { background-color: rgb(209,65,159); }
div.DivClassName
{
background-color: #D1419F;
}
.BgClassName
{
background-color: #D1419F;
}
</style>
border-color css
<style>
span { border-color: #D1419F; }
span { border-color: rgb(209,65,159); }
td.TdClassName
{
border-color: #D1419F;
}
.TagClassName
{
border-color: #D1419F;
}
</style>