Shades of Mandy #D44157
Tints of Mandy #D44157
RGB
CMYK
RGB Variations
Color information
#D44157 (or 0xD44157) is known color: Mandy. HEX triplet: D4, 41 and 57. RGB value is (212,65,87). Sum of RGB (Red+Green+Blue) = 212+65+87=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D44157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44157 is #2BBEA8. Grayscale: #6F6F6F. Windows color (decimal): -2866857 or 5718484. OLE color: 5718484.
HSL color Cylindrical-coordinate representation of color #D44157: hue angle of 351.02º 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 #D44157 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 87 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.17 |
| HSL | 351.02º | 0.63% | 0.54% | - |
| HSV(B) | 351.02º | 0.69% | 0.83% | - |
| XYZ | 30.76 | 18.47 | 10.96 | - |
| YUV | 111.46 | 114.2 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 87 | 0 | 0.69 | 0.59 | 0.17 | 351.02 | 0.63 | 0.54 |
| Hex | D4 | 41 | 57 | 0 | 45 | 3B | 11 | 15F | 3F | 36 |
| Octal | 324 | 101 | 127 | 0 | 105 | 73 | 21 | 537 | 77 | 66 |
| Binary | 11010100 | 1000001 | 1010111 | 0 | 1000101 | 111011 | 10001 | 101011111 | 111111 | 110110 |
Color Harmonies of #D44157
Complementary color
Monochromatic Colors of #D44157
Black with #D44157
Text Example
Text Example
White with #D44157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44157; }
p { color: rgb(212,65,87); }
H1.HeaderClassName
{
color: #D44157;
}
.AnyTagClassName
{
color: #D44157;
}
</style>
background-color css
<style>
a { background-color: #D44157; }
a { background-color: rgb(212,65,87); }
div.DivClassName
{
background-color: #D44157;
}
.BgClassName
{
background-color: #D44157;
}
</style>
border-color css
<style>
span { border-color: #D44157; }
span { border-color: rgb(212,65,87); }
td.TdClassName
{
border-color: #D44157;
}
.TagClassName
{
border-color: #D44157;
}
</style>