Shades of Mandy #D44156
Tints of Mandy #D44156
RGB
CMYK
RGB Variations
Color information
#D44156 (or 0xD44156) is known color: Mandy. HEX triplet: D4, 41 and 56. RGB value is (212,65,86). Sum of RGB (Red+Green+Blue) = 212+65+86=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D44156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44156 is #2BBEA9. Grayscale: #6F6F6F. Windows color (decimal): -2866858 or 5652948. OLE color: 5652948.
HSL color Cylindrical-coordinate representation of color #D44156: hue angle of 351.43º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44156 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 86 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.17 |
| HSL | 351.43º | 0.63% | 0.54% | - |
| HSV(B) | 351.43º | 0.69% | 0.83% | - |
| XYZ | 30.72 | 18.45 | 10.75 | - |
| YUV | 111.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 86 | 0 | 0.69 | 0.59 | 0.17 | 351.43 | 0.63 | 0.54 |
| Hex | D4 | 41 | 56 | 0 | 45 | 3B | 11 | 15F | 3F | 36 |
| Octal | 324 | 101 | 126 | 0 | 105 | 73 | 21 | 537 | 77 | 66 |
| Binary | 11010100 | 1000001 | 1010110 | 0 | 1000101 | 111011 | 10001 | 101011111 | 111111 | 110110 |
Color Harmonies of #D44156
Complementary color
Monochromatic Colors of #D44156
Black with #D44156
Text Example
Text Example
White with #D44156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44156; }
p { color: rgb(212,65,86); }
H1.HeaderClassName
{
color: #D44156;
}
.AnyTagClassName
{
color: #D44156;
}
</style>
background-color css
<style>
a { background-color: #D44156; }
a { background-color: rgb(212,65,86); }
div.DivClassName
{
background-color: #D44156;
}
.BgClassName
{
background-color: #D44156;
}
</style>
border-color css
<style>
span { border-color: #D44156; }
span { border-color: rgb(212,65,86); }
td.TdClassName
{
border-color: #D44156;
}
.TagClassName
{
border-color: #D44156;
}
</style>