Shades of Mulberry #D13AA1
Tints of Mulberry #D13AA1
RGB
CMYK
RGB Variations
Color information
#D13AA1 (or 0xD13AA1) is known color: Mulberry. HEX triplet: D1, 3A and A1. RGB value is (209,58,161). Sum of RGB (Red+Green+Blue) = 209+58+161=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13AA1 is #2EC55E. Grayscale: #727272. Windows color (decimal): -3065183 or 10566353. OLE color: 10566353.
HSL color Cylindrical-coordinate representation of color #D13AA1: hue angle of 319.07º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13AA1 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 161 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.18 |
| HSL | 319.07º | 0.62% | 0.52% | - |
| HSV(B) | 319.07º | 0.72% | 0.82% | - |
| XYZ | 34.24 | 19.15 | 35.61 | - |
| YUV | 114.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 161 | 0 | 0.72 | 0.23 | 0.18 | 319.07 | 0.62 | 0.52 |
| Hex | D1 | 3A | A1 | 0 | 48 | 17 | 12 | 13F | 3E | 34 |
| Octal | 321 | 72 | 241 | 0 | 110 | 27 | 22 | 477 | 76 | 64 |
| Binary | 11010001 | 111010 | 10100001 | 0 | 1001000 | 10111 | 10010 | 100111111 | 111110 | 110100 |
Color Harmonies of #D13AA1
Complementary color
Monochromatic Colors of #D13AA1
Black with #D13AA1
Text Example
Text Example
White with #D13AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13AA1; }
p { color: rgb(209,58,161); }
H1.HeaderClassName
{
color: #D13AA1;
}
.AnyTagClassName
{
color: #D13AA1;
}
</style>
background-color css
<style>
a { background-color: #D13AA1; }
a { background-color: rgb(209,58,161); }
div.DivClassName
{
background-color: #D13AA1;
}
.BgClassName
{
background-color: #D13AA1;
}
</style>
border-color css
<style>
span { border-color: #D13AA1; }
span { border-color: rgb(209,58,161); }
td.TdClassName
{
border-color: #D13AA1;
}
.TagClassName
{
border-color: #D13AA1;
}
</style>