Shades of Mulberry #D13F9B
Tints of Mulberry #D13F9B
RGB
CMYK
RGB Variations
Color information
#D13F9B (or 0xD13F9B) is known color: Mulberry. HEX triplet: D1, 3F and 9B. RGB value is (209,63,155). Sum of RGB (Red+Green+Blue) = 209+63+155=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13F9B is #2EC064. Grayscale: #747474. Windows color (decimal): -3063909 or 10174417. OLE color: 10174417.
HSL color Cylindrical-coordinate representation of color #D13F9B: hue angle of 322.19º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F9B is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 155 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.18 |
| HSL | 322.19º | 0.61% | 0.53% | - |
| HSV(B) | 322.19º | 0.7% | 0.82% | - |
| XYZ | 33.99 | 19.48 | 32.98 | - |
| YUV | 117.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 155 | 0 | 0.70 | 0.26 | 0.18 | 322.19 | 0.61 | 0.53 |
| Hex | D1 | 3F | 9B | 0 | 46 | 1A | 12 | 142 | 3D | 35 |
| Octal | 321 | 77 | 233 | 0 | 106 | 32 | 22 | 502 | 75 | 65 |
| Binary | 11010001 | 111111 | 10011011 | 0 | 1000110 | 11010 | 10010 | 101000010 | 111101 | 110101 |
Color Harmonies of #D13F9B
Complementary color
Monochromatic Colors of #D13F9B
Black with #D13F9B
Text Example
Text Example
White with #D13F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F9B; }
p { color: rgb(209,63,155); }
H1.HeaderClassName
{
color: #D13F9B;
}
.AnyTagClassName
{
color: #D13F9B;
}
</style>
background-color css
<style>
a { background-color: #D13F9B; }
a { background-color: rgb(209,63,155); }
div.DivClassName
{
background-color: #D13F9B;
}
.BgClassName
{
background-color: #D13F9B;
}
</style>
border-color css
<style>
span { border-color: #D13F9B; }
span { border-color: rgb(209,63,155); }
td.TdClassName
{
border-color: #D13F9B;
}
.TagClassName
{
border-color: #D13F9B;
}
</style>