Shades of Mandy #D7495C
Tints of Mandy #D7495C
RGB
CMYK
RGB Variations
Color information
#D7495C (or 0xD7495C) is known color: Mandy. HEX triplet: D7, 49 and 5C. RGB value is (215,73,92). Sum of RGB (Red+Green+Blue) = 215+73+92=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D7495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7495C is #28B6A3. Grayscale: #757575. Windows color (decimal): -2668196 or 6048215. OLE color: 6048215.
HSL color Cylindrical-coordinate representation of color #D7495C: hue angle of 351.97º 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 #D7495C is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 92 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.16 |
| HSL | 351.97º | 0.64% | 0.56% | - |
| HSV(B) | 351.97º | 0.66% | 0.84% | - |
| XYZ | 32.34 | 19.98 | 12.28 | - |
| YUV | 117.62 | 113.54 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 92 | 0 | 0.66 | 0.57 | 0.16 | 351.97 | 0.64 | 0.56 |
| Hex | D7 | 49 | 5C | 0 | 42 | 39 | 10 | 160 | 40 | 38 |
| Octal | 327 | 111 | 134 | 0 | 102 | 71 | 20 | 540 | 100 | 70 |
| Binary | 11010111 | 1001001 | 1011100 | 0 | 1000010 | 111001 | 10000 | 101100000 | 1000000 | 111000 |
Color Harmonies of #D7495C
Complementary color
Monochromatic Colors of #D7495C
Black with #D7495C
Text Example
Text Example
White with #D7495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7495C; }
p { color: rgb(215,73,92); }
H1.HeaderClassName
{
color: #D7495C;
}
.AnyTagClassName
{
color: #D7495C;
}
</style>
background-color css
<style>
a { background-color: #D7495C; }
a { background-color: rgb(215,73,92); }
div.DivClassName
{
background-color: #D7495C;
}
.BgClassName
{
background-color: #D7495C;
}
</style>
border-color css
<style>
span { border-color: #D7495C; }
span { border-color: rgb(215,73,92); }
td.TdClassName
{
border-color: #D7495C;
}
.TagClassName
{
border-color: #D7495C;
}
</style>