Shades of Mandy #D7464E
Tints of Mandy #D7464E
RGB
CMYK
RGB Variations
Color information
#D7464E (or 0xD7464E) is known color: Mandy. HEX triplet: D7, 46 and 4E. RGB value is (215,70,78). Sum of RGB (Red+Green+Blue) = 215+70+78=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7464E is #28B9B1. Grayscale: #727272. Windows color (decimal): -2668978 or 5129943. OLE color: 5129943.
HSL color Cylindrical-coordinate representation of color #D7464E: hue angle of 356.69º 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 #D7464E is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 78 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.16 |
| HSL | 356.69º | 0.64% | 0.56% | - |
| HSV(B) | 356.69º | 0.67% | 0.84% | - |
| XYZ | 31.59 | 19.38 | 9.28 | - |
| YUV | 114.27 | 107.54 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 78 | 0 | 0.67 | 0.64 | 0.16 | 356.69 | 0.64 | 0.56 |
| Hex | D7 | 46 | 4E | 0 | 43 | 40 | 10 | 165 | 40 | 38 |
| Octal | 327 | 106 | 116 | 0 | 103 | 100 | 20 | 545 | 100 | 70 |
| Binary | 11010111 | 1000110 | 1001110 | 0 | 1000011 | 1000000 | 10000 | 101100101 | 1000000 | 111000 |
Color Harmonies of #D7464E
Complementary color
Monochromatic Colors of #D7464E
Black with #D7464E
Text Example
Text Example
White with #D7464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7464E; }
p { color: rgb(215,70,78); }
H1.HeaderClassName
{
color: #D7464E;
}
.AnyTagClassName
{
color: #D7464E;
}
</style>
background-color css
<style>
a { background-color: #D7464E; }
a { background-color: rgb(215,70,78); }
div.DivClassName
{
background-color: #D7464E;
}
.BgClassName
{
background-color: #D7464E;
}
</style>
border-color css
<style>
span { border-color: #D7464E; }
span { border-color: rgb(215,70,78); }
td.TdClassName
{
border-color: #D7464E;
}
.TagClassName
{
border-color: #D7464E;
}
</style>