Shades of Mandy #D7475E
Tints of Mandy #D7475E
RGB
CMYK
RGB Variations
Color information
#D7475E (or 0xD7475E) is known color: Mandy. HEX triplet: D7, 47 and 5E. RGB value is (215,71,94). Sum of RGB (Red+Green+Blue) = 215+71+94=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D7475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7475E is #28B8A1. Grayscale: #747474. Windows color (decimal): -2668706 or 6178775. OLE color: 6178775.
HSL color Cylindrical-coordinate representation of color #D7475E: hue angle of 350.42º 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 #D7475E is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 94 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.16 |
| HSL | 350.42º | 0.64% | 0.56% | - |
| HSV(B) | 350.42º | 0.67% | 0.84% | - |
| XYZ | 32.3 | 19.76 | 12.7 | - |
| YUV | 116.68 | 115.21 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 94 | 0 | 0.67 | 0.56 | 0.16 | 350.42 | 0.64 | 0.56 |
| Hex | D7 | 47 | 5E | 0 | 43 | 38 | 10 | 15E | 40 | 38 |
| Octal | 327 | 107 | 136 | 0 | 103 | 70 | 20 | 536 | 100 | 70 |
| Binary | 11010111 | 1000111 | 1011110 | 0 | 1000011 | 111000 | 10000 | 101011110 | 1000000 | 111000 |
Color Harmonies of #D7475E
Complementary color
Monochromatic Colors of #D7475E
Black with #D7475E
Text Example
Text Example
White with #D7475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7475E; }
p { color: rgb(215,71,94); }
H1.HeaderClassName
{
color: #D7475E;
}
.AnyTagClassName
{
color: #D7475E;
}
</style>
background-color css
<style>
a { background-color: #D7475E; }
a { background-color: rgb(215,71,94); }
div.DivClassName
{
background-color: #D7475E;
}
.BgClassName
{
background-color: #D7475E;
}
</style>
border-color css
<style>
span { border-color: #D7475E; }
span { border-color: rgb(215,71,94); }
td.TdClassName
{
border-color: #D7475E;
}
.TagClassName
{
border-color: #D7475E;
}
</style>