Shades of Mulberry #D14491
Tints of Mulberry #D14491
RGB
CMYK
RGB Variations
Color information
#D14491 (or 0xD14491) is known color: Mulberry. HEX triplet: D1, 44 and 91. RGB value is (209,68,145). Sum of RGB (Red+Green+Blue) = 209+68+145=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D14491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14491 is #2EBB6E. Grayscale: #767676. Windows color (decimal): -3062639 or 9520337. OLE color: 9520337.
HSL color Cylindrical-coordinate representation of color #D14491: hue angle of 327.23º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14491 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 145 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.18 |
| HSL | 327.23º | 0.61% | 0.54% | - |
| HSV(B) | 327.23º | 0.67% | 0.82% | - |
| XYZ | 33.47 | 19.73 | 28.83 | - |
| YUV | 118.94 | 142.71 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 145 | 0 | 0.67 | 0.31 | 0.18 | 327.23 | 0.61 | 0.54 |
| Hex | D1 | 44 | 91 | 0 | 43 | 1F | 12 | 147 | 3D | 36 |
| Octal | 321 | 104 | 221 | 0 | 103 | 37 | 22 | 507 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10010001 | 0 | 1000011 | 11111 | 10010 | 101000111 | 111101 | 110110 |
Color Harmonies of #D14491
Complementary color
Monochromatic Colors of #D14491
Black with #D14491
Text Example
Text Example
White with #D14491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14491; }
p { color: rgb(209,68,145); }
H1.HeaderClassName
{
color: #D14491;
}
.AnyTagClassName
{
color: #D14491;
}
</style>
background-color css
<style>
a { background-color: #D14491; }
a { background-color: rgb(209,68,145); }
div.DivClassName
{
background-color: #D14491;
}
.BgClassName
{
background-color: #D14491;
}
</style>
border-color css
<style>
span { border-color: #D14491; }
span { border-color: rgb(209,68,145); }
td.TdClassName
{
border-color: #D14491;
}
.TagClassName
{
border-color: #D14491;
}
</style>