Shades of Mulberry #D43DA5
Tints of Mulberry #D43DA5
RGB
CMYK
RGB Variations
Color information
#D43DA5 (or 0xD43DA5) is known color: Mulberry. HEX triplet: D4, 3D and A5. RGB value is (212,61,165). Sum of RGB (Red+Green+Blue) = 212+61+165=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43DA5 is #2BC25A. Grayscale: #757575. Windows color (decimal): -2867803 or 10829268. OLE color: 10829268.
HSL color Cylindrical-coordinate representation of color #D43DA5: hue angle of 318.68º 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 #D43DA5 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 165 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.17 |
| HSL | 318.68º | 0.64% | 0.54% | - |
| HSV(B) | 318.68º | 0.71% | 0.83% | - |
| XYZ | 35.61 | 20.05 | 37.59 | - |
| YUV | 118.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 165 | 0 | 0.71 | 0.22 | 0.17 | 318.68 | 0.64 | 0.54 |
| Hex | D4 | 3D | A5 | 0 | 47 | 16 | 11 | 13F | 40 | 36 |
| Octal | 324 | 75 | 245 | 0 | 107 | 26 | 21 | 477 | 100 | 66 |
| Binary | 11010100 | 111101 | 10100101 | 0 | 1000111 | 10110 | 10001 | 100111111 | 1000000 | 110110 |
Color Harmonies of #D43DA5
Complementary color
Monochromatic Colors of #D43DA5
Black with #D43DA5
Text Example
Text Example
White with #D43DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DA5; }
p { color: rgb(212,61,165); }
H1.HeaderClassName
{
color: #D43DA5;
}
.AnyTagClassName
{
color: #D43DA5;
}
</style>
background-color css
<style>
a { background-color: #D43DA5; }
a { background-color: rgb(212,61,165); }
div.DivClassName
{
background-color: #D43DA5;
}
.BgClassName
{
background-color: #D43DA5;
}
</style>
border-color css
<style>
span { border-color: #D43DA5; }
span { border-color: rgb(212,61,165); }
td.TdClassName
{
border-color: #D43DA5;
}
.TagClassName
{
border-color: #D43DA5;
}
</style>