Shades of Mulberry #D1468F
Tints of Mulberry #D1468F
RGB
CMYK
RGB Variations
Color information
#D1468F (or 0xD1468F) is known color: Mulberry. HEX triplet: D1, 46 and 8F. RGB value is (209,70,143). Sum of RGB (Red+Green+Blue) = 209+70+143=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1468F is #2EB970. Grayscale: #777777. Windows color (decimal): -3062129 or 9389777. OLE color: 9389777.
HSL color Cylindrical-coordinate representation of color #D1468F: hue angle of 328.49º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1468F is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 143 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.18 |
| HSL | 328.49º | 0.6% | 0.55% | - |
| HSV(B) | 328.49º | 0.67% | 0.82% | - |
| XYZ | 33.44 | 19.92 | 28.07 | - |
| YUV | 119.88 | 141.05 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 143 | 0 | 0.67 | 0.32 | 0.18 | 328.49 | 0.6 | 0.55 |
| Hex | D1 | 46 | 8F | 0 | 43 | 20 | 12 | 148 | 3C | 37 |
| Octal | 321 | 106 | 217 | 0 | 103 | 40 | 22 | 510 | 74 | 67 |
| Binary | 11010001 | 1000110 | 10001111 | 0 | 1000011 | 100000 | 10010 | 101001000 | 111100 | 110111 |
Color Harmonies of #D1468F
Complementary color
Monochromatic Colors of #D1468F
Black with #D1468F
Text Example
Text Example
White with #D1468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1468F; }
p { color: rgb(209,70,143); }
H1.HeaderClassName
{
color: #D1468F;
}
.AnyTagClassName
{
color: #D1468F;
}
</style>
background-color css
<style>
a { background-color: #D1468F; }
a { background-color: rgb(209,70,143); }
div.DivClassName
{
background-color: #D1468F;
}
.BgClassName
{
background-color: #D1468F;
}
</style>
border-color css
<style>
span { border-color: #D1468F; }
span { border-color: rgb(209,70,143); }
td.TdClassName
{
border-color: #D1468F;
}
.TagClassName
{
border-color: #D1468F;
}
</style>