Shades of Mandy #D74D4F
Tints of Mandy #D74D4F
RGB
CMYK
RGB Variations
Color information
#D74D4F (or 0xD74D4F) is known color: Mandy. HEX triplet: D7, 4D and 4F. RGB value is (215,77,79). Sum of RGB (Red+Green+Blue) = 215+77+79=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D4F is #28B2B0. Grayscale: #767676. Windows color (decimal): -2667185 or 5197271. OLE color: 5197271.
HSL color Cylindrical-coordinate representation of color #D74D4F: hue angle of 359.13º 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 #D74D4F is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 79 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.16 |
| HSL | 359.13º | 0.63% | 0.57% | - |
| HSV(B) | 359.13º | 0.64% | 0.84% | - |
| XYZ | 32.09 | 20.32 | 9.63 | - |
| YUV | 118.49 | 105.72 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 79 | 0 | 0.64 | 0.63 | 0.16 | 359.13 | 0.63 | 0.57 |
| Hex | D7 | 4D | 4F | 0 | 40 | 3F | 10 | 167 | 3F | 39 |
| Octal | 327 | 115 | 117 | 0 | 100 | 77 | 20 | 547 | 77 | 71 |
| Binary | 11010111 | 1001101 | 1001111 | 0 | 1000000 | 111111 | 10000 | 101100111 | 111111 | 111001 |
Color Harmonies of #D74D4F
Complementary color
Monochromatic Colors of #D74D4F
Black with #D74D4F
Text Example
Text Example
White with #D74D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D4F; }
p { color: rgb(215,77,79); }
H1.HeaderClassName
{
color: #D74D4F;
}
.AnyTagClassName
{
color: #D74D4F;
}
</style>
background-color css
<style>
a { background-color: #D74D4F; }
a { background-color: rgb(215,77,79); }
div.DivClassName
{
background-color: #D74D4F;
}
.BgClassName
{
background-color: #D74D4F;
}
</style>
border-color css
<style>
span { border-color: #D74D4F; }
span { border-color: rgb(215,77,79); }
td.TdClassName
{
border-color: #D74D4F;
}
.TagClassName
{
border-color: #D74D4F;
}
</style>