Shades of Mandy #D7494D
Tints of Mandy #D7494D
RGB
CMYK
RGB Variations
Color information
#D7494D (or 0xD7494D) is known color: Mandy. HEX triplet: D7, 49 and 4D. RGB value is (215,73,77). Sum of RGB (Red+Green+Blue) = 215+73+77=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D7494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7494D is #28B6B2. Grayscale: #747474. Windows color (decimal): -2668211 or 5065175. OLE color: 5065175.
HSL color Cylindrical-coordinate representation of color #D7494D: hue angle of 358.31º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7494D is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 77 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.16 |
| HSL | 358.31º | 0.64% | 0.56% | - |
| HSV(B) | 358.31º | 0.66% | 0.84% | - |
| XYZ | 31.75 | 19.75 | 9.16 | - |
| YUV | 115.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 77 | 0 | 0.66 | 0.64 | 0.16 | 358.31 | 0.64 | 0.56 |
| Hex | D7 | 49 | 4D | 0 | 42 | 40 | 10 | 166 | 40 | 38 |
| Octal | 327 | 111 | 115 | 0 | 102 | 100 | 20 | 546 | 100 | 70 |
| Binary | 11010111 | 1001001 | 1001101 | 0 | 1000010 | 1000000 | 10000 | 101100110 | 1000000 | 111000 |
Color Harmonies of #D7494D
Complementary color
Monochromatic Colors of #D7494D
Black with #D7494D
Text Example
Text Example
White with #D7494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7494D; }
p { color: rgb(215,73,77); }
H1.HeaderClassName
{
color: #D7494D;
}
.AnyTagClassName
{
color: #D7494D;
}
</style>
background-color css
<style>
a { background-color: #D7494D; }
a { background-color: rgb(215,73,77); }
div.DivClassName
{
background-color: #D7494D;
}
.BgClassName
{
background-color: #D7494D;
}
</style>
border-color css
<style>
span { border-color: #D7494D; }
span { border-color: rgb(215,73,77); }
td.TdClassName
{
border-color: #D7494D;
}
.TagClassName
{
border-color: #D7494D;
}
</style>