Shades of Mulberry #D13AAA
Tints of Mulberry #D13AAA
RGB
CMYK
RGB Variations
Color information
#D13AAA (or 0xD13AAA) is known color: Mulberry. HEX triplet: D1, 3A and AA. RGB value is (209,58,170). Sum of RGB (Red+Green+Blue) = 209+58+170=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13AAA is #2EC555. Grayscale: #737373. Windows color (decimal): -3065174 or 11156177. OLE color: 11156177.
HSL color Cylindrical-coordinate representation of color #D13AAA: hue angle of 315.5º 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 #D13AAA is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 170 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.18 |
| HSL | 315.5º | 0.62% | 0.52% | - |
| HSV(B) | 315.5º | 0.72% | 0.82% | - |
| XYZ | 35.06 | 19.48 | 39.94 | - |
| YUV | 115.92 | 158.53 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 170 | 0 | 0.72 | 0.19 | 0.18 | 315.5 | 0.62 | 0.52 |
| Hex | D1 | 3A | AA | 0 | 48 | 13 | 12 | 13B | 3E | 34 |
| Octal | 321 | 72 | 252 | 0 | 110 | 23 | 22 | 473 | 76 | 64 |
| Binary | 11010001 | 111010 | 10101010 | 0 | 1001000 | 10011 | 10010 | 100111011 | 111110 | 110100 |
Color Harmonies of #D13AAA
Complementary color
Monochromatic Colors of #D13AAA
Black with #D13AAA
Text Example
Text Example
White with #D13AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13AAA; }
p { color: rgb(209,58,170); }
H1.HeaderClassName
{
color: #D13AAA;
}
.AnyTagClassName
{
color: #D13AAA;
}
</style>
background-color css
<style>
a { background-color: #D13AAA; }
a { background-color: rgb(209,58,170); }
div.DivClassName
{
background-color: #D13AAA;
}
.BgClassName
{
background-color: #D13AAA;
}
</style>
border-color css
<style>
span { border-color: #D13AAA; }
span { border-color: rgb(209,58,170); }
td.TdClassName
{
border-color: #D13AAA;
}
.TagClassName
{
border-color: #D13AAA;
}
</style>