Shades of Mulberry #D33FAA
Tints of Mulberry #D33FAA
RGB
CMYK
RGB Variations
Color information
#D33FAA (or 0xD33FAA) is known color: Mulberry. HEX triplet: D3, 3F and AA. RGB value is (211,63,170). Sum of RGB (Red+Green+Blue) = 211+63+170=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33FAA is #2CC055. Grayscale: #777777. Windows color (decimal): -2932822 or 11157459. OLE color: 11157459.
HSL color Cylindrical-coordinate representation of color #D33FAA: hue angle of 316.62º 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 #D33FAA is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 170 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.17 |
| HSL | 316.62º | 0.63% | 0.54% | - |
| HSV(B) | 316.62º | 0.7% | 0.83% | - |
| XYZ | 35.9 | 20.31 | 40.06 | - |
| YUV | 119.45 | 156.53 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 170 | 0 | 0.70 | 0.19 | 0.17 | 316.62 | 0.63 | 0.54 |
| Hex | D3 | 3F | AA | 0 | 46 | 13 | 11 | 13D | 3F | 36 |
| Octal | 323 | 77 | 252 | 0 | 106 | 23 | 21 | 475 | 77 | 66 |
| Binary | 11010011 | 111111 | 10101010 | 0 | 1000110 | 10011 | 10001 | 100111101 | 111111 | 110110 |
Color Harmonies of #D33FAA
Complementary color
Monochromatic Colors of #D33FAA
Black with #D33FAA
Text Example
Text Example
White with #D33FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FAA; }
p { color: rgb(211,63,170); }
H1.HeaderClassName
{
color: #D33FAA;
}
.AnyTagClassName
{
color: #D33FAA;
}
</style>
background-color css
<style>
a { background-color: #D33FAA; }
a { background-color: rgb(211,63,170); }
div.DivClassName
{
background-color: #D33FAA;
}
.BgClassName
{
background-color: #D33FAA;
}
</style>
border-color css
<style>
span { border-color: #D33FAA; }
span { border-color: rgb(211,63,170); }
td.TdClassName
{
border-color: #D33FAA;
}
.TagClassName
{
border-color: #D33FAA;
}
</style>