Shades of Mulberry #D13FA3
Tints of Mulberry #D13FA3
RGB
CMYK
RGB Variations
Color information
#D13FA3 (or 0xD13FA3) is known color: Mulberry. HEX triplet: D1, 3F and A3. RGB value is (209,63,163). Sum of RGB (Red+Green+Blue) = 209+63+163=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13FA3 is #2EC05C. Grayscale: #757575. Windows color (decimal): -3063901 or 10698705. OLE color: 10698705.
HSL color Cylindrical-coordinate representation of color #D13FA3: hue angle of 318.9º 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 #D13FA3 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 163 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.18 |
| HSL | 318.9º | 0.61% | 0.53% | - |
| HSV(B) | 318.9º | 0.7% | 0.82% | - |
| XYZ | 34.68 | 19.75 | 36.64 | - |
| YUV | 118.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 163 | 0 | 0.70 | 0.22 | 0.18 | 318.9 | 0.61 | 0.53 |
| Hex | D1 | 3F | A3 | 0 | 46 | 16 | 12 | 13F | 3D | 35 |
| Octal | 321 | 77 | 243 | 0 | 106 | 26 | 22 | 477 | 75 | 65 |
| Binary | 11010001 | 111111 | 10100011 | 0 | 1000110 | 10110 | 10010 | 100111111 | 111101 | 110101 |
Color Harmonies of #D13FA3
Complementary color
Monochromatic Colors of #D13FA3
Black with #D13FA3
Text Example
Text Example
White with #D13FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13FA3; }
p { color: rgb(209,63,163); }
H1.HeaderClassName
{
color: #D13FA3;
}
.AnyTagClassName
{
color: #D13FA3;
}
</style>
background-color css
<style>
a { background-color: #D13FA3; }
a { background-color: rgb(209,63,163); }
div.DivClassName
{
background-color: #D13FA3;
}
.BgClassName
{
background-color: #D13FA3;
}
</style>
border-color css
<style>
span { border-color: #D13FA3; }
span { border-color: rgb(209,63,163); }
td.TdClassName
{
border-color: #D13FA3;
}
.TagClassName
{
border-color: #D13FA3;
}
</style>