Shades of Mulberry #D43AAB
Tints of Mulberry #D43AAB
RGB
CMYK
RGB Variations
Color information
#D43AAB (or 0xD43AAB) is known color: Mulberry. HEX triplet: D4, 3A and AB. RGB value is (212,58,171). Sum of RGB (Red+Green+Blue) = 212+58+171=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D43AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43AAB is #2BC554. Grayscale: #747474. Windows color (decimal): -2868565 or 11221716. OLE color: 11221716.
HSL color Cylindrical-coordinate representation of color #D43AAB: hue angle of 315.97º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43AAB is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 171 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.17 |
| HSL | 315.97º | 0.64% | 0.53% | - |
| HSV(B) | 315.97º | 0.73% | 0.83% | - |
| XYZ | 36.02 | 19.96 | 40.48 | - |
| YUV | 116.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 171 | 0 | 0.73 | 0.19 | 0.17 | 315.97 | 0.64 | 0.53 |
| Hex | D4 | 3A | AB | 0 | 49 | 13 | 11 | 13C | 40 | 35 |
| Octal | 324 | 72 | 253 | 0 | 111 | 23 | 21 | 474 | 100 | 65 |
| Binary | 11010100 | 111010 | 10101011 | 0 | 1001001 | 10011 | 10001 | 100111100 | 1000000 | 110101 |
Color Harmonies of #D43AAB
Complementary color
Monochromatic Colors of #D43AAB
Black with #D43AAB
Text Example
Text Example
White with #D43AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43AAB; }
p { color: rgb(212,58,171); }
H1.HeaderClassName
{
color: #D43AAB;
}
.AnyTagClassName
{
color: #D43AAB;
}
</style>
background-color css
<style>
a { background-color: #D43AAB; }
a { background-color: rgb(212,58,171); }
div.DivClassName
{
background-color: #D43AAB;
}
.BgClassName
{
background-color: #D43AAB;
}
</style>
border-color css
<style>
span { border-color: #D43AAB; }
span { border-color: rgb(212,58,171); }
td.TdClassName
{
border-color: #D43AAB;
}
.TagClassName
{
border-color: #D43AAB;
}
</style>