Shades of Mulberry #D43BA8
Tints of Mulberry #D43BA8
RGB
CMYK
RGB Variations
Color information
#D43BA8 (or 0xD43BA8) is known color: Mulberry. HEX triplet: D4, 3B and A8. RGB value is (212,59,168). Sum of RGB (Red+Green+Blue) = 212+59+168=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43BA8 is #2BC457. Grayscale: #747474. Windows color (decimal): -2868312 or 11025364. OLE color: 11025364.
HSL color Cylindrical-coordinate representation of color #D43BA8: hue angle of 317.25º 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 #D43BA8 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 168 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.17 |
| HSL | 317.25º | 0.64% | 0.53% | - |
| HSV(B) | 317.25º | 0.72% | 0.83% | - |
| XYZ | 35.78 | 19.95 | 39.01 | - |
| YUV | 117.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 168 | 0 | 0.72 | 0.21 | 0.17 | 317.25 | 0.64 | 0.53 |
| Hex | D4 | 3B | A8 | 0 | 48 | 15 | 11 | 13D | 40 | 35 |
| Octal | 324 | 73 | 250 | 0 | 110 | 25 | 21 | 475 | 100 | 65 |
| Binary | 11010100 | 111011 | 10101000 | 0 | 1001000 | 10101 | 10001 | 100111101 | 1000000 | 110101 |
Color Harmonies of #D43BA8
Complementary color
Monochromatic Colors of #D43BA8
Black with #D43BA8
Text Example
Text Example
White with #D43BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BA8; }
p { color: rgb(212,59,168); }
H1.HeaderClassName
{
color: #D43BA8;
}
.AnyTagClassName
{
color: #D43BA8;
}
</style>
background-color css
<style>
a { background-color: #D43BA8; }
a { background-color: rgb(212,59,168); }
div.DivClassName
{
background-color: #D43BA8;
}
.BgClassName
{
background-color: #D43BA8;
}
</style>
border-color css
<style>
span { border-color: #D43BA8; }
span { border-color: rgb(212,59,168); }
td.TdClassName
{
border-color: #D43BA8;
}
.TagClassName
{
border-color: #D43BA8;
}
</style>