Shades of Mulberry #D3468B
Tints of Mulberry #D3468B
RGB
CMYK
RGB Variations
Color information
#D3468B (or 0xD3468B) is known color: Mulberry. HEX triplet: D3, 46 and 8B. RGB value is (211,70,139). Sum of RGB (Red+Green+Blue) = 211+70+139=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D3468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3468B is #2CB974. Grayscale: #777777. Windows color (decimal): -2931061 or 9127635. OLE color: 9127635.
HSL color Cylindrical-coordinate representation of color #D3468B: hue angle of 330.64º 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 #D3468B is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 139 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.17 |
| HSL | 330.64º | 0.62% | 0.55% | - |
| HSV(B) | 330.64º | 0.67% | 0.83% | - |
| XYZ | 33.71 | 20.09 | 26.53 | - |
| YUV | 120.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 139 | 0 | 0.67 | 0.34 | 0.17 | 330.64 | 0.62 | 0.55 |
| Hex | D3 | 46 | 8B | 0 | 43 | 22 | 11 | 14B | 3E | 37 |
| Octal | 323 | 106 | 213 | 0 | 103 | 42 | 21 | 513 | 76 | 67 |
| Binary | 11010011 | 1000110 | 10001011 | 0 | 1000011 | 100010 | 10001 | 101001011 | 111110 | 110111 |
Color Harmonies of #D3468B
Complementary color
Monochromatic Colors of #D3468B
Black with #D3468B
Text Example
Text Example
White with #D3468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3468B; }
p { color: rgb(211,70,139); }
H1.HeaderClassName
{
color: #D3468B;
}
.AnyTagClassName
{
color: #D3468B;
}
</style>
background-color css
<style>
a { background-color: #D3468B; }
a { background-color: rgb(211,70,139); }
div.DivClassName
{
background-color: #D3468B;
}
.BgClassName
{
background-color: #D3468B;
}
</style>
border-color css
<style>
span { border-color: #D3468B; }
span { border-color: rgb(211,70,139); }
td.TdClassName
{
border-color: #D3468B;
}
.TagClassName
{
border-color: #D3468B;
}
</style>