Shades of Mulberry #D33BA6
Tints of Mulberry #D33BA6
RGB
CMYK
RGB Variations
Color information
#D33BA6 (or 0xD33BA6) is known color: Mulberry. HEX triplet: D3, 3B and A6. RGB value is (211,59,166). Sum of RGB (Red+Green+Blue) = 211+59+166=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33BA6 is #2CC459. Grayscale: #747474. Windows color (decimal): -2933850 or 10894291. OLE color: 10894291.
HSL color Cylindrical-coordinate representation of color #D33BA6: hue angle of 317.76º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33BA6 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 166 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.17 |
| HSL | 317.76º | 0.63% | 0.53% | - |
| HSV(B) | 317.76º | 0.72% | 0.83% | - |
| XYZ | 35.31 | 19.73 | 38.02 | - |
| YUV | 116.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 166 | 0 | 0.72 | 0.21 | 0.17 | 317.76 | 0.63 | 0.53 |
| Hex | D3 | 3B | A6 | 0 | 48 | 15 | 11 | 13E | 3F | 35 |
| Octal | 323 | 73 | 246 | 0 | 110 | 25 | 21 | 476 | 77 | 65 |
| Binary | 11010011 | 111011 | 10100110 | 0 | 1001000 | 10101 | 10001 | 100111110 | 111111 | 110101 |
Color Harmonies of #D33BA6
Complementary color
Monochromatic Colors of #D33BA6
Black with #D33BA6
Text Example
Text Example
White with #D33BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BA6; }
p { color: rgb(211,59,166); }
H1.HeaderClassName
{
color: #D33BA6;
}
.AnyTagClassName
{
color: #D33BA6;
}
</style>
background-color css
<style>
a { background-color: #D33BA6; }
a { background-color: rgb(211,59,166); }
div.DivClassName
{
background-color: #D33BA6;
}
.BgClassName
{
background-color: #D33BA6;
}
</style>
border-color css
<style>
span { border-color: #D33BA6; }
span { border-color: rgb(211,59,166); }
td.TdClassName
{
border-color: #D33BA6;
}
.TagClassName
{
border-color: #D33BA6;
}
</style>