Shades of Mulberry #D3498B
Tints of Mulberry #D3498B
RGB
CMYK
RGB Variations
Color information
#D3498B (or 0xD3498B) is known color: Mulberry. HEX triplet: D3, 49 and 8B. RGB value is (211,73,139). Sum of RGB (Red+Green+Blue) = 211+73+139=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3498B is #2CB674. Grayscale: #797979. Windows color (decimal): -2930293 or 9128403. OLE color: 9128403.
HSL color Cylindrical-coordinate representation of color #D3498B: hue angle of 331.3º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D3498B is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 139 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.17 |
| HSL | 331.3º | 0.61% | 0.56% | - |
| HSV(B) | 331.3º | 0.65% | 0.83% | - |
| XYZ | 33.91 | 20.48 | 26.59 | - |
| YUV | 121.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 139 | 0 | 0.65 | 0.34 | 0.17 | 331.3 | 0.61 | 0.56 |
| Hex | D3 | 49 | 8B | 0 | 41 | 22 | 11 | 14B | 3D | 38 |
| Octal | 323 | 111 | 213 | 0 | 101 | 42 | 21 | 513 | 75 | 70 |
| Binary | 11010011 | 1001001 | 10001011 | 0 | 1000001 | 100010 | 10001 | 101001011 | 111101 | 111000 |
Color Harmonies of #D3498B
Complementary color
Monochromatic Colors of #D3498B
Black with #D3498B
Text Example
Text Example
White with #D3498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3498B; }
p { color: rgb(211,73,139); }
H1.HeaderClassName
{
color: #D3498B;
}
.AnyTagClassName
{
color: #D3498B;
}
</style>
background-color css
<style>
a { background-color: #D3498B; }
a { background-color: rgb(211,73,139); }
div.DivClassName
{
background-color: #D3498B;
}
.BgClassName
{
background-color: #D3498B;
}
</style>
border-color css
<style>
span { border-color: #D3498B; }
span { border-color: rgb(211,73,139); }
td.TdClassName
{
border-color: #D3498B;
}
.TagClassName
{
border-color: #D3498B;
}
</style>