Shades of Mulberry #D13BA3
Tints of Mulberry #D13BA3
RGB
CMYK
RGB Variations
Color information
#D13BA3 (or 0xD13BA3) is known color: Mulberry. HEX triplet: D1, 3B and A3. RGB value is (209,59,163). Sum of RGB (Red+Green+Blue) = 209+59+163=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13BA3 is #2EC45C. Grayscale: #737373. Windows color (decimal): -3064925 or 10697681. OLE color: 10697681.
HSL color Cylindrical-coordinate representation of color #D13BA3: hue angle of 318.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13BA3 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 163 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.18 |
| HSL | 318.4º | 0.62% | 0.53% | - |
| HSV(B) | 318.4º | 0.72% | 0.82% | - |
| XYZ | 34.47 | 19.33 | 36.56 | - |
| YUV | 115.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 163 | 0 | 0.72 | 0.22 | 0.18 | 318.4 | 0.62 | 0.53 |
| Hex | D1 | 3B | A3 | 0 | 48 | 16 | 12 | 13E | 3E | 35 |
| Octal | 321 | 73 | 243 | 0 | 110 | 26 | 22 | 476 | 76 | 65 |
| Binary | 11010001 | 111011 | 10100011 | 0 | 1001000 | 10110 | 10010 | 100111110 | 111110 | 110101 |
Color Harmonies of #D13BA3
Complementary color
Monochromatic Colors of #D13BA3
Black with #D13BA3
Text Example
Text Example
White with #D13BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BA3; }
p { color: rgb(209,59,163); }
H1.HeaderClassName
{
color: #D13BA3;
}
.AnyTagClassName
{
color: #D13BA3;
}
</style>
background-color css
<style>
a { background-color: #D13BA3; }
a { background-color: rgb(209,59,163); }
div.DivClassName
{
background-color: #D13BA3;
}
.BgClassName
{
background-color: #D13BA3;
}
</style>
border-color css
<style>
span { border-color: #D13BA3; }
span { border-color: rgb(209,59,163); }
td.TdClassName
{
border-color: #D13BA3;
}
.TagClassName
{
border-color: #D13BA3;
}
</style>