Shades of Mandy #D1494B
Tints of Mandy #D1494B
RGB
CMYK
RGB Variations
Color information
#D1494B (or 0xD1494B) is known color: Mandy. HEX triplet: D1, 49 and 4B. RGB value is (209,73,75). Sum of RGB (Red+Green+Blue) = 209+73+75=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1494B is #2EB6B4. Grayscale: #727272. Windows color (decimal): -3061429 or 4934097. OLE color: 4934097.
HSL color Cylindrical-coordinate representation of color #D1494B: hue angle of 359.12º 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 #D1494B is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 75 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.18 |
| HSL | 359.12º | 0.6% | 0.55% | - |
| HSV(B) | 359.12º | 0.65% | 0.82% | - |
| XYZ | 29.95 | 18.83 | 8.71 | - |
| YUV | 113.89 | 106.06 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 75 | 0 | 0.65 | 0.64 | 0.18 | 359.12 | 0.6 | 0.55 |
| Hex | D1 | 49 | 4B | 0 | 41 | 40 | 12 | 167 | 3C | 37 |
| Octal | 321 | 111 | 113 | 0 | 101 | 100 | 22 | 547 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1001011 | 0 | 1000001 | 1000000 | 10010 | 101100111 | 111100 | 110111 |
Color Harmonies of #D1494B
Complementary color
Monochromatic Colors of #D1494B
Black with #D1494B
Text Example
Text Example
White with #D1494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1494B; }
p { color: rgb(209,73,75); }
H1.HeaderClassName
{
color: #D1494B;
}
.AnyTagClassName
{
color: #D1494B;
}
</style>
background-color css
<style>
a { background-color: #D1494B; }
a { background-color: rgb(209,73,75); }
div.DivClassName
{
background-color: #D1494B;
}
.BgClassName
{
background-color: #D1494B;
}
</style>
border-color css
<style>
span { border-color: #D1494B; }
span { border-color: rgb(209,73,75); }
td.TdClassName
{
border-color: #D1494B;
}
.TagClassName
{
border-color: #D1494B;
}
</style>