Shades of Mandy #D44C5A
Tints of Mandy #D44C5A
RGB
CMYK
RGB Variations
Color information
#D44C5A (or 0xD44C5A) is known color: Mandy. HEX triplet: D4, 4C and 5A. RGB value is (212,76,90). Sum of RGB (Red+Green+Blue) = 212+76+90=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44C5A is #2BB3A5. Grayscale: #767676. Windows color (decimal): -2864038 or 5917908. OLE color: 5917908.
HSL color Cylindrical-coordinate representation of color #D44C5A: hue angle of 353.82º 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 #D44C5A is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 90 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.17 |
| HSL | 353.82º | 0.61% | 0.56% | - |
| HSV(B) | 353.82º | 0.64% | 0.83% | - |
| XYZ | 31.58 | 19.9 | 11.85 | - |
| YUV | 118.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 90 | 0 | 0.64 | 0.58 | 0.17 | 353.82 | 0.61 | 0.56 |
| Hex | D4 | 4C | 5A | 0 | 40 | 3A | 11 | 162 | 3D | 38 |
| Octal | 324 | 114 | 132 | 0 | 100 | 72 | 21 | 542 | 75 | 70 |
| Binary | 11010100 | 1001100 | 1011010 | 0 | 1000000 | 111010 | 10001 | 101100010 | 111101 | 111000 |
Color Harmonies of #D44C5A
Complementary color
Monochromatic Colors of #D44C5A
Black with #D44C5A
Text Example
Text Example
White with #D44C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C5A; }
p { color: rgb(212,76,90); }
H1.HeaderClassName
{
color: #D44C5A;
}
.AnyTagClassName
{
color: #D44C5A;
}
</style>
background-color css
<style>
a { background-color: #D44C5A; }
a { background-color: rgb(212,76,90); }
div.DivClassName
{
background-color: #D44C5A;
}
.BgClassName
{
background-color: #D44C5A;
}
</style>
border-color css
<style>
span { border-color: #D44C5A; }
span { border-color: rgb(212,76,90); }
td.TdClassName
{
border-color: #D44C5A;
}
.TagClassName
{
border-color: #D44C5A;
}
</style>