Shades of Mandy #D74C5E
Tints of Mandy #D74C5E
RGB
CMYK
RGB Variations
Color information
#D74C5E (or 0xD74C5E) is known color: Mandy. HEX triplet: D7, 4C and 5E. RGB value is (215,76,94). Sum of RGB (Red+Green+Blue) = 215+76+94=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C5E is #28B3A1. Grayscale: #777777. Windows color (decimal): -2667426 or 6180055. OLE color: 6180055.
HSL color Cylindrical-coordinate representation of color #D74C5E: hue angle of 352.23º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74C5E is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 94 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.16 |
| HSL | 352.23º | 0.63% | 0.57% | - |
| HSV(B) | 352.23º | 0.65% | 0.84% | - |
| XYZ | 32.63 | 20.42 | 12.81 | - |
| YUV | 119.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 94 | 0 | 0.65 | 0.56 | 0.16 | 352.23 | 0.63 | 0.57 |
| Hex | D7 | 4C | 5E | 0 | 41 | 38 | 10 | 160 | 3F | 39 |
| Octal | 327 | 114 | 136 | 0 | 101 | 70 | 20 | 540 | 77 | 71 |
| Binary | 11010111 | 1001100 | 1011110 | 0 | 1000001 | 111000 | 10000 | 101100000 | 111111 | 111001 |
Color Harmonies of #D74C5E
Complementary color
Monochromatic Colors of #D74C5E
Black with #D74C5E
Text Example
Text Example
White with #D74C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C5E; }
p { color: rgb(215,76,94); }
H1.HeaderClassName
{
color: #D74C5E;
}
.AnyTagClassName
{
color: #D74C5E;
}
</style>
background-color css
<style>
a { background-color: #D74C5E; }
a { background-color: rgb(215,76,94); }
div.DivClassName
{
background-color: #D74C5E;
}
.BgClassName
{
background-color: #D74C5E;
}
</style>
border-color css
<style>
span { border-color: #D74C5E; }
span { border-color: rgb(215,76,94); }
td.TdClassName
{
border-color: #D74C5E;
}
.TagClassName
{
border-color: #D74C5E;
}
</style>