Shades of Mulberry #D1478A
Tints of Mulberry #D1478A
RGB
CMYK
RGB Variations
Color information
#D1478A (or 0xD1478A) is known color: Mulberry. HEX triplet: D1, 47 and 8A. RGB value is (209,71,138). Sum of RGB (Red+Green+Blue) = 209+71+138=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1478A is #2EB875. Grayscale: #777777. Windows color (decimal): -3061878 or 9062353. OLE color: 9062353.
HSL color Cylindrical-coordinate representation of color #D1478A: hue angle of 330.87º 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 #D1478A is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 138 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.18 |
| HSL | 330.87º | 0.6% | 0.55% | - |
| HSV(B) | 330.87º | 0.66% | 0.82% | - |
| XYZ | 33.14 | 19.9 | 26.14 | - |
| YUV | 119.9 | 138.22 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 138 | 0 | 0.66 | 0.34 | 0.18 | 330.87 | 0.6 | 0.55 |
| Hex | D1 | 47 | 8A | 0 | 42 | 22 | 12 | 14B | 3C | 37 |
| Octal | 321 | 107 | 212 | 0 | 102 | 42 | 22 | 513 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10001010 | 0 | 1000010 | 100010 | 10010 | 101001011 | 111100 | 110111 |
Color Harmonies of #D1478A
Complementary color
Monochromatic Colors of #D1478A
Black with #D1478A
Text Example
Text Example
White with #D1478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1478A; }
p { color: rgb(209,71,138); }
H1.HeaderClassName
{
color: #D1478A;
}
.AnyTagClassName
{
color: #D1478A;
}
</style>
background-color css
<style>
a { background-color: #D1478A; }
a { background-color: rgb(209,71,138); }
div.DivClassName
{
background-color: #D1478A;
}
.BgClassName
{
background-color: #D1478A;
}
</style>
border-color css
<style>
span { border-color: #D1478A; }
span { border-color: rgb(209,71,138); }
td.TdClassName
{
border-color: #D1478A;
}
.TagClassName
{
border-color: #D1478A;
}
</style>