Shades of Mulberry #D1468C
Tints of Mulberry #D1468C
RGB
CMYK
RGB Variations
Color information
#D1468C (or 0xD1468C) is known color: Mulberry. HEX triplet: D1, 46 and 8C. RGB value is (209,70,140). Sum of RGB (Red+Green+Blue) = 209+70+140=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1468C is #2EB973. Grayscale: #777777. Windows color (decimal): -3062132 or 9193169. OLE color: 9193169.
HSL color Cylindrical-coordinate representation of color #D1468C: hue angle of 329.78º 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 #D1468C is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 140 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.18 |
| HSL | 329.78º | 0.6% | 0.55% | - |
| HSV(B) | 329.78º | 0.67% | 0.82% | - |
| XYZ | 33.22 | 19.83 | 26.89 | - |
| YUV | 119.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 140 | 0 | 0.67 | 0.33 | 0.18 | 329.78 | 0.6 | 0.55 |
| Hex | D1 | 46 | 8C | 0 | 43 | 21 | 12 | 14A | 3C | 37 |
| Octal | 321 | 106 | 214 | 0 | 103 | 41 | 22 | 512 | 74 | 67 |
| Binary | 11010001 | 1000110 | 10001100 | 0 | 1000011 | 100001 | 10010 | 101001010 | 111100 | 110111 |
Color Harmonies of #D1468C
Complementary color
Monochromatic Colors of #D1468C
Black with #D1468C
Text Example
Text Example
White with #D1468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1468C; }
p { color: rgb(209,70,140); }
H1.HeaderClassName
{
color: #D1468C;
}
.AnyTagClassName
{
color: #D1468C;
}
</style>
background-color css
<style>
a { background-color: #D1468C; }
a { background-color: rgb(209,70,140); }
div.DivClassName
{
background-color: #D1468C;
}
.BgClassName
{
background-color: #D1468C;
}
</style>
border-color css
<style>
span { border-color: #D1468C; }
span { border-color: rgb(209,70,140); }
td.TdClassName
{
border-color: #D1468C;
}
.TagClassName
{
border-color: #D1468C;
}
</style>