Shades of Mandy #D43D50
Tints of Mandy #D43D50
RGB
CMYK
RGB Variations
Color information
#D43D50 (or 0xD43D50) is known color: Mandy. HEX triplet: D4, 3D and 50. RGB value is (212,61,80). Sum of RGB (Red+Green+Blue) = 212+61+80=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43D50 is #2BC2AF. Grayscale: #6C6C6C. Windows color (decimal): -2867888 or 5258708. OLE color: 5258708.
HSL color Cylindrical-coordinate representation of color #D43D50: hue angle of 352.45º 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 #D43D50 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 80 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.17 |
| HSL | 352.45º | 0.64% | 0.54% | - |
| HSV(B) | 352.45º | 0.71% | 0.83% | - |
| XYZ | 30.27 | 17.91 | 9.45 | - |
| YUV | 108.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 80 | 0 | 0.71 | 0.62 | 0.17 | 352.45 | 0.64 | 0.54 |
| Hex | D4 | 3D | 50 | 0 | 47 | 3E | 11 | 160 | 40 | 36 |
| Octal | 324 | 75 | 120 | 0 | 107 | 76 | 21 | 540 | 100 | 66 |
| Binary | 11010100 | 111101 | 1010000 | 0 | 1000111 | 111110 | 10001 | 101100000 | 1000000 | 110110 |
Color Harmonies of #D43D50
Complementary color
Monochromatic Colors of #D43D50
Black with #D43D50
Text Example
Text Example
White with #D43D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D50; }
p { color: rgb(212,61,80); }
H1.HeaderClassName
{
color: #D43D50;
}
.AnyTagClassName
{
color: #D43D50;
}
</style>
background-color css
<style>
a { background-color: #D43D50; }
a { background-color: rgb(212,61,80); }
div.DivClassName
{
background-color: #D43D50;
}
.BgClassName
{
background-color: #D43D50;
}
</style>
border-color css
<style>
span { border-color: #D43D50; }
span { border-color: rgb(212,61,80); }
td.TdClassName
{
border-color: #D43D50;
}
.TagClassName
{
border-color: #D43D50;
}
</style>