Shades of Mulberry #D13CA5
Tints of Mulberry #D13CA5
RGB
CMYK
RGB Variations
Color information
#D13CA5 (or 0xD13CA5) is known color: Mulberry. HEX triplet: D1, 3C and A5. RGB value is (209,60,165). Sum of RGB (Red+Green+Blue) = 209+60+165=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13CA5 is #2EC35A. Grayscale: #747474. Windows color (decimal): -3064667 or 10829009. OLE color: 10829009.
HSL color Cylindrical-coordinate representation of color #D13CA5: hue angle of 317.72º 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 #D13CA5 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 165 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.18 |
| HSL | 317.72º | 0.62% | 0.53% | - |
| HSV(B) | 317.72º | 0.71% | 0.82% | - |
| XYZ | 34.7 | 19.5 | 37.53 | - |
| YUV | 116.52 | 155.36 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 165 | 0 | 0.71 | 0.21 | 0.18 | 317.72 | 0.62 | 0.53 |
| Hex | D1 | 3C | A5 | 0 | 47 | 15 | 12 | 13E | 3E | 35 |
| Octal | 321 | 74 | 245 | 0 | 107 | 25 | 22 | 476 | 76 | 65 |
| Binary | 11010001 | 111100 | 10100101 | 0 | 1000111 | 10101 | 10010 | 100111110 | 111110 | 110101 |
Color Harmonies of #D13CA5
Complementary color
Monochromatic Colors of #D13CA5
Black with #D13CA5
Text Example
Text Example
White with #D13CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CA5; }
p { color: rgb(209,60,165); }
H1.HeaderClassName
{
color: #D13CA5;
}
.AnyTagClassName
{
color: #D13CA5;
}
</style>
background-color css
<style>
a { background-color: #D13CA5; }
a { background-color: rgb(209,60,165); }
div.DivClassName
{
background-color: #D13CA5;
}
.BgClassName
{
background-color: #D13CA5;
}
</style>
border-color css
<style>
span { border-color: #D13CA5; }
span { border-color: rgb(209,60,165); }
td.TdClassName
{
border-color: #D13CA5;
}
.TagClassName
{
border-color: #D13CA5;
}
</style>