Shades of Mandy #D74D5E
Tints of Mandy #D74D5E
RGB
CMYK
RGB Variations
Color information
#D74D5E (or 0xD74D5E) is known color: Mandy. HEX triplet: D7, 4D and 5E. RGB value is (215,77,94). Sum of RGB (Red+Green+Blue) = 215+77+94=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D5E is #28B2A1. Grayscale: #787878. Windows color (decimal): -2667170 or 6180311. OLE color: 6180311.
HSL color Cylindrical-coordinate representation of color #D74D5E: hue angle of 352.61º 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 #D74D5E is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 94 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.16 |
| HSL | 352.61º | 0.63% | 0.57% | - |
| HSV(B) | 352.61º | 0.64% | 0.84% | - |
| XYZ | 32.7 | 20.56 | 12.84 | - |
| YUV | 120.2 | 113.22 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 94 | 0 | 0.64 | 0.56 | 0.16 | 352.61 | 0.63 | 0.57 |
| Hex | D7 | 4D | 5E | 0 | 40 | 38 | 10 | 161 | 3F | 39 |
| Octal | 327 | 115 | 136 | 0 | 100 | 70 | 20 | 541 | 77 | 71 |
| Binary | 11010111 | 1001101 | 1011110 | 0 | 1000000 | 111000 | 10000 | 101100001 | 111111 | 111001 |
Color Harmonies of #D74D5E
Complementary color
Monochromatic Colors of #D74D5E
Black with #D74D5E
Text Example
Text Example
White with #D74D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D5E; }
p { color: rgb(215,77,94); }
H1.HeaderClassName
{
color: #D74D5E;
}
.AnyTagClassName
{
color: #D74D5E;
}
</style>
background-color css
<style>
a { background-color: #D74D5E; }
a { background-color: rgb(215,77,94); }
div.DivClassName
{
background-color: #D74D5E;
}
.BgClassName
{
background-color: #D74D5E;
}
</style>
border-color css
<style>
span { border-color: #D74D5E; }
span { border-color: rgb(215,77,94); }
td.TdClassName
{
border-color: #D74D5E;
}
.TagClassName
{
border-color: #D74D5E;
}
</style>