Shades of Mulberry #D33EA7
Tints of Mulberry #D33EA7
RGB
CMYK
RGB Variations
Color information
#D33EA7 (or 0xD33EA7) is known color: Mulberry. HEX triplet: D3, 3E and A7. RGB value is (211,62,167). Sum of RGB (Red+Green+Blue) = 211+62+167=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D33EA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33EA7 is #2CC158. Grayscale: #767676. Windows color (decimal): -2933081 or 10960595. OLE color: 10960595.
HSL color Cylindrical-coordinate representation of color #D33EA7: hue angle of 317.72º 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 #D33EA7 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 167 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.17 |
| HSL | 317.72º | 0.63% | 0.54% | - |
| HSV(B) | 317.72º | 0.71% | 0.83% | - |
| XYZ | 35.56 | 20.08 | 38.56 | - |
| YUV | 118.52 | 155.36 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 167 | 0 | 0.71 | 0.21 | 0.17 | 317.72 | 0.63 | 0.54 |
| Hex | D3 | 3E | A7 | 0 | 47 | 15 | 11 | 13E | 3F | 36 |
| Octal | 323 | 76 | 247 | 0 | 107 | 25 | 21 | 476 | 77 | 66 |
| Binary | 11010011 | 111110 | 10100111 | 0 | 1000111 | 10101 | 10001 | 100111110 | 111111 | 110110 |
Color Harmonies of #D33EA7
Complementary color
Monochromatic Colors of #D33EA7
Black with #D33EA7
Text Example
Text Example
White with #D33EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EA7; }
p { color: rgb(211,62,167); }
H1.HeaderClassName
{
color: #D33EA7;
}
.AnyTagClassName
{
color: #D33EA7;
}
</style>
background-color css
<style>
a { background-color: #D33EA7; }
a { background-color: rgb(211,62,167); }
div.DivClassName
{
background-color: #D33EA7;
}
.BgClassName
{
background-color: #D33EA7;
}
</style>
border-color css
<style>
span { border-color: #D33EA7; }
span { border-color: rgb(211,62,167); }
td.TdClassName
{
border-color: #D33EA7;
}
.TagClassName
{
border-color: #D33EA7;
}
</style>