Shades of Mulberry #D1408D
Tints of Mulberry #D1408D
RGB
CMYK
RGB Variations
Color information
#D1408D (or 0xD1408D) is known color: Mulberry. HEX triplet: D1, 40 and 8D. RGB value is (209,64,141). Sum of RGB (Red+Green+Blue) = 209+64+141=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1408D is #2EBF72. Grayscale: #737373. Windows color (decimal): -3063667 or 9257169. OLE color: 9257169.
HSL color Cylindrical-coordinate representation of color #D1408D: hue angle of 328.14º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1408D is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 141 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.18 |
| HSL | 328.14º | 0.61% | 0.54% | - |
| HSV(B) | 328.14º | 0.69% | 0.82% | - |
| XYZ | 32.94 | 19.15 | 27.16 | - |
| YUV | 116.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 141 | 0 | 0.69 | 0.33 | 0.18 | 328.14 | 0.61 | 0.54 |
| Hex | D1 | 40 | 8D | 0 | 45 | 21 | 12 | 148 | 3D | 36 |
| Octal | 321 | 100 | 215 | 0 | 105 | 41 | 22 | 510 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10001101 | 0 | 1000101 | 100001 | 10010 | 101001000 | 111101 | 110110 |
Color Harmonies of #D1408D
Complementary color
Monochromatic Colors of #D1408D
Black with #D1408D
Text Example
Text Example
White with #D1408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1408D; }
p { color: rgb(209,64,141); }
H1.HeaderClassName
{
color: #D1408D;
}
.AnyTagClassName
{
color: #D1408D;
}
</style>
background-color css
<style>
a { background-color: #D1408D; }
a { background-color: rgb(209,64,141); }
div.DivClassName
{
background-color: #D1408D;
}
.BgClassName
{
background-color: #D1408D;
}
</style>
border-color css
<style>
span { border-color: #D1408D; }
span { border-color: rgb(209,64,141); }
td.TdClassName
{
border-color: #D1408D;
}
.TagClassName
{
border-color: #D1408D;
}
</style>