Shades of Mulberry #D33AAA
Tints of Mulberry #D33AAA
RGB
CMYK
RGB Variations
Color information
#D33AAA (or 0xD33AAA) is known color: Mulberry. HEX triplet: D3, 3A and AA. RGB value is (211,58,170). Sum of RGB (Red+Green+Blue) = 211+58+170=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D33AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33AAA is #2CC555. Grayscale: #747474. Windows color (decimal): -2934102 or 11156179. OLE color: 11156179.
HSL color Cylindrical-coordinate representation of color #D33AAA: hue angle of 316.08º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33AAA is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 170 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.17 |
| HSL | 316.08º | 0.63% | 0.53% | - |
| HSV(B) | 316.08º | 0.73% | 0.83% | - |
| XYZ | 35.63 | 19.78 | 39.97 | - |
| YUV | 116.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 170 | 0 | 0.73 | 0.19 | 0.17 | 316.08 | 0.63 | 0.53 |
| Hex | D3 | 3A | AA | 0 | 49 | 13 | 11 | 13C | 3F | 35 |
| Octal | 323 | 72 | 252 | 0 | 111 | 23 | 21 | 474 | 77 | 65 |
| Binary | 11010011 | 111010 | 10101010 | 0 | 1001001 | 10011 | 10001 | 100111100 | 111111 | 110101 |
Color Harmonies of #D33AAA
Complementary color
Monochromatic Colors of #D33AAA
Black with #D33AAA
Text Example
Text Example
White with #D33AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33AAA; }
p { color: rgb(211,58,170); }
H1.HeaderClassName
{
color: #D33AAA;
}
.AnyTagClassName
{
color: #D33AAA;
}
</style>
background-color css
<style>
a { background-color: #D33AAA; }
a { background-color: rgb(211,58,170); }
div.DivClassName
{
background-color: #D33AAA;
}
.BgClassName
{
background-color: #D33AAA;
}
</style>
border-color css
<style>
span { border-color: #D33AAA; }
span { border-color: rgb(211,58,170); }
td.TdClassName
{
border-color: #D33AAA;
}
.TagClassName
{
border-color: #D33AAA;
}
</style>