Shades of Mandy #D4464F
Tints of Mandy #D4464F
RGB
CMYK
RGB Variations
Color information
#D4464F (or 0xD4464F) is known color: Mandy. HEX triplet: D4, 46 and 4F. RGB value is (212,70,79). Sum of RGB (Red+Green+Blue) = 212+70+79=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D4464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4464F is #2BB9B0. Grayscale: #717171. Windows color (decimal): -2865585 or 5195476. OLE color: 5195476.
HSL color Cylindrical-coordinate representation of color #D4464F: hue angle of 356.2º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4464F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 79 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.17 |
| HSL | 356.2º | 0.62% | 0.55% | - |
| HSV(B) | 356.2º | 0.67% | 0.83% | - |
| XYZ | 30.75 | 18.94 | 9.43 | - |
| YUV | 113.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 79 | 0 | 0.67 | 0.63 | 0.17 | 356.2 | 0.62 | 0.55 |
| Hex | D4 | 46 | 4F | 0 | 43 | 3F | 11 | 164 | 3E | 37 |
| Octal | 324 | 106 | 117 | 0 | 103 | 77 | 21 | 544 | 76 | 67 |
| Binary | 11010100 | 1000110 | 1001111 | 0 | 1000011 | 111111 | 10001 | 101100100 | 111110 | 110111 |
Color Harmonies of #D4464F
Complementary color
Monochromatic Colors of #D4464F
Black with #D4464F
Text Example
Text Example
White with #D4464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4464F; }
p { color: rgb(212,70,79); }
H1.HeaderClassName
{
color: #D4464F;
}
.AnyTagClassName
{
color: #D4464F;
}
</style>
background-color css
<style>
a { background-color: #D4464F; }
a { background-color: rgb(212,70,79); }
div.DivClassName
{
background-color: #D4464F;
}
.BgClassName
{
background-color: #D4464F;
}
</style>
border-color css
<style>
span { border-color: #D4464F; }
span { border-color: rgb(212,70,79); }
td.TdClassName
{
border-color: #D4464F;
}
.TagClassName
{
border-color: #D4464F;
}
</style>