Shades of Mulberry #D3479A
Tints of Mulberry #D3479A
RGB
CMYK
RGB Variations
Color information
#D3479A (or 0xD3479A) is known color: Mulberry. HEX triplet: D3, 47 and 9A. RGB value is (211,71,154). Sum of RGB (Red+Green+Blue) = 211+71+154=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D3479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3479A is #2CB865. Grayscale: #7A7A7A. Windows color (decimal): -2930790 or 10110931. OLE color: 10110931.
HSL color Cylindrical-coordinate representation of color #D3479A: hue angle of 324.43º 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 #D3479A is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 154 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.17 |
| HSL | 324.43º | 0.61% | 0.55% | - |
| HSV(B) | 324.43º | 0.66% | 0.83% | - |
| XYZ | 34.95 | 20.69 | 32.72 | - |
| YUV | 122.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 154 | 0 | 0.66 | 0.27 | 0.17 | 324.43 | 0.61 | 0.55 |
| Hex | D3 | 47 | 9A | 0 | 42 | 1B | 11 | 144 | 3D | 37 |
| Octal | 323 | 107 | 232 | 0 | 102 | 33 | 21 | 504 | 75 | 67 |
| Binary | 11010011 | 1000111 | 10011010 | 0 | 1000010 | 11011 | 10001 | 101000100 | 111101 | 110111 |
Color Harmonies of #D3479A
Complementary color
Monochromatic Colors of #D3479A
Black with #D3479A
Text Example
Text Example
White with #D3479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3479A; }
p { color: rgb(211,71,154); }
H1.HeaderClassName
{
color: #D3479A;
}
.AnyTagClassName
{
color: #D3479A;
}
</style>
background-color css
<style>
a { background-color: #D3479A; }
a { background-color: rgb(211,71,154); }
div.DivClassName
{
background-color: #D3479A;
}
.BgClassName
{
background-color: #D3479A;
}
</style>
border-color css
<style>
span { border-color: #D3479A; }
span { border-color: rgb(211,71,154); }
td.TdClassName
{
border-color: #D3479A;
}
.TagClassName
{
border-color: #D3479A;
}
</style>