Shades of Mulberry #D1438A
Tints of Mulberry #D1438A
RGB
CMYK
RGB Variations
Color information
#D1438A (or 0xD1438A) is known color: Mulberry. HEX triplet: D1, 43 and 8A. RGB value is (209,67,138). Sum of RGB (Red+Green+Blue) = 209+67+138=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1438A is #2EBC75. Grayscale: #757575. Windows color (decimal): -3062902 or 9061329. OLE color: 9061329.
HSL color Cylindrical-coordinate representation of color #D1438A: hue angle of 330º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1438A is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 138 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.18 |
| HSL | 330º | 0.61% | 0.54% | - |
| HSV(B) | 330º | 0.68% | 0.82% | - |
| XYZ | 32.89 | 19.4 | 26.06 | - |
| YUV | 117.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 138 | 0 | 0.68 | 0.34 | 0.18 | 330 | 0.61 | 0.54 |
| Hex | D1 | 43 | 8A | 0 | 44 | 22 | 12 | 14A | 3D | 36 |
| Octal | 321 | 103 | 212 | 0 | 104 | 42 | 22 | 512 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10001010 | 0 | 1000100 | 100010 | 10010 | 101001010 | 111101 | 110110 |
Color Harmonies of #D1438A
Complementary color
Monochromatic Colors of #D1438A
Black with #D1438A
Text Example
Text Example
White with #D1438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1438A; }
p { color: rgb(209,67,138); }
H1.HeaderClassName
{
color: #D1438A;
}
.AnyTagClassName
{
color: #D1438A;
}
</style>
background-color css
<style>
a { background-color: #D1438A; }
a { background-color: rgb(209,67,138); }
div.DivClassName
{
background-color: #D1438A;
}
.BgClassName
{
background-color: #D1438A;
}
</style>
border-color css
<style>
span { border-color: #D1438A; }
span { border-color: rgb(209,67,138); }
td.TdClassName
{
border-color: #D1438A;
}
.TagClassName
{
border-color: #D1438A;
}
</style>