Shades of Mulberry #D3488C
Tints of Mulberry #D3488C
RGB
CMYK
RGB Variations
Color information
#D3488C (or 0xD3488C) is known color: Mulberry. HEX triplet: D3, 48 and 8C. RGB value is (211,72,140). Sum of RGB (Red+Green+Blue) = 211+72+140=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3488C is #2CB773. Grayscale: #797979. Windows color (decimal): -2930548 or 9193683. OLE color: 9193683.
HSL color Cylindrical-coordinate representation of color #D3488C: hue angle of 330.65º 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 #D3488C is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 140 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.17 |
| HSL | 330.65º | 0.61% | 0.55% | - |
| HSV(B) | 330.65º | 0.66% | 0.83% | - |
| XYZ | 33.91 | 20.38 | 26.96 | - |
| YUV | 121.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 140 | 0 | 0.66 | 0.34 | 0.17 | 330.65 | 0.61 | 0.55 |
| Hex | D3 | 48 | 8C | 0 | 42 | 22 | 11 | 14B | 3D | 37 |
| Octal | 323 | 110 | 214 | 0 | 102 | 42 | 21 | 513 | 75 | 67 |
| Binary | 11010011 | 1001000 | 10001100 | 0 | 1000010 | 100010 | 10001 | 101001011 | 111101 | 110111 |
Color Harmonies of #D3488C
Complementary color
Monochromatic Colors of #D3488C
Black with #D3488C
Text Example
Text Example
White with #D3488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3488C; }
p { color: rgb(211,72,140); }
H1.HeaderClassName
{
color: #D3488C;
}
.AnyTagClassName
{
color: #D3488C;
}
</style>
background-color css
<style>
a { background-color: #D3488C; }
a { background-color: rgb(211,72,140); }
div.DivClassName
{
background-color: #D3488C;
}
.BgClassName
{
background-color: #D3488C;
}
</style>
border-color css
<style>
span { border-color: #D3488C; }
span { border-color: rgb(211,72,140); }
td.TdClassName
{
border-color: #D3488C;
}
.TagClassName
{
border-color: #D3488C;
}
</style>