Shades of Mandy #D74A57
Tints of Mandy #D74A57
RGB
CMYK
RGB Variations
Color information
#D74A57 (or 0xD74A57) is known color: Mandy. HEX triplet: D7, 4A and 57. RGB value is (215,74,87). Sum of RGB (Red+Green+Blue) = 215+74+87=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A57 is #28B5A8. Grayscale: #757575. Windows color (decimal): -2667945 or 5720791. OLE color: 5720791.
HSL color Cylindrical-coordinate representation of color #D74A57: hue angle of 354.47º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74A57 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 87 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.16 |
| HSL | 354.47º | 0.64% | 0.57% | - |
| HSV(B) | 354.47º | 0.66% | 0.84% | - |
| XYZ | 32.19 | 20.03 | 11.19 | - |
| YUV | 117.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 87 | 0 | 0.66 | 0.60 | 0.16 | 354.47 | 0.64 | 0.57 |
| Hex | D7 | 4A | 57 | 0 | 42 | 3C | 10 | 162 | 40 | 39 |
| Octal | 327 | 112 | 127 | 0 | 102 | 74 | 20 | 542 | 100 | 71 |
| Binary | 11010111 | 1001010 | 1010111 | 0 | 1000010 | 111100 | 10000 | 101100010 | 1000000 | 111001 |
Color Harmonies of #D74A57
Complementary color
Monochromatic Colors of #D74A57
Black with #D74A57
Text Example
Text Example
White with #D74A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A57; }
p { color: rgb(215,74,87); }
H1.HeaderClassName
{
color: #D74A57;
}
.AnyTagClassName
{
color: #D74A57;
}
</style>
background-color css
<style>
a { background-color: #D74A57; }
a { background-color: rgb(215,74,87); }
div.DivClassName
{
background-color: #D74A57;
}
.BgClassName
{
background-color: #D74A57;
}
</style>
border-color css
<style>
span { border-color: #D74A57; }
span { border-color: rgb(215,74,87); }
td.TdClassName
{
border-color: #D74A57;
}
.TagClassName
{
border-color: #D74A57;
}
</style>