Shades of Mandy #D74F55
Tints of Mandy #D74F55
RGB
CMYK
RGB Variations
Color information
#D74F55 (or 0xD74F55) is known color: Mandy. HEX triplet: D7, 4F and 55. RGB value is (215,79,85). Sum of RGB (Red+Green+Blue) = 215+79+85=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F55 is #28B0AA. Grayscale: #787878. Windows color (decimal): -2666667 or 5590999. OLE color: 5590999.
HSL color Cylindrical-coordinate representation of color #D74F55: hue angle of 357.35º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74F55 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 85 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.16 |
| HSL | 357.35º | 0.63% | 0.58% | - |
| HSV(B) | 357.35º | 0.63% | 0.84% | - |
| XYZ | 32.46 | 20.69 | 10.88 | - |
| YUV | 120.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 85 | 0 | 0.63 | 0.60 | 0.16 | 357.35 | 0.63 | 0.58 |
| Hex | D7 | 4F | 55 | 0 | 3F | 3C | 10 | 165 | 3F | 3A |
| Octal | 327 | 117 | 125 | 0 | 77 | 74 | 20 | 545 | 77 | 72 |
| Binary | 11010111 | 1001111 | 1010101 | 0 | 111111 | 111100 | 10000 | 101100101 | 111111 | 111010 |
Color Harmonies of #D74F55
Complementary color
Monochromatic Colors of #D74F55
Black with #D74F55
Text Example
Text Example
White with #D74F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F55; }
p { color: rgb(215,79,85); }
H1.HeaderClassName
{
color: #D74F55;
}
.AnyTagClassName
{
color: #D74F55;
}
</style>
background-color css
<style>
a { background-color: #D74F55; }
a { background-color: rgb(215,79,85); }
div.DivClassName
{
background-color: #D74F55;
}
.BgClassName
{
background-color: #D74F55;
}
</style>
border-color css
<style>
span { border-color: #D74F55; }
span { border-color: rgb(215,79,85); }
td.TdClassName
{
border-color: #D74F55;
}
.TagClassName
{
border-color: #D74F55;
}
</style>