Shades of Mulberry #D33FA9
Tints of Mulberry #D33FA9
RGB
CMYK
RGB Variations
Color information
#D33FA9 (or 0xD33FA9) is known color: Mulberry. HEX triplet: D3, 3F and A9. RGB value is (211,63,169). Sum of RGB (Red+Green+Blue) = 211+63+169=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33FA9 is #2CC056. Grayscale: #777777. Windows color (decimal): -2932823 or 11091923. OLE color: 11091923.
HSL color Cylindrical-coordinate representation of color #D33FA9: hue angle of 317.03º 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 #D33FA9 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 169 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.17 |
| HSL | 317.03º | 0.63% | 0.54% | - |
| HSV(B) | 317.03º | 0.7% | 0.83% | - |
| XYZ | 35.8 | 20.27 | 39.56 | - |
| YUV | 119.34 | 156.03 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 169 | 0 | 0.70 | 0.20 | 0.17 | 317.03 | 0.63 | 0.54 |
| Hex | D3 | 3F | A9 | 0 | 46 | 14 | 11 | 13D | 3F | 36 |
| Octal | 323 | 77 | 251 | 0 | 106 | 24 | 21 | 475 | 77 | 66 |
| Binary | 11010011 | 111111 | 10101001 | 0 | 1000110 | 10100 | 10001 | 100111101 | 111111 | 110110 |
Color Harmonies of #D33FA9
Complementary color
Monochromatic Colors of #D33FA9
Black with #D33FA9
Text Example
Text Example
White with #D33FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FA9; }
p { color: rgb(211,63,169); }
H1.HeaderClassName
{
color: #D33FA9;
}
.AnyTagClassName
{
color: #D33FA9;
}
</style>
background-color css
<style>
a { background-color: #D33FA9; }
a { background-color: rgb(211,63,169); }
div.DivClassName
{
background-color: #D33FA9;
}
.BgClassName
{
background-color: #D33FA9;
}
</style>
border-color css
<style>
span { border-color: #D33FA9; }
span { border-color: rgb(211,63,169); }
td.TdClassName
{
border-color: #D33FA9;
}
.TagClassName
{
border-color: #D33FA9;
}
</style>