Shades of Mandy #D74D5C
Tints of Mandy #D74D5C
RGB
CMYK
RGB Variations
Color information
#D74D5C (or 0xD74D5C) is known color: Mandy. HEX triplet: D7, 4D and 5C. RGB value is (215,77,92). Sum of RGB (Red+Green+Blue) = 215+77+92=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D5C is #28B2A3. Grayscale: #787878. Windows color (decimal): -2667172 or 6049239. OLE color: 6049239.
HSL color Cylindrical-coordinate representation of color #D74D5C: hue angle of 353.48º 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 #D74D5C is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 92 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.16 |
| HSL | 353.48º | 0.63% | 0.57% | - |
| HSV(B) | 353.48º | 0.64% | 0.84% | - |
| XYZ | 32.61 | 20.53 | 12.37 | - |
| YUV | 119.97 | 112.22 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 92 | 0 | 0.64 | 0.57 | 0.16 | 353.48 | 0.63 | 0.57 |
| Hex | D7 | 4D | 5C | 0 | 40 | 39 | 10 | 161 | 3F | 39 |
| Octal | 327 | 115 | 134 | 0 | 100 | 71 | 20 | 541 | 77 | 71 |
| Binary | 11010111 | 1001101 | 1011100 | 0 | 1000000 | 111001 | 10000 | 101100001 | 111111 | 111001 |
Color Harmonies of #D74D5C
Complementary color
Monochromatic Colors of #D74D5C
Black with #D74D5C
Text Example
Text Example
White with #D74D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D5C; }
p { color: rgb(215,77,92); }
H1.HeaderClassName
{
color: #D74D5C;
}
.AnyTagClassName
{
color: #D74D5C;
}
</style>
background-color css
<style>
a { background-color: #D74D5C; }
a { background-color: rgb(215,77,92); }
div.DivClassName
{
background-color: #D74D5C;
}
.BgClassName
{
background-color: #D74D5C;
}
</style>
border-color css
<style>
span { border-color: #D74D5C; }
span { border-color: rgb(215,77,92); }
td.TdClassName
{
border-color: #D74D5C;
}
.TagClassName
{
border-color: #D74D5C;
}
</style>