Shades of Mulberry #D1469D
Tints of Mulberry #D1469D
RGB
CMYK
RGB Variations
Color information
#D1469D (or 0xD1469D) is known color: Mulberry. HEX triplet: D1, 46 and 9D. RGB value is (209,70,157). Sum of RGB (Red+Green+Blue) = 209+70+157=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1469D is #2EB962. Grayscale: #797979. Windows color (decimal): -3062115 or 10307281. OLE color: 10307281.
HSL color Cylindrical-coordinate representation of color #D1469D: hue angle of 322.45º 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 #D1469D is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 157 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.18 |
| HSL | 322.45º | 0.6% | 0.55% | - |
| HSV(B) | 322.45º | 0.67% | 0.82% | - |
| XYZ | 34.57 | 20.37 | 34.01 | - |
| YUV | 121.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 157 | 0 | 0.67 | 0.25 | 0.18 | 322.45 | 0.6 | 0.55 |
| Hex | D1 | 46 | 9D | 0 | 43 | 19 | 12 | 142 | 3C | 37 |
| Octal | 321 | 106 | 235 | 0 | 103 | 31 | 22 | 502 | 74 | 67 |
| Binary | 11010001 | 1000110 | 10011101 | 0 | 1000011 | 11001 | 10010 | 101000010 | 111100 | 110111 |
Color Harmonies of #D1469D
Complementary color
Monochromatic Colors of #D1469D
Black with #D1469D
Text Example
Text Example
White with #D1469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1469D; }
p { color: rgb(209,70,157); }
H1.HeaderClassName
{
color: #D1469D;
}
.AnyTagClassName
{
color: #D1469D;
}
</style>
background-color css
<style>
a { background-color: #D1469D; }
a { background-color: rgb(209,70,157); }
div.DivClassName
{
background-color: #D1469D;
}
.BgClassName
{
background-color: #D1469D;
}
</style>
border-color css
<style>
span { border-color: #D1469D; }
span { border-color: rgb(209,70,157); }
td.TdClassName
{
border-color: #D1469D;
}
.TagClassName
{
border-color: #D1469D;
}
</style>