Shades of Mulberry #D3468D
Tints of Mulberry #D3468D
RGB
CMYK
RGB Variations
Color information
#D3468D (or 0xD3468D) is known color: Mulberry. HEX triplet: D3, 46 and 8D. RGB value is (211,70,141). Sum of RGB (Red+Green+Blue) = 211+70+141=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D3468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3468D is #2CB972. Grayscale: #787878. Windows color (decimal): -2931059 or 9258707. OLE color: 9258707.
HSL color Cylindrical-coordinate representation of color #D3468D: hue angle of 329.79º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3468D is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 141 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.17 |
| HSL | 329.79º | 0.62% | 0.55% | - |
| HSV(B) | 329.79º | 0.67% | 0.83% | - |
| XYZ | 33.86 | 20.15 | 27.3 | - |
| YUV | 120.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 141 | 0 | 0.67 | 0.33 | 0.17 | 329.79 | 0.62 | 0.55 |
| Hex | D3 | 46 | 8D | 0 | 43 | 21 | 11 | 14A | 3E | 37 |
| Octal | 323 | 106 | 215 | 0 | 103 | 41 | 21 | 512 | 76 | 67 |
| Binary | 11010011 | 1000110 | 10001101 | 0 | 1000011 | 100001 | 10001 | 101001010 | 111110 | 110111 |
Color Harmonies of #D3468D
Complementary color
Monochromatic Colors of #D3468D
Black with #D3468D
Text Example
Text Example
White with #D3468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3468D; }
p { color: rgb(211,70,141); }
H1.HeaderClassName
{
color: #D3468D;
}
.AnyTagClassName
{
color: #D3468D;
}
</style>
background-color css
<style>
a { background-color: #D3468D; }
a { background-color: rgb(211,70,141); }
div.DivClassName
{
background-color: #D3468D;
}
.BgClassName
{
background-color: #D3468D;
}
</style>
border-color css
<style>
span { border-color: #D3468D; }
span { border-color: rgb(211,70,141); }
td.TdClassName
{
border-color: #D3468D;
}
.TagClassName
{
border-color: #D3468D;
}
</style>