Shades of Mandy #D74C53
Tints of Mandy #D74C53
RGB
CMYK
RGB Variations
Color information
#D74C53 (or 0xD74C53) is known color: Mandy. HEX triplet: D7, 4C and 53. RGB value is (215,76,83). Sum of RGB (Red+Green+Blue) = 215+76+83=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C53 is #28B3AC. Grayscale: #767676. Windows color (decimal): -2667437 or 5459159. OLE color: 5459159.
HSL color Cylindrical-coordinate representation of color #D74C53: hue angle of 356.98º 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 #D74C53 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 83 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.16 |
| HSL | 356.98º | 0.63% | 0.57% | - |
| HSV(B) | 356.98º | 0.65% | 0.84% | - |
| XYZ | 32.17 | 20.24 | 10.39 | - |
| YUV | 118.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 83 | 0 | 0.65 | 0.61 | 0.16 | 356.98 | 0.63 | 0.57 |
| Hex | D7 | 4C | 53 | 0 | 41 | 3D | 10 | 165 | 3F | 39 |
| Octal | 327 | 114 | 123 | 0 | 101 | 75 | 20 | 545 | 77 | 71 |
| Binary | 11010111 | 1001100 | 1010011 | 0 | 1000001 | 111101 | 10000 | 101100101 | 111111 | 111001 |
Color Harmonies of #D74C53
Complementary color
Monochromatic Colors of #D74C53
Black with #D74C53
Text Example
Text Example
White with #D74C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C53; }
p { color: rgb(215,76,83); }
H1.HeaderClassName
{
color: #D74C53;
}
.AnyTagClassName
{
color: #D74C53;
}
</style>
background-color css
<style>
a { background-color: #D74C53; }
a { background-color: rgb(215,76,83); }
div.DivClassName
{
background-color: #D74C53;
}
.BgClassName
{
background-color: #D74C53;
}
</style>
border-color css
<style>
span { border-color: #D74C53; }
span { border-color: rgb(215,76,83); }
td.TdClassName
{
border-color: #D74C53;
}
.TagClassName
{
border-color: #D74C53;
}
</style>