Shades of Mandy #D44E5B
Tints of Mandy #D44E5B
RGB
CMYK
RGB Variations
Color information
#D44E5B (or 0xD44E5B) is known color: Mandy. HEX triplet: D4, 4E and 5B. RGB value is (212,78,91). Sum of RGB (Red+Green+Blue) = 212+78+91=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44E5B is #2BB1A4. Grayscale: #777777. Windows color (decimal): -2863525 or 5983956. OLE color: 5983956.
HSL color Cylindrical-coordinate representation of color #D44E5B: hue angle of 354.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44E5B is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 78 | 91 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.17 |
| HSL | 354.18º | 0.61% | 0.57% | - |
| HSV(B) | 354.18º | 0.63% | 0.83% | - |
| XYZ | 31.76 | 20.2 | 12.12 | - |
| YUV | 119.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 91 | 0 | 0.63 | 0.57 | 0.17 | 354.18 | 0.61 | 0.57 |
| Hex | D4 | 4E | 5B | 0 | 3F | 39 | 11 | 162 | 3D | 39 |
| Octal | 324 | 116 | 133 | 0 | 77 | 71 | 21 | 542 | 75 | 71 |
| Binary | 11010100 | 1001110 | 1011011 | 0 | 111111 | 111001 | 10001 | 101100010 | 111101 | 111001 |
Color Harmonies of #D44E5B
Complementary color
Monochromatic Colors of #D44E5B
Black with #D44E5B
Text Example
Text Example
White with #D44E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44E5B; }
p { color: rgb(212,78,91); }
H1.HeaderClassName
{
color: #D44E5B;
}
.AnyTagClassName
{
color: #D44E5B;
}
</style>
background-color css
<style>
a { background-color: #D44E5B; }
a { background-color: rgb(212,78,91); }
div.DivClassName
{
background-color: #D44E5B;
}
.BgClassName
{
background-color: #D44E5B;
}
</style>
border-color css
<style>
span { border-color: #D44E5B; }
span { border-color: rgb(212,78,91); }
td.TdClassName
{
border-color: #D44E5B;
}
.TagClassName
{
border-color: #D44E5B;
}
</style>