Shades of Mulberry #D43D9F
Tints of Mulberry #D43D9F
RGB
CMYK
RGB Variations
Color information
#D43D9F (or 0xD43D9F) is known color: Mulberry. HEX triplet: D4, 3D and 9F. RGB value is (212,61,159). Sum of RGB (Red+Green+Blue) = 212+61+159=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43D9F is #2BC260. Grayscale: #757575. Windows color (decimal): -2867809 or 10436052. OLE color: 10436052.
HSL color Cylindrical-coordinate representation of color #D43D9F: hue angle of 321.06º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43D9F is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 159 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.17 |
| HSL | 321.06º | 0.64% | 0.54% | - |
| HSV(B) | 321.06º | 0.71% | 0.83% | - |
| XYZ | 35.08 | 19.84 | 34.78 | - |
| YUV | 117.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 159 | 0 | 0.71 | 0.25 | 0.17 | 321.06 | 0.64 | 0.54 |
| Hex | D4 | 3D | 9F | 0 | 47 | 19 | 11 | 141 | 40 | 36 |
| Octal | 324 | 75 | 237 | 0 | 107 | 31 | 21 | 501 | 100 | 66 |
| Binary | 11010100 | 111101 | 10011111 | 0 | 1000111 | 11001 | 10001 | 101000001 | 1000000 | 110110 |
Color Harmonies of #D43D9F
Complementary color
Monochromatic Colors of #D43D9F
Black with #D43D9F
Text Example
Text Example
White with #D43D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D9F; }
p { color: rgb(212,61,159); }
H1.HeaderClassName
{
color: #D43D9F;
}
.AnyTagClassName
{
color: #D43D9F;
}
</style>
background-color css
<style>
a { background-color: #D43D9F; }
a { background-color: rgb(212,61,159); }
div.DivClassName
{
background-color: #D43D9F;
}
.BgClassName
{
background-color: #D43D9F;
}
</style>
border-color css
<style>
span { border-color: #D43D9F; }
span { border-color: rgb(212,61,159); }
td.TdClassName
{
border-color: #D43D9F;
}
.TagClassName
{
border-color: #D43D9F;
}
</style>