Shades of Mulberry #D13BA7
Tints of Mulberry #D13BA7
RGB
CMYK
RGB Variations
Color information
#D13BA7 (or 0xD13BA7) is known color: Mulberry. HEX triplet: D1, 3B and A7. RGB value is (209,59,167). Sum of RGB (Red+Green+Blue) = 209+59+167=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13BA7 is #2EC458. Grayscale: #737373. Windows color (decimal): -3064921 or 10959825. OLE color: 10959825.
HSL color Cylindrical-coordinate representation of color #D13BA7: hue angle of 316.8º 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 #D13BA7 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 167 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.18 |
| HSL | 316.8º | 0.62% | 0.53% | - |
| HSV(B) | 316.8º | 0.72% | 0.82% | - |
| XYZ | 34.83 | 19.47 | 38.48 | - |
| YUV | 116.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 167 | 0 | 0.72 | 0.20 | 0.18 | 316.8 | 0.62 | 0.53 |
| Hex | D1 | 3B | A7 | 0 | 48 | 14 | 12 | 13D | 3E | 35 |
| Octal | 321 | 73 | 247 | 0 | 110 | 24 | 22 | 475 | 76 | 65 |
| Binary | 11010001 | 111011 | 10100111 | 0 | 1001000 | 10100 | 10010 | 100111101 | 111110 | 110101 |
Color Harmonies of #D13BA7
Complementary color
Monochromatic Colors of #D13BA7
Black with #D13BA7
Text Example
Text Example
White with #D13BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BA7; }
p { color: rgb(209,59,167); }
H1.HeaderClassName
{
color: #D13BA7;
}
.AnyTagClassName
{
color: #D13BA7;
}
</style>
background-color css
<style>
a { background-color: #D13BA7; }
a { background-color: rgb(209,59,167); }
div.DivClassName
{
background-color: #D13BA7;
}
.BgClassName
{
background-color: #D13BA7;
}
</style>
border-color css
<style>
span { border-color: #D13BA7; }
span { border-color: rgb(209,59,167); }
td.TdClassName
{
border-color: #D13BA7;
}
.TagClassName
{
border-color: #D13BA7;
}
</style>