Shades of Mulberry #D13CA6
Tints of Mulberry #D13CA6
RGB
CMYK
RGB Variations
Color information
#D13CA6 (or 0xD13CA6) is known color: Mulberry. HEX triplet: D1, 3C and A6. RGB value is (209,60,166). Sum of RGB (Red+Green+Blue) = 209+60+166=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13CA6 is #2EC359. Grayscale: #747474. Windows color (decimal): -3064666 or 10894545. OLE color: 10894545.
HSL color Cylindrical-coordinate representation of color #D13CA6: hue angle of 317.32º 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 #D13CA6 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 166 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.18 |
| HSL | 317.32º | 0.62% | 0.53% | - |
| HSV(B) | 317.32º | 0.71% | 0.82% | - |
| XYZ | 34.79 | 19.54 | 38.01 | - |
| YUV | 116.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 166 | 0 | 0.71 | 0.21 | 0.18 | 317.32 | 0.62 | 0.53 |
| Hex | D1 | 3C | A6 | 0 | 47 | 15 | 12 | 13D | 3E | 35 |
| Octal | 321 | 74 | 246 | 0 | 107 | 25 | 22 | 475 | 76 | 65 |
| Binary | 11010001 | 111100 | 10100110 | 0 | 1000111 | 10101 | 10010 | 100111101 | 111110 | 110101 |
Color Harmonies of #D13CA6
Complementary color
Monochromatic Colors of #D13CA6
Black with #D13CA6
Text Example
Text Example
White with #D13CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CA6; }
p { color: rgb(209,60,166); }
H1.HeaderClassName
{
color: #D13CA6;
}
.AnyTagClassName
{
color: #D13CA6;
}
</style>
background-color css
<style>
a { background-color: #D13CA6; }
a { background-color: rgb(209,60,166); }
div.DivClassName
{
background-color: #D13CA6;
}
.BgClassName
{
background-color: #D13CA6;
}
</style>
border-color css
<style>
span { border-color: #D13CA6; }
span { border-color: rgb(209,60,166); }
td.TdClassName
{
border-color: #D13CA6;
}
.TagClassName
{
border-color: #D13CA6;
}
</style>