Shades of Mulberry #D3479C
Tints of Mulberry #D3479C
RGB
CMYK
RGB Variations
Color information
#D3479C (or 0xD3479C) is known color: Mulberry. HEX triplet: D3, 47 and 9C. RGB value is (211,71,156). Sum of RGB (Red+Green+Blue) = 211+71+156=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3479C is #2CB863. Grayscale: #7A7A7A. Windows color (decimal): -2930788 or 10242003. OLE color: 10242003.
HSL color Cylindrical-coordinate representation of color #D3479C: hue angle of 323.57º 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 #D3479C is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 156 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.17 |
| HSL | 323.57º | 0.61% | 0.55% | - |
| HSV(B) | 323.57º | 0.66% | 0.83% | - |
| XYZ | 35.12 | 20.76 | 33.61 | - |
| YUV | 122.55 | 146.88 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 156 | 0 | 0.66 | 0.26 | 0.17 | 323.57 | 0.61 | 0.55 |
| Hex | D3 | 47 | 9C | 0 | 42 | 1A | 11 | 144 | 3D | 37 |
| Octal | 323 | 107 | 234 | 0 | 102 | 32 | 21 | 504 | 75 | 67 |
| Binary | 11010011 | 1000111 | 10011100 | 0 | 1000010 | 11010 | 10001 | 101000100 | 111101 | 110111 |
Color Harmonies of #D3479C
Complementary color
Monochromatic Colors of #D3479C
Black with #D3479C
Text Example
Text Example
White with #D3479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3479C; }
p { color: rgb(211,71,156); }
H1.HeaderClassName
{
color: #D3479C;
}
.AnyTagClassName
{
color: #D3479C;
}
</style>
background-color css
<style>
a { background-color: #D3479C; }
a { background-color: rgb(211,71,156); }
div.DivClassName
{
background-color: #D3479C;
}
.BgClassName
{
background-color: #D3479C;
}
</style>
border-color css
<style>
span { border-color: #D3479C; }
span { border-color: rgb(211,71,156); }
td.TdClassName
{
border-color: #D3479C;
}
.TagClassName
{
border-color: #D3479C;
}
</style>