Shades of Mulberry #D1468D
Tints of Mulberry #D1468D
RGB
CMYK
RGB Variations
Color information
#D1468D (or 0xD1468D) is known color: Mulberry. HEX triplet: D1, 46 and 8D. RGB value is (209,70,141). Sum of RGB (Red+Green+Blue) = 209+70+141=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1468D is #2EB972. Grayscale: #777777. Windows color (decimal): -3062131 or 9258705. OLE color: 9258705.
HSL color Cylindrical-coordinate representation of color #D1468D: hue angle of 329.35º 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 #D1468D is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 141 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.18 |
| HSL | 329.35º | 0.6% | 0.55% | - |
| HSV(B) | 329.35º | 0.67% | 0.82% | - |
| XYZ | 33.29 | 19.86 | 27.28 | - |
| YUV | 119.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 141 | 0 | 0.67 | 0.33 | 0.18 | 329.35 | 0.6 | 0.55 |
| Hex | D1 | 46 | 8D | 0 | 43 | 21 | 12 | 149 | 3C | 37 |
| Octal | 321 | 106 | 215 | 0 | 103 | 41 | 22 | 511 | 74 | 67 |
| Binary | 11010001 | 1000110 | 10001101 | 0 | 1000011 | 100001 | 10010 | 101001001 | 111100 | 110111 |
Color Harmonies of #D1468D
Complementary color
Monochromatic Colors of #D1468D
Black with #D1468D
Text Example
Text Example
White with #D1468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1468D; }
p { color: rgb(209,70,141); }
H1.HeaderClassName
{
color: #D1468D;
}
.AnyTagClassName
{
color: #D1468D;
}
</style>
background-color css
<style>
a { background-color: #D1468D; }
a { background-color: rgb(209,70,141); }
div.DivClassName
{
background-color: #D1468D;
}
.BgClassName
{
background-color: #D1468D;
}
</style>
border-color css
<style>
span { border-color: #D1468D; }
span { border-color: rgb(209,70,141); }
td.TdClassName
{
border-color: #D1468D;
}
.TagClassName
{
border-color: #D1468D;
}
</style>