Shades of Mulberry #D1469C
Tints of Mulberry #D1469C
RGB
CMYK
RGB Variations
Color information
#D1469C (or 0xD1469C) is known color: Mulberry. HEX triplet: D1, 46 and 9C. RGB value is (209,70,156). Sum of RGB (Red+Green+Blue) = 209+70+156=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1469C is #2EB963. Grayscale: #797979. Windows color (decimal): -3062116 or 10241745. OLE color: 10241745.
HSL color Cylindrical-coordinate representation of color #D1469C: hue angle of 322.88º 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 #D1469C is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 156 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.18 |
| HSL | 322.88º | 0.6% | 0.55% | - |
| HSV(B) | 322.88º | 0.67% | 0.82% | - |
| XYZ | 34.49 | 20.34 | 33.56 | - |
| YUV | 121.37 | 147.55 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 156 | 0 | 0.67 | 0.25 | 0.18 | 322.88 | 0.6 | 0.55 |
| Hex | D1 | 46 | 9C | 0 | 43 | 19 | 12 | 143 | 3C | 37 |
| Octal | 321 | 106 | 234 | 0 | 103 | 31 | 22 | 503 | 74 | 67 |
| Binary | 11010001 | 1000110 | 10011100 | 0 | 1000011 | 11001 | 10010 | 101000011 | 111100 | 110111 |
Color Harmonies of #D1469C
Complementary color
Monochromatic Colors of #D1469C
Black with #D1469C
Text Example
Text Example
White with #D1469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1469C; }
p { color: rgb(209,70,156); }
H1.HeaderClassName
{
color: #D1469C;
}
.AnyTagClassName
{
color: #D1469C;
}
</style>
background-color css
<style>
a { background-color: #D1469C; }
a { background-color: rgb(209,70,156); }
div.DivClassName
{
background-color: #D1469C;
}
.BgClassName
{
background-color: #D1469C;
}
</style>
border-color css
<style>
span { border-color: #D1469C; }
span { border-color: rgb(209,70,156); }
td.TdClassName
{
border-color: #D1469C;
}
.TagClassName
{
border-color: #D1469C;
}
</style>