Shades of Mulberry #D43BA9
Tints of Mulberry #D43BA9
RGB
CMYK
RGB Variations
Color information
#D43BA9 (or 0xD43BA9) is known color: Mulberry. HEX triplet: D4, 3B and A9. RGB value is (212,59,169). Sum of RGB (Red+Green+Blue) = 212+59+169=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43BA9 is #2BC456. Grayscale: #757575. Windows color (decimal): -2868311 or 11090900. OLE color: 11090900.
HSL color Cylindrical-coordinate representation of color #D43BA9: hue angle of 316.86º 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 #D43BA9 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 169 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.17 |
| HSL | 316.86º | 0.64% | 0.53% | - |
| HSV(B) | 316.86º | 0.72% | 0.83% | - |
| XYZ | 35.88 | 19.99 | 39.5 | - |
| YUV | 117.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 169 | 0 | 0.72 | 0.20 | 0.17 | 316.86 | 0.64 | 0.53 |
| Hex | D4 | 3B | A9 | 0 | 48 | 14 | 11 | 13D | 40 | 35 |
| Octal | 324 | 73 | 251 | 0 | 110 | 24 | 21 | 475 | 100 | 65 |
| Binary | 11010100 | 111011 | 10101001 | 0 | 1001000 | 10100 | 10001 | 100111101 | 1000000 | 110101 |
Color Harmonies of #D43BA9
Complementary color
Monochromatic Colors of #D43BA9
Black with #D43BA9
Text Example
Text Example
White with #D43BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BA9; }
p { color: rgb(212,59,169); }
H1.HeaderClassName
{
color: #D43BA9;
}
.AnyTagClassName
{
color: #D43BA9;
}
</style>
background-color css
<style>
a { background-color: #D43BA9; }
a { background-color: rgb(212,59,169); }
div.DivClassName
{
background-color: #D43BA9;
}
.BgClassName
{
background-color: #D43BA9;
}
</style>
border-color css
<style>
span { border-color: #D43BA9; }
span { border-color: rgb(212,59,169); }
td.TdClassName
{
border-color: #D43BA9;
}
.TagClassName
{
border-color: #D43BA9;
}
</style>