Shades of Mandy #D7464F
Tints of Mandy #D7464F
RGB
CMYK
RGB Variations
Color information
#D7464F (or 0xD7464F) is known color: Mandy. HEX triplet: D7, 46 and 4F. RGB value is (215,70,79). Sum of RGB (Red+Green+Blue) = 215+70+79=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D7464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7464F is #28B9B0. Grayscale: #727272. Windows color (decimal): -2668977 or 5195479. OLE color: 5195479.
HSL color Cylindrical-coordinate representation of color #D7464F: hue angle of 356.28º 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 #D7464F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 79 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.16 |
| HSL | 356.28º | 0.64% | 0.56% | - |
| HSV(B) | 356.28º | 0.67% | 0.84% | - |
| XYZ | 31.63 | 19.39 | 9.47 | - |
| YUV | 114.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 79 | 0 | 0.67 | 0.63 | 0.16 | 356.28 | 0.64 | 0.56 |
| Hex | D7 | 46 | 4F | 0 | 43 | 3F | 10 | 164 | 40 | 38 |
| Octal | 327 | 106 | 117 | 0 | 103 | 77 | 20 | 544 | 100 | 70 |
| Binary | 11010111 | 1000110 | 1001111 | 0 | 1000011 | 111111 | 10000 | 101100100 | 1000000 | 111000 |
Color Harmonies of #D7464F
Complementary color
Monochromatic Colors of #D7464F
Black with #D7464F
Text Example
Text Example
White with #D7464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7464F; }
p { color: rgb(215,70,79); }
H1.HeaderClassName
{
color: #D7464F;
}
.AnyTagClassName
{
color: #D7464F;
}
</style>
background-color css
<style>
a { background-color: #D7464F; }
a { background-color: rgb(215,70,79); }
div.DivClassName
{
background-color: #D7464F;
}
.BgClassName
{
background-color: #D7464F;
}
</style>
border-color css
<style>
span { border-color: #D7464F; }
span { border-color: rgb(215,70,79); }
td.TdClassName
{
border-color: #D7464F;
}
.TagClassName
{
border-color: #D7464F;
}
</style>