Shades of Mandy #D1494A
Tints of Mandy #D1494A
RGB
CMYK
RGB Variations
Color information
#D1494A (or 0xD1494A) is known color: Mandy. HEX triplet: D1, 49 and 4A. RGB value is (209,73,74). Sum of RGB (Red+Green+Blue) = 209+73+74=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1494A is #2EB6B5. Grayscale: #717171. Windows color (decimal): -3061430 or 4868561. OLE color: 4868561.
HSL color Cylindrical-coordinate representation of color #D1494A: hue angle of 359.56º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1494A is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 74 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.18 |
| HSL | 359.56º | 0.6% | 0.55% | - |
| HSV(B) | 359.56º | 0.65% | 0.82% | - |
| XYZ | 29.91 | 18.81 | 8.53 | - |
| YUV | 113.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 74 | 0 | 0.65 | 0.65 | 0.18 | 359.56 | 0.6 | 0.55 |
| Hex | D1 | 49 | 4A | 0 | 41 | 41 | 12 | 168 | 3C | 37 |
| Octal | 321 | 111 | 112 | 0 | 101 | 101 | 22 | 550 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1001010 | 0 | 1000001 | 1000001 | 10010 | 101101000 | 111100 | 110111 |
Color Harmonies of #D1494A
Complementary color
Monochromatic Colors of #D1494A
Black with #D1494A
Text Example
Text Example
White with #D1494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1494A; }
p { color: rgb(209,73,74); }
H1.HeaderClassName
{
color: #D1494A;
}
.AnyTagClassName
{
color: #D1494A;
}
</style>
background-color css
<style>
a { background-color: #D1494A; }
a { background-color: rgb(209,73,74); }
div.DivClassName
{
background-color: #D1494A;
}
.BgClassName
{
background-color: #D1494A;
}
</style>
border-color css
<style>
span { border-color: #D1494A; }
span { border-color: rgb(209,73,74); }
td.TdClassName
{
border-color: #D1494A;
}
.TagClassName
{
border-color: #D1494A;
}
</style>