Shades of Mandy #D74E5D
Tints of Mandy #D74E5D
RGB
CMYK
RGB Variations
Color information
#D74E5D (or 0xD74E5D) is known color: Mandy. HEX triplet: D7, 4E and 5D. RGB value is (215,78,93). Sum of RGB (Red+Green+Blue) = 215+78+93=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E5D is #28B1A2. Grayscale: #787878. Windows color (decimal): -2666915 or 6115031. OLE color: 6115031.
HSL color Cylindrical-coordinate representation of color #D74E5D: hue angle of 353.43º 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 #D74E5D is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 93 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.16 |
| HSL | 353.43º | 0.63% | 0.57% | - |
| HSV(B) | 353.43º | 0.64% | 0.84% | - |
| XYZ | 32.72 | 20.69 | 12.62 | - |
| YUV | 120.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 93 | 0 | 0.64 | 0.57 | 0.16 | 353.43 | 0.63 | 0.57 |
| Hex | D7 | 4E | 5D | 0 | 40 | 39 | 10 | 161 | 3F | 39 |
| Octal | 327 | 116 | 135 | 0 | 100 | 71 | 20 | 541 | 77 | 71 |
| Binary | 11010111 | 1001110 | 1011101 | 0 | 1000000 | 111001 | 10000 | 101100001 | 111111 | 111001 |
Color Harmonies of #D74E5D
Complementary color
Monochromatic Colors of #D74E5D
Black with #D74E5D
Text Example
Text Example
White with #D74E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74E5D; }
p { color: rgb(215,78,93); }
H1.HeaderClassName
{
color: #D74E5D;
}
.AnyTagClassName
{
color: #D74E5D;
}
</style>
background-color css
<style>
a { background-color: #D74E5D; }
a { background-color: rgb(215,78,93); }
div.DivClassName
{
background-color: #D74E5D;
}
.BgClassName
{
background-color: #D74E5D;
}
</style>
border-color css
<style>
span { border-color: #D74E5D; }
span { border-color: rgb(215,78,93); }
td.TdClassName
{
border-color: #D74E5D;
}
.TagClassName
{
border-color: #D74E5D;
}
</style>