Shades of Mulberry #D3479E
Tints of Mulberry #D3479E
RGB
CMYK
RGB Variations
Color information
#D3479E (or 0xD3479E) is known color: Mulberry. HEX triplet: D3, 47 and 9E. RGB value is (211,71,158). Sum of RGB (Red+Green+Blue) = 211+71+158=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D3479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3479E is #2CB861. Grayscale: #7A7A7A. Windows color (decimal): -2930786 or 10373075. OLE color: 10373075.
HSL color Cylindrical-coordinate representation of color #D3479E: hue angle of 322.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3479E is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 158 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.17 |
| HSL | 322.71º | 0.61% | 0.55% | - |
| HSV(B) | 322.71º | 0.66% | 0.83% | - |
| XYZ | 35.29 | 20.82 | 34.51 | - |
| YUV | 122.78 | 147.88 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 158 | 0 | 0.66 | 0.25 | 0.17 | 322.71 | 0.61 | 0.55 |
| Hex | D3 | 47 | 9E | 0 | 42 | 19 | 11 | 143 | 3D | 37 |
| Octal | 323 | 107 | 236 | 0 | 102 | 31 | 21 | 503 | 75 | 67 |
| Binary | 11010011 | 1000111 | 10011110 | 0 | 1000010 | 11001 | 10001 | 101000011 | 111101 | 110111 |
Color Harmonies of #D3479E
Complementary color
Monochromatic Colors of #D3479E
Black with #D3479E
Text Example
Text Example
White with #D3479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3479E; }
p { color: rgb(211,71,158); }
H1.HeaderClassName
{
color: #D3479E;
}
.AnyTagClassName
{
color: #D3479E;
}
</style>
background-color css
<style>
a { background-color: #D3479E; }
a { background-color: rgb(211,71,158); }
div.DivClassName
{
background-color: #D3479E;
}
.BgClassName
{
background-color: #D3479E;
}
</style>
border-color css
<style>
span { border-color: #D3479E; }
span { border-color: rgb(211,71,158); }
td.TdClassName
{
border-color: #D3479E;
}
.TagClassName
{
border-color: #D3479E;
}
</style>