Shades of Mulberry #D43BAC
Tints of Mulberry #D43BAC
RGB
CMYK
RGB Variations
Color information
#D43BAC (or 0xD43BAC) is known color: Mulberry. HEX triplet: D4, 3B and AC. RGB value is (212,59,172). Sum of RGB (Red+Green+Blue) = 212+59+172=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43BAC is #2BC453. Grayscale: #757575. Windows color (decimal): -2868308 or 11287508. OLE color: 11287508.
HSL color Cylindrical-coordinate representation of color #D43BAC: hue angle of 315.69º degrees, saturation: 0.64, 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 #D43BAC is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 172 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.17 |
| HSL | 315.69º | 0.64% | 0.53% | - |
| HSV(B) | 315.69º | 0.72% | 0.83% | - |
| XYZ | 36.16 | 20.1 | 41 | - |
| YUV | 117.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 172 | 0 | 0.72 | 0.19 | 0.17 | 315.69 | 0.64 | 0.53 |
| Hex | D4 | 3B | AC | 0 | 48 | 13 | 11 | 13C | 40 | 35 |
| Octal | 324 | 73 | 254 | 0 | 110 | 23 | 21 | 474 | 100 | 65 |
| Binary | 11010100 | 111011 | 10101100 | 0 | 1001000 | 10011 | 10001 | 100111100 | 1000000 | 110101 |
Color Harmonies of #D43BAC
Complementary color
Monochromatic Colors of #D43BAC
Black with #D43BAC
Text Example
Text Example
White with #D43BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BAC; }
p { color: rgb(212,59,172); }
H1.HeaderClassName
{
color: #D43BAC;
}
.AnyTagClassName
{
color: #D43BAC;
}
</style>
background-color css
<style>
a { background-color: #D43BAC; }
a { background-color: rgb(212,59,172); }
div.DivClassName
{
background-color: #D43BAC;
}
.BgClassName
{
background-color: #D43BAC;
}
</style>
border-color css
<style>
span { border-color: #D43BAC; }
span { border-color: rgb(212,59,172); }
td.TdClassName
{
border-color: #D43BAC;
}
.TagClassName
{
border-color: #D43BAC;
}
</style>