Shades of Mulberry #D33BAB
Tints of Mulberry #D33BAB
RGB
CMYK
RGB Variations
Color information
#D33BAB (or 0xD33BAB) is known color: Mulberry. HEX triplet: D3, 3B and AB. RGB value is (211,59,171). Sum of RGB (Red+Green+Blue) = 211+59+171=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33BAB is #2CC454. Grayscale: #747474. Windows color (decimal): -2933845 or 11221971. OLE color: 11221971.
HSL color Cylindrical-coordinate representation of color #D33BAB: hue angle of 315.79º 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 #D33BAB is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 171 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.17 |
| HSL | 315.79º | 0.63% | 0.53% | - |
| HSV(B) | 315.79º | 0.72% | 0.83% | - |
| XYZ | 35.78 | 19.92 | 40.49 | - |
| YUV | 117.22 | 158.36 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 171 | 0 | 0.72 | 0.19 | 0.17 | 315.79 | 0.63 | 0.53 |
| Hex | D3 | 3B | AB | 0 | 48 | 13 | 11 | 13C | 3F | 35 |
| Octal | 323 | 73 | 253 | 0 | 110 | 23 | 21 | 474 | 77 | 65 |
| Binary | 11010011 | 111011 | 10101011 | 0 | 1001000 | 10011 | 10001 | 100111100 | 111111 | 110101 |
Color Harmonies of #D33BAB
Complementary color
Monochromatic Colors of #D33BAB
Black with #D33BAB
Text Example
Text Example
White with #D33BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BAB; }
p { color: rgb(211,59,171); }
H1.HeaderClassName
{
color: #D33BAB;
}
.AnyTagClassName
{
color: #D33BAB;
}
</style>
background-color css
<style>
a { background-color: #D33BAB; }
a { background-color: rgb(211,59,171); }
div.DivClassName
{
background-color: #D33BAB;
}
.BgClassName
{
background-color: #D33BAB;
}
</style>
border-color css
<style>
span { border-color: #D33BAB; }
span { border-color: rgb(211,59,171); }
td.TdClassName
{
border-color: #D33BAB;
}
.TagClassName
{
border-color: #D33BAB;
}
</style>