Shades of Mulberry #D1448D
Tints of Mulberry #D1448D
RGB
CMYK
RGB Variations
Color information
#D1448D (or 0xD1448D) is known color: Mulberry. HEX triplet: D1, 44 and 8D. RGB value is (209,68,141). Sum of RGB (Red+Green+Blue) = 209+68+141=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1448D is #2EBB72. Grayscale: #767676. Windows color (decimal): -3062643 or 9258193. OLE color: 9258193.
HSL color Cylindrical-coordinate representation of color #D1448D: hue angle of 328.94º 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 #D1448D is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 141 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.18 |
| HSL | 328.94º | 0.61% | 0.54% | - |
| HSV(B) | 328.94º | 0.67% | 0.82% | - |
| XYZ | 33.17 | 19.61 | 27.24 | - |
| YUV | 118.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 141 | 0 | 0.67 | 0.33 | 0.18 | 328.94 | 0.61 | 0.54 |
| Hex | D1 | 44 | 8D | 0 | 43 | 21 | 12 | 149 | 3D | 36 |
| Octal | 321 | 104 | 215 | 0 | 103 | 41 | 22 | 511 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10001101 | 0 | 1000011 | 100001 | 10010 | 101001001 | 111101 | 110110 |
Color Harmonies of #D1448D
Complementary color
Monochromatic Colors of #D1448D
Black with #D1448D
Text Example
Text Example
White with #D1448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1448D; }
p { color: rgb(209,68,141); }
H1.HeaderClassName
{
color: #D1448D;
}
.AnyTagClassName
{
color: #D1448D;
}
</style>
background-color css
<style>
a { background-color: #D1448D; }
a { background-color: rgb(209,68,141); }
div.DivClassName
{
background-color: #D1448D;
}
.BgClassName
{
background-color: #D1448D;
}
</style>
border-color css
<style>
span { border-color: #D1448D; }
span { border-color: rgb(209,68,141); }
td.TdClassName
{
border-color: #D1448D;
}
.TagClassName
{
border-color: #D1448D;
}
</style>