Shades of Mandy #D74D54
Tints of Mandy #D74D54
RGB
CMYK
RGB Variations
Color information
#D74D54 (or 0xD74D54) is known color: Mandy. HEX triplet: D7, 4D and 54. RGB value is (215,77,84). Sum of RGB (Red+Green+Blue) = 215+77+84=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D54 is #28B2AB. Grayscale: #777777. Windows color (decimal): -2667180 or 5524951. OLE color: 5524951.
HSL color Cylindrical-coordinate representation of color #D74D54: hue angle of 356.96º 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 #D74D54 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 84 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.16 |
| HSL | 356.96º | 0.63% | 0.57% | - |
| HSV(B) | 356.96º | 0.64% | 0.84% | - |
| XYZ | 32.28 | 20.39 | 10.62 | - |
| YUV | 119.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 84 | 0 | 0.64 | 0.61 | 0.16 | 356.96 | 0.63 | 0.57 |
| Hex | D7 | 4D | 54 | 0 | 40 | 3D | 10 | 165 | 3F | 39 |
| Octal | 327 | 115 | 124 | 0 | 100 | 75 | 20 | 545 | 77 | 71 |
| Binary | 11010111 | 1001101 | 1010100 | 0 | 1000000 | 111101 | 10000 | 101100101 | 111111 | 111001 |
Color Harmonies of #D74D54
Complementary color
Monochromatic Colors of #D74D54
Black with #D74D54
Text Example
Text Example
White with #D74D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D54; }
p { color: rgb(215,77,84); }
H1.HeaderClassName
{
color: #D74D54;
}
.AnyTagClassName
{
color: #D74D54;
}
</style>
background-color css
<style>
a { background-color: #D74D54; }
a { background-color: rgb(215,77,84); }
div.DivClassName
{
background-color: #D74D54;
}
.BgClassName
{
background-color: #D74D54;
}
</style>
border-color css
<style>
span { border-color: #D74D54; }
span { border-color: rgb(215,77,84); }
td.TdClassName
{
border-color: #D74D54;
}
.TagClassName
{
border-color: #D74D54;
}
</style>