Shades of Mulberry #D1468A
Tints of Mulberry #D1468A
RGB
CMYK
RGB Variations
Color information
#D1468A (or 0xD1468A) is known color: Mulberry. HEX triplet: D1, 46 and 8A. RGB value is (209,70,138). Sum of RGB (Red+Green+Blue) = 209+70+138=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1468A is #2EB975. Grayscale: #777777. Windows color (decimal): -3062134 or 9062097. OLE color: 9062097.
HSL color Cylindrical-coordinate representation of color #D1468A: hue angle of 330.65º 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 #D1468A is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 138 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.18 |
| HSL | 330.65º | 0.6% | 0.55% | - |
| HSV(B) | 330.65º | 0.67% | 0.82% | - |
| XYZ | 33.07 | 19.77 | 26.12 | - |
| YUV | 119.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 138 | 0 | 0.67 | 0.34 | 0.18 | 330.65 | 0.6 | 0.55 |
| Hex | D1 | 46 | 8A | 0 | 43 | 22 | 12 | 14B | 3C | 37 |
| Octal | 321 | 106 | 212 | 0 | 103 | 42 | 22 | 513 | 74 | 67 |
| Binary | 11010001 | 1000110 | 10001010 | 0 | 1000011 | 100010 | 10010 | 101001011 | 111100 | 110111 |
Color Harmonies of #D1468A
Complementary color
Monochromatic Colors of #D1468A
Black with #D1468A
Text Example
Text Example
White with #D1468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1468A; }
p { color: rgb(209,70,138); }
H1.HeaderClassName
{
color: #D1468A;
}
.AnyTagClassName
{
color: #D1468A;
}
</style>
background-color css
<style>
a { background-color: #D1468A; }
a { background-color: rgb(209,70,138); }
div.DivClassName
{
background-color: #D1468A;
}
.BgClassName
{
background-color: #D1468A;
}
</style>
border-color css
<style>
span { border-color: #D1468A; }
span { border-color: rgb(209,70,138); }
td.TdClassName
{
border-color: #D1468A;
}
.TagClassName
{
border-color: #D1468A;
}
</style>