Shades of Mandy #D74D52
Tints of Mandy #D74D52
RGB
CMYK
RGB Variations
Color information
#D74D52 (or 0xD74D52) is known color: Mandy. HEX triplet: D7, 4D and 52. RGB value is (215,77,82). Sum of RGB (Red+Green+Blue) = 215+77+82=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D52 is #28B2AD. Grayscale: #767676. Windows color (decimal): -2667182 or 5393879. OLE color: 5393879.
HSL color Cylindrical-coordinate representation of color #D74D52: hue angle of 357.83º 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 #D74D52 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 82 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.16 |
| HSL | 357.83º | 0.63% | 0.57% | - |
| HSV(B) | 357.83º | 0.64% | 0.84% | - |
| XYZ | 32.2 | 20.36 | 10.22 | - |
| YUV | 118.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 82 | 0 | 0.64 | 0.62 | 0.16 | 357.83 | 0.63 | 0.57 |
| Hex | D7 | 4D | 52 | 0 | 40 | 3E | 10 | 166 | 3F | 39 |
| Octal | 327 | 115 | 122 | 0 | 100 | 76 | 20 | 546 | 77 | 71 |
| Binary | 11010111 | 1001101 | 1010010 | 0 | 1000000 | 111110 | 10000 | 101100110 | 111111 | 111001 |
Color Harmonies of #D74D52
Complementary color
Monochromatic Colors of #D74D52
Black with #D74D52
Text Example
Text Example
White with #D74D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D52; }
p { color: rgb(215,77,82); }
H1.HeaderClassName
{
color: #D74D52;
}
.AnyTagClassName
{
color: #D74D52;
}
</style>
background-color css
<style>
a { background-color: #D74D52; }
a { background-color: rgb(215,77,82); }
div.DivClassName
{
background-color: #D74D52;
}
.BgClassName
{
background-color: #D74D52;
}
</style>
border-color css
<style>
span { border-color: #D74D52; }
span { border-color: rgb(215,77,82); }
td.TdClassName
{
border-color: #D74D52;
}
.TagClassName
{
border-color: #D74D52;
}
</style>