Shades of Mulberry #D33EA4
Tints of Mulberry #D33EA4
RGB
CMYK
RGB Variations
Color information
#D33EA4 (or 0xD33EA4) is known color: Mulberry. HEX triplet: D3, 3E and A4. RGB value is (211,62,164). Sum of RGB (Red+Green+Blue) = 211+62+164=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D33EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33EA4 is #2CC15B. Grayscale: #757575. Windows color (decimal): -2933084 or 10763987. OLE color: 10763987.
HSL color Cylindrical-coordinate representation of color #D33EA4: hue angle of 318.93º 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 #D33EA4 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 164 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.17 |
| HSL | 318.93º | 0.63% | 0.54% | - |
| HSV(B) | 318.93º | 0.71% | 0.83% | - |
| XYZ | 35.29 | 19.97 | 37.12 | - |
| YUV | 118.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 164 | 0 | 0.71 | 0.22 | 0.17 | 318.93 | 0.63 | 0.54 |
| Hex | D3 | 3E | A4 | 0 | 47 | 16 | 11 | 13F | 3F | 36 |
| Octal | 323 | 76 | 244 | 0 | 107 | 26 | 21 | 477 | 77 | 66 |
| Binary | 11010011 | 111110 | 10100100 | 0 | 1000111 | 10110 | 10001 | 100111111 | 111111 | 110110 |
Color Harmonies of #D33EA4
Complementary color
Monochromatic Colors of #D33EA4
Black with #D33EA4
Text Example
Text Example
White with #D33EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EA4; }
p { color: rgb(211,62,164); }
H1.HeaderClassName
{
color: #D33EA4;
}
.AnyTagClassName
{
color: #D33EA4;
}
</style>
background-color css
<style>
a { background-color: #D33EA4; }
a { background-color: rgb(211,62,164); }
div.DivClassName
{
background-color: #D33EA4;
}
.BgClassName
{
background-color: #D33EA4;
}
</style>
border-color css
<style>
span { border-color: #D33EA4; }
span { border-color: rgb(211,62,164); }
td.TdClassName
{
border-color: #D33EA4;
}
.TagClassName
{
border-color: #D33EA4;
}
</style>