Shades of Mulberry #D43DA2
Tints of Mulberry #D43DA2
RGB
CMYK
RGB Variations
Color information
#D43DA2 (or 0xD43DA2) is known color: Mulberry. HEX triplet: D4, 3D and A2. RGB value is (212,61,162). Sum of RGB (Red+Green+Blue) = 212+61+162=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43DA2 is #2BC25D. Grayscale: #757575. Windows color (decimal): -2867806 or 10632660. OLE color: 10632660.
HSL color Cylindrical-coordinate representation of color #D43DA2: hue angle of 319.87º 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 #D43DA2 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 162 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.17 |
| HSL | 319.87º | 0.64% | 0.54% | - |
| HSV(B) | 319.87º | 0.71% | 0.83% | - |
| XYZ | 35.34 | 19.94 | 36.17 | - |
| YUV | 117.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 162 | 0 | 0.71 | 0.24 | 0.17 | 319.87 | 0.64 | 0.54 |
| Hex | D4 | 3D | A2 | 0 | 47 | 18 | 11 | 140 | 40 | 36 |
| Octal | 324 | 75 | 242 | 0 | 107 | 30 | 21 | 500 | 100 | 66 |
| Binary | 11010100 | 111101 | 10100010 | 0 | 1000111 | 11000 | 10001 | 101000000 | 1000000 | 110110 |
Color Harmonies of #D43DA2
Complementary color
Monochromatic Colors of #D43DA2
Black with #D43DA2
Text Example
Text Example
White with #D43DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DA2; }
p { color: rgb(212,61,162); }
H1.HeaderClassName
{
color: #D43DA2;
}
.AnyTagClassName
{
color: #D43DA2;
}
</style>
background-color css
<style>
a { background-color: #D43DA2; }
a { background-color: rgb(212,61,162); }
div.DivClassName
{
background-color: #D43DA2;
}
.BgClassName
{
background-color: #D43DA2;
}
</style>
border-color css
<style>
span { border-color: #D43DA2; }
span { border-color: rgb(212,61,162); }
td.TdClassName
{
border-color: #D43DA2;
}
.TagClassName
{
border-color: #D43DA2;
}
</style>