Shades of Mulberry #D13CAA
Tints of Mulberry #D13CAA
RGB
CMYK
RGB Variations
Color information
#D13CAA (or 0xD13CAA) is known color: Mulberry. HEX triplet: D1, 3C and AA. RGB value is (209,60,170). Sum of RGB (Red+Green+Blue) = 209+60+170=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13CAA is #2EC355. Grayscale: #747474. Windows color (decimal): -3064662 or 11156689. OLE color: 11156689.
HSL color Cylindrical-coordinate representation of color #D13CAA: hue angle of 315.7º 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 #D13CAA is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 170 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.18 |
| HSL | 315.7º | 0.62% | 0.53% | - |
| HSV(B) | 315.7º | 0.71% | 0.82% | - |
| XYZ | 35.17 | 19.69 | 39.98 | - |
| YUV | 117.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 170 | 0 | 0.71 | 0.19 | 0.18 | 315.7 | 0.62 | 0.53 |
| Hex | D1 | 3C | AA | 0 | 47 | 13 | 12 | 13C | 3E | 35 |
| Octal | 321 | 74 | 252 | 0 | 107 | 23 | 22 | 474 | 76 | 65 |
| Binary | 11010001 | 111100 | 10101010 | 0 | 1000111 | 10011 | 10010 | 100111100 | 111110 | 110101 |
Color Harmonies of #D13CAA
Complementary color
Monochromatic Colors of #D13CAA
Black with #D13CAA
Text Example
Text Example
White with #D13CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CAA; }
p { color: rgb(209,60,170); }
H1.HeaderClassName
{
color: #D13CAA;
}
.AnyTagClassName
{
color: #D13CAA;
}
</style>
background-color css
<style>
a { background-color: #D13CAA; }
a { background-color: rgb(209,60,170); }
div.DivClassName
{
background-color: #D13CAA;
}
.BgClassName
{
background-color: #D13CAA;
}
</style>
border-color css
<style>
span { border-color: #D13CAA; }
span { border-color: rgb(209,60,170); }
td.TdClassName
{
border-color: #D13CAA;
}
.TagClassName
{
border-color: #D13CAA;
}
</style>