Shades of Mulberry #D33FA2
Tints of Mulberry #D33FA2
RGB
CMYK
RGB Variations
Color information
#D33FA2 (or 0xD33FA2) is known color: Mulberry. HEX triplet: D3, 3F and A2. RGB value is (211,63,162). Sum of RGB (Red+Green+Blue) = 211+63+162=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33FA2 is #2CC05D. Grayscale: #767676. Windows color (decimal): -2932830 or 10633171. OLE color: 10633171.
HSL color Cylindrical-coordinate representation of color #D33FA2: hue angle of 319.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D33FA2 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 162 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.17 |
| HSL | 319.86º | 0.63% | 0.54% | - |
| HSV(B) | 319.86º | 0.7% | 0.83% | - |
| XYZ | 35.16 | 20.01 | 36.19 | - |
| YUV | 118.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 162 | 0 | 0.70 | 0.23 | 0.17 | 319.86 | 0.63 | 0.54 |
| Hex | D3 | 3F | A2 | 0 | 46 | 17 | 11 | 140 | 3F | 36 |
| Octal | 323 | 77 | 242 | 0 | 106 | 27 | 21 | 500 | 77 | 66 |
| Binary | 11010011 | 111111 | 10100010 | 0 | 1000110 | 10111 | 10001 | 101000000 | 111111 | 110110 |
Color Harmonies of #D33FA2
Complementary color
Monochromatic Colors of #D33FA2
Black with #D33FA2
Text Example
Text Example
White with #D33FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FA2; }
p { color: rgb(211,63,162); }
H1.HeaderClassName
{
color: #D33FA2;
}
.AnyTagClassName
{
color: #D33FA2;
}
</style>
background-color css
<style>
a { background-color: #D33FA2; }
a { background-color: rgb(211,63,162); }
div.DivClassName
{
background-color: #D33FA2;
}
.BgClassName
{
background-color: #D33FA2;
}
</style>
border-color css
<style>
span { border-color: #D33FA2; }
span { border-color: rgb(211,63,162); }
td.TdClassName
{
border-color: #D33FA2;
}
.TagClassName
{
border-color: #D33FA2;
}
</style>