Shades of Mulberry #D13D9B
Tints of Mulberry #D13D9B
RGB
CMYK
RGB Variations
Color information
#D13D9B (or 0xD13D9B) is known color: Mulberry. HEX triplet: D1, 3D and 9B. RGB value is (209,61,155). Sum of RGB (Red+Green+Blue) = 209+61+155=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D9B is #2EC264. Grayscale: #737373. Windows color (decimal): -3064421 or 10173905. OLE color: 10173905.
HSL color Cylindrical-coordinate representation of color #D13D9B: hue angle of 321.89º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13D9B is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 155 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.18 |
| HSL | 321.89º | 0.62% | 0.53% | - |
| HSV(B) | 321.89º | 0.71% | 0.82% | - |
| XYZ | 33.88 | 19.26 | 32.94 | - |
| YUV | 115.97 | 150.03 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 155 | 0 | 0.71 | 0.26 | 0.18 | 321.89 | 0.62 | 0.53 |
| Hex | D1 | 3D | 9B | 0 | 47 | 1A | 12 | 142 | 3E | 35 |
| Octal | 321 | 75 | 233 | 0 | 107 | 32 | 22 | 502 | 76 | 65 |
| Binary | 11010001 | 111101 | 10011011 | 0 | 1000111 | 11010 | 10010 | 101000010 | 111110 | 110101 |
Color Harmonies of #D13D9B
Complementary color
Monochromatic Colors of #D13D9B
Black with #D13D9B
Text Example
Text Example
White with #D13D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D9B; }
p { color: rgb(209,61,155); }
H1.HeaderClassName
{
color: #D13D9B;
}
.AnyTagClassName
{
color: #D13D9B;
}
</style>
background-color css
<style>
a { background-color: #D13D9B; }
a { background-color: rgb(209,61,155); }
div.DivClassName
{
background-color: #D13D9B;
}
.BgClassName
{
background-color: #D13D9B;
}
</style>
border-color css
<style>
span { border-color: #D13D9B; }
span { border-color: rgb(209,61,155); }
td.TdClassName
{
border-color: #D13D9B;
}
.TagClassName
{
border-color: #D13D9B;
}
</style>