Shades of Mandy #D74D56
Tints of Mandy #D74D56
RGB
CMYK
RGB Variations
Color information
#D74D56 (or 0xD74D56) is known color: Mandy. HEX triplet: D7, 4D and 56. RGB value is (215,77,86). Sum of RGB (Red+Green+Blue) = 215+77+86=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D56 is #28B2A9. Grayscale: #777777. Windows color (decimal): -2667178 or 5656023. OLE color: 5656023.
HSL color Cylindrical-coordinate representation of color #D74D56: hue angle of 356.09º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74D56 is Cyan = 0, Magento = 0.64, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 86 | - |
| CMYK | 0 | 0.64 | 0.6 | 0.16 |
| HSL | 356.09º | 0.63% | 0.57% | - |
| HSV(B) | 356.09º | 0.64% | 0.84% | - |
| XYZ | 32.36 | 20.43 | 11.04 | - |
| YUV | 119.29 | 109.22 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 86 | 0 | 0.64 | 0.6 | 0.16 | 356.09 | 0.63 | 0.57 |
| Hex | D7 | 4D | 56 | 0 | 40 | 3C | 10 | 164 | 3F | 39 |
| Octal | 327 | 115 | 126 | 0 | 100 | 74 | 20 | 544 | 77 | 71 |
| Binary | 11010111 | 1001101 | 1010110 | 0 | 1000000 | 111100 | 10000 | 101100100 | 111111 | 111001 |
Color Harmonies of #D74D56
Complementary color
Monochromatic Colors of #D74D56
Black with #D74D56
Text Example
Text Example
White with #D74D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D56; }
p { color: rgb(215,77,86); }
H1.HeaderClassName
{
color: #D74D56;
}
.AnyTagClassName
{
color: #D74D56;
}
</style>
background-color css
<style>
a { background-color: #D74D56; }
a { background-color: rgb(215,77,86); }
div.DivClassName
{
background-color: #D74D56;
}
.BgClassName
{
background-color: #D74D56;
}
</style>
border-color css
<style>
span { border-color: #D74D56; }
span { border-color: rgb(215,77,86); }
td.TdClassName
{
border-color: #D74D56;
}
.TagClassName
{
border-color: #D74D56;
}
</style>