Shades of Mandy #D4494E
Tints of Mandy #D4494E
RGB
CMYK
RGB Variations
Color information
#D4494E (or 0xD4494E) is known color: Mandy. HEX triplet: D4, 49 and 4E. RGB value is (212,73,78). Sum of RGB (Red+Green+Blue) = 212+73+78=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D4494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4494E is #2BB6B1. Grayscale: #737373. Windows color (decimal): -2864818 or 5130708. OLE color: 5130708.
HSL color Cylindrical-coordinate representation of color #D4494E: hue angle of 357.84º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4494E is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 78 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.17 |
| HSL | 357.84º | 0.62% | 0.56% | - |
| HSV(B) | 357.84º | 0.66% | 0.83% | - |
| XYZ | 30.91 | 19.31 | 9.31 | - |
| YUV | 115.13 | 107.05 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 78 | 0 | 0.66 | 0.63 | 0.17 | 357.84 | 0.62 | 0.56 |
| Hex | D4 | 49 | 4E | 0 | 42 | 3F | 11 | 166 | 3E | 38 |
| Octal | 324 | 111 | 116 | 0 | 102 | 77 | 21 | 546 | 76 | 70 |
| Binary | 11010100 | 1001001 | 1001110 | 0 | 1000010 | 111111 | 10001 | 101100110 | 111110 | 111000 |
Color Harmonies of #D4494E
Complementary color
Monochromatic Colors of #D4494E
Black with #D4494E
Text Example
Text Example
White with #D4494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4494E; }
p { color: rgb(212,73,78); }
H1.HeaderClassName
{
color: #D4494E;
}
.AnyTagClassName
{
color: #D4494E;
}
</style>
background-color css
<style>
a { background-color: #D4494E; }
a { background-color: rgb(212,73,78); }
div.DivClassName
{
background-color: #D4494E;
}
.BgClassName
{
background-color: #D4494E;
}
</style>
border-color css
<style>
span { border-color: #D4494E; }
span { border-color: rgb(212,73,78); }
td.TdClassName
{
border-color: #D4494E;
}
.TagClassName
{
border-color: #D4494E;
}
</style>