Shades of Mulberry #D33BAC
Tints of Mulberry #D33BAC
RGB
CMYK
RGB Variations
Color information
#D33BAC (or 0xD33BAC) is known color: Mulberry. HEX triplet: D3, 3B and AC. RGB value is (211,59,172). Sum of RGB (Red+Green+Blue) = 211+59+172=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33BAC is #2CC453. Grayscale: #757575. Windows color (decimal): -2933844 or 11287507. OLE color: 11287507.
HSL color Cylindrical-coordinate representation of color #D33BAC: hue angle of 315.39º 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 #D33BAC is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 172 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.17 |
| HSL | 315.39º | 0.63% | 0.53% | - |
| HSV(B) | 315.39º | 0.72% | 0.83% | - |
| XYZ | 35.87 | 19.96 | 40.99 | - |
| YUV | 117.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 172 | 0 | 0.72 | 0.18 | 0.17 | 315.39 | 0.63 | 0.53 |
| Hex | D3 | 3B | AC | 0 | 48 | 12 | 11 | 13B | 3F | 35 |
| Octal | 323 | 73 | 254 | 0 | 110 | 22 | 21 | 473 | 77 | 65 |
| Binary | 11010011 | 111011 | 10101100 | 0 | 1001000 | 10010 | 10001 | 100111011 | 111111 | 110101 |
Color Harmonies of #D33BAC
Complementary color
Monochromatic Colors of #D33BAC
Black with #D33BAC
Text Example
Text Example
White with #D33BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BAC; }
p { color: rgb(211,59,172); }
H1.HeaderClassName
{
color: #D33BAC;
}
.AnyTagClassName
{
color: #D33BAC;
}
</style>
background-color css
<style>
a { background-color: #D33BAC; }
a { background-color: rgb(211,59,172); }
div.DivClassName
{
background-color: #D33BAC;
}
.BgClassName
{
background-color: #D33BAC;
}
</style>
border-color css
<style>
span { border-color: #D33BAC; }
span { border-color: rgb(211,59,172); }
td.TdClassName
{
border-color: #D33BAC;
}
.TagClassName
{
border-color: #D33BAC;
}
</style>