Shades of Mulberry #D33EAA
Tints of Mulberry #D33EAA
RGB
CMYK
RGB Variations
Color information
#D33EAA (or 0xD33EAA) is known color: Mulberry. HEX triplet: D3, 3E and AA. RGB value is (211,62,170). Sum of RGB (Red+Green+Blue) = 211+62+170=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D33EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33EAA is #2CC155. Grayscale: #767676. Windows color (decimal): -2933078 or 11157203. OLE color: 11157203.
HSL color Cylindrical-coordinate representation of color #D33EAA: hue angle of 316.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33EAA is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 170 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.17 |
| HSL | 316.51º | 0.63% | 0.54% | - |
| HSV(B) | 316.51º | 0.71% | 0.83% | - |
| XYZ | 35.84 | 20.2 | 40.04 | - |
| YUV | 118.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 170 | 0 | 0.71 | 0.19 | 0.17 | 316.51 | 0.63 | 0.54 |
| Hex | D3 | 3E | AA | 0 | 47 | 13 | 11 | 13D | 3F | 36 |
| Octal | 323 | 76 | 252 | 0 | 107 | 23 | 21 | 475 | 77 | 66 |
| Binary | 11010011 | 111110 | 10101010 | 0 | 1000111 | 10011 | 10001 | 100111101 | 111111 | 110110 |
Color Harmonies of #D33EAA
Complementary color
Monochromatic Colors of #D33EAA
Black with #D33EAA
Text Example
Text Example
White with #D33EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EAA; }
p { color: rgb(211,62,170); }
H1.HeaderClassName
{
color: #D33EAA;
}
.AnyTagClassName
{
color: #D33EAA;
}
</style>
background-color css
<style>
a { background-color: #D33EAA; }
a { background-color: rgb(211,62,170); }
div.DivClassName
{
background-color: #D33EAA;
}
.BgClassName
{
background-color: #D33EAA;
}
</style>
border-color css
<style>
span { border-color: #D33EAA; }
span { border-color: rgb(211,62,170); }
td.TdClassName
{
border-color: #D33EAA;
}
.TagClassName
{
border-color: #D33EAA;
}
</style>