Shades of Mandy #D74647
Tints of Mandy #D74647
RGB
CMYK
RGB Variations
Color information
#D74647 (or 0xD74647) is known color: Mandy. HEX triplet: D7, 46 and 47. RGB value is (215,70,71). Sum of RGB (Red+Green+Blue) = 215+70+71=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D74647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74647 is #28B9B8. Grayscale: #717171. Windows color (decimal): -2668985 or 4671191. OLE color: 4671191.
HSL color Cylindrical-coordinate representation of color #D74647: hue angle of 359.59º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74647 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 71 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.16 |
| HSL | 359.59º | 0.64% | 0.56% | - |
| HSV(B) | 359.59º | 0.67% | 0.84% | - |
| XYZ | 31.35 | 19.28 | 8.03 | - |
| YUV | 113.47 | 104.04 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 71 | 0 | 0.67 | 0.67 | 0.16 | 359.59 | 0.64 | 0.56 |
| Hex | D7 | 46 | 47 | 0 | 43 | 43 | 10 | 168 | 40 | 38 |
| Octal | 327 | 106 | 107 | 0 | 103 | 103 | 20 | 550 | 100 | 70 |
| Binary | 11010111 | 1000110 | 1000111 | 0 | 1000011 | 1000011 | 10000 | 101101000 | 1000000 | 111000 |
Color Harmonies of #D74647
Complementary color
Monochromatic Colors of #D74647
Black with #D74647
Text Example
Text Example
White with #D74647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74647; }
p { color: rgb(215,70,71); }
H1.HeaderClassName
{
color: #D74647;
}
.AnyTagClassName
{
color: #D74647;
}
</style>
background-color css
<style>
a { background-color: #D74647; }
a { background-color: rgb(215,70,71); }
div.DivClassName
{
background-color: #D74647;
}
.BgClassName
{
background-color: #D74647;
}
</style>
border-color css
<style>
span { border-color: #D74647; }
span { border-color: rgb(215,70,71); }
td.TdClassName
{
border-color: #D74647;
}
.TagClassName
{
border-color: #D74647;
}
</style>