Shades of Mulberry #D3428D
Tints of Mulberry #D3428D
RGB
CMYK
RGB Variations
Color information
#D3428D (or 0xD3428D) is known color: Mulberry. HEX triplet: D3, 42 and 8D. RGB value is (211,66,141). Sum of RGB (Red+Green+Blue) = 211+66+141=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3428D is #2CBD72. Grayscale: #757575. Windows color (decimal): -2932083 or 9257683. OLE color: 9257683.
HSL color Cylindrical-coordinate representation of color #D3428D: hue angle of 328.97º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3428D is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 141 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.17 |
| HSL | 328.97º | 0.62% | 0.54% | - |
| HSV(B) | 328.97º | 0.69% | 0.83% | - |
| XYZ | 33.62 | 19.67 | 27.22 | - |
| YUV | 117.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 141 | 0 | 0.69 | 0.33 | 0.17 | 328.97 | 0.62 | 0.54 |
| Hex | D3 | 42 | 8D | 0 | 45 | 21 | 11 | 149 | 3E | 36 |
| Octal | 323 | 102 | 215 | 0 | 105 | 41 | 21 | 511 | 76 | 66 |
| Binary | 11010011 | 1000010 | 10001101 | 0 | 1000101 | 100001 | 10001 | 101001001 | 111110 | 110110 |
Color Harmonies of #D3428D
Complementary color
Monochromatic Colors of #D3428D
Black with #D3428D
Text Example
Text Example
White with #D3428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3428D; }
p { color: rgb(211,66,141); }
H1.HeaderClassName
{
color: #D3428D;
}
.AnyTagClassName
{
color: #D3428D;
}
</style>
background-color css
<style>
a { background-color: #D3428D; }
a { background-color: rgb(211,66,141); }
div.DivClassName
{
background-color: #D3428D;
}
.BgClassName
{
background-color: #D3428D;
}
</style>
border-color css
<style>
span { border-color: #D3428D; }
span { border-color: rgb(211,66,141); }
td.TdClassName
{
border-color: #D3428D;
}
.TagClassName
{
border-color: #D3428D;
}
</style>