Shades of Mandy #D44C5D
Tints of Mandy #D44C5D
RGB
CMYK
RGB Variations
Color information
#D44C5D (or 0xD44C5D) is known color: Mandy. HEX triplet: D4, 4C and 5D. RGB value is (212,76,93). Sum of RGB (Red+Green+Blue) = 212+76+93=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44C5D is #2BB3A2. Grayscale: #767676. Windows color (decimal): -2864035 or 6114516. OLE color: 6114516.
HSL color Cylindrical-coordinate representation of color #D44C5D: hue angle of 352.5º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44C5D is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 93 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.17 |
| HSL | 352.5º | 0.61% | 0.56% | - |
| HSV(B) | 352.5º | 0.64% | 0.83% | - |
| XYZ | 31.71 | 19.96 | 12.54 | - |
| YUV | 118.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 93 | 0 | 0.64 | 0.56 | 0.17 | 352.5 | 0.61 | 0.56 |
| Hex | D4 | 4C | 5D | 0 | 40 | 38 | 11 | 160 | 3D | 38 |
| Octal | 324 | 114 | 135 | 0 | 100 | 70 | 21 | 540 | 75 | 70 |
| Binary | 11010100 | 1001100 | 1011101 | 0 | 1000000 | 111000 | 10001 | 101100000 | 111101 | 111000 |
Color Harmonies of #D44C5D
Complementary color
Monochromatic Colors of #D44C5D
Black with #D44C5D
Text Example
Text Example
White with #D44C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C5D; }
p { color: rgb(212,76,93); }
H1.HeaderClassName
{
color: #D44C5D;
}
.AnyTagClassName
{
color: #D44C5D;
}
</style>
background-color css
<style>
a { background-color: #D44C5D; }
a { background-color: rgb(212,76,93); }
div.DivClassName
{
background-color: #D44C5D;
}
.BgClassName
{
background-color: #D44C5D;
}
</style>
border-color css
<style>
span { border-color: #D44C5D; }
span { border-color: rgb(212,76,93); }
td.TdClassName
{
border-color: #D44C5D;
}
.TagClassName
{
border-color: #D44C5D;
}
</style>