Shades of Mulberry #D1469E
Tints of Mulberry #D1469E
RGB
CMYK
RGB Variations
Color information
#D1469E (or 0xD1469E) is known color: Mulberry. HEX triplet: D1, 46 and 9E. RGB value is (209,70,158). Sum of RGB (Red+Green+Blue) = 209+70+158=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1469E is #2EB961. Grayscale: #797979. Windows color (decimal): -3062114 or 10372817. OLE color: 10372817.
HSL color Cylindrical-coordinate representation of color #D1469E: hue angle of 322.01º 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 #D1469E is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 158 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.18 |
| HSL | 322.01º | 0.6% | 0.55% | - |
| HSV(B) | 322.01º | 0.67% | 0.82% | - |
| XYZ | 34.66 | 20.4 | 34.46 | - |
| YUV | 121.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 158 | 0 | 0.67 | 0.24 | 0.18 | 322.01 | 0.6 | 0.55 |
| Hex | D1 | 46 | 9E | 0 | 43 | 18 | 12 | 142 | 3C | 37 |
| Octal | 321 | 106 | 236 | 0 | 103 | 30 | 22 | 502 | 74 | 67 |
| Binary | 11010001 | 1000110 | 10011110 | 0 | 1000011 | 11000 | 10010 | 101000010 | 111100 | 110111 |
Color Harmonies of #D1469E
Complementary color
Monochromatic Colors of #D1469E
Black with #D1469E
Text Example
Text Example
White with #D1469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1469E; }
p { color: rgb(209,70,158); }
H1.HeaderClassName
{
color: #D1469E;
}
.AnyTagClassName
{
color: #D1469E;
}
</style>
background-color css
<style>
a { background-color: #D1469E; }
a { background-color: rgb(209,70,158); }
div.DivClassName
{
background-color: #D1469E;
}
.BgClassName
{
background-color: #D1469E;
}
</style>
border-color css
<style>
span { border-color: #D1469E; }
span { border-color: rgb(209,70,158); }
td.TdClassName
{
border-color: #D1469E;
}
.TagClassName
{
border-color: #D1469E;
}
</style>