Shades of Mulberry #D3409C
Tints of Mulberry #D3409C
RGB
CMYK
RGB Variations
Color information
#D3409C (or 0xD3409C) is known color: Mulberry. HEX triplet: D3, 40 and 9C. RGB value is (211,64,156). Sum of RGB (Red+Green+Blue) = 211+64+156=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D3409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3409C is #2CBF63. Grayscale: #767676. Windows color (decimal): -2932580 or 10240211. OLE color: 10240211.
HSL color Cylindrical-coordinate representation of color #D3409C: hue angle of 322.45º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3409C is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 156 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.17 |
| HSL | 322.45º | 0.63% | 0.54% | - |
| HSV(B) | 322.45º | 0.7% | 0.83% | - |
| XYZ | 34.7 | 19.92 | 33.47 | - |
| YUV | 118.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 156 | 0 | 0.70 | 0.26 | 0.17 | 322.45 | 0.63 | 0.54 |
| Hex | D3 | 40 | 9C | 0 | 46 | 1A | 11 | 142 | 3F | 36 |
| Octal | 323 | 100 | 234 | 0 | 106 | 32 | 21 | 502 | 77 | 66 |
| Binary | 11010011 | 1000000 | 10011100 | 0 | 1000110 | 11010 | 10001 | 101000010 | 111111 | 110110 |
Color Harmonies of #D3409C
Complementary color
Monochromatic Colors of #D3409C
Black with #D3409C
Text Example
Text Example
White with #D3409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3409C; }
p { color: rgb(211,64,156); }
H1.HeaderClassName
{
color: #D3409C;
}
.AnyTagClassName
{
color: #D3409C;
}
</style>
background-color css
<style>
a { background-color: #D3409C; }
a { background-color: rgb(211,64,156); }
div.DivClassName
{
background-color: #D3409C;
}
.BgClassName
{
background-color: #D3409C;
}
</style>
border-color css
<style>
span { border-color: #D3409C; }
span { border-color: rgb(211,64,156); }
td.TdClassName
{
border-color: #D3409C;
}
.TagClassName
{
border-color: #D3409C;
}
</style>