Shades of Mulberry #D1479B
Tints of Mulberry #D1479B
RGB
CMYK
RGB Variations
Color information
#D1479B (or 0xD1479B) is known color: Mulberry. HEX triplet: D1, 47 and 9B. RGB value is (209,71,155). Sum of RGB (Red+Green+Blue) = 209+71+155=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1479B is #2EB864. Grayscale: #797979. Windows color (decimal): -3061861 or 10176465. OLE color: 10176465.
HSL color Cylindrical-coordinate representation of color #D1479B: hue angle of 323.48º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1479B is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 155 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.18 |
| HSL | 323.48º | 0.6% | 0.55% | - |
| HSV(B) | 323.48º | 0.66% | 0.82% | - |
| XYZ | 34.46 | 20.43 | 33.14 | - |
| YUV | 121.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 155 | 0 | 0.66 | 0.26 | 0.18 | 323.48 | 0.6 | 0.55 |
| Hex | D1 | 47 | 9B | 0 | 42 | 1A | 12 | 143 | 3C | 37 |
| Octal | 321 | 107 | 233 | 0 | 102 | 32 | 22 | 503 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10011011 | 0 | 1000010 | 11010 | 10010 | 101000011 | 111100 | 110111 |
Color Harmonies of #D1479B
Complementary color
Monochromatic Colors of #D1479B
Black with #D1479B
Text Example
Text Example
White with #D1479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1479B; }
p { color: rgb(209,71,155); }
H1.HeaderClassName
{
color: #D1479B;
}
.AnyTagClassName
{
color: #D1479B;
}
</style>
background-color css
<style>
a { background-color: #D1479B; }
a { background-color: rgb(209,71,155); }
div.DivClassName
{
background-color: #D1479B;
}
.BgClassName
{
background-color: #D1479B;
}
</style>
border-color css
<style>
span { border-color: #D1479B; }
span { border-color: rgb(209,71,155); }
td.TdClassName
{
border-color: #D1479B;
}
.TagClassName
{
border-color: #D1479B;
}
</style>