Shades of Mulberry #D3479F
Tints of Mulberry #D3479F
RGB
CMYK
RGB Variations
Color information
#D3479F (or 0xD3479F) is known color: Mulberry. HEX triplet: D3, 47 and 9F. RGB value is (211,71,159). Sum of RGB (Red+Green+Blue) = 211+71+159=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3479F is #2CB860. Grayscale: #7A7A7A. Windows color (decimal): -2930785 or 10438611. OLE color: 10438611.
HSL color Cylindrical-coordinate representation of color #D3479F: hue angle of 322.29º 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 #D3479F is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 159 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.17 |
| HSL | 322.29º | 0.61% | 0.55% | - |
| HSV(B) | 322.29º | 0.66% | 0.83% | - |
| XYZ | 35.38 | 20.86 | 34.96 | - |
| YUV | 122.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 159 | 0 | 0.66 | 0.25 | 0.17 | 322.29 | 0.61 | 0.55 |
| Hex | D3 | 47 | 9F | 0 | 42 | 19 | 11 | 142 | 3D | 37 |
| Octal | 323 | 107 | 237 | 0 | 102 | 31 | 21 | 502 | 75 | 67 |
| Binary | 11010011 | 1000111 | 10011111 | 0 | 1000010 | 11001 | 10001 | 101000010 | 111101 | 110111 |
Color Harmonies of #D3479F
Complementary color
Monochromatic Colors of #D3479F
Black with #D3479F
Text Example
Text Example
White with #D3479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3479F; }
p { color: rgb(211,71,159); }
H1.HeaderClassName
{
color: #D3479F;
}
.AnyTagClassName
{
color: #D3479F;
}
</style>
background-color css
<style>
a { background-color: #D3479F; }
a { background-color: rgb(211,71,159); }
div.DivClassName
{
background-color: #D3479F;
}
.BgClassName
{
background-color: #D3479F;
}
</style>
border-color css
<style>
span { border-color: #D3479F; }
span { border-color: rgb(211,71,159); }
td.TdClassName
{
border-color: #D3479F;
}
.TagClassName
{
border-color: #D3479F;
}
</style>