Shades of Mandy #D14449
Tints of Mandy #D14449
RGB
CMYK
RGB Variations
Color information
#D14449 (or 0xD14449) is known color: Mandy. HEX triplet: D1, 44 and 49. RGB value is (209,68,73). Sum of RGB (Red+Green+Blue) = 209+68+73=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D14449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14449 is #2EBBB6. Grayscale: #6E6E6E. Windows color (decimal): -3062711 or 4801745. OLE color: 4801745.
HSL color Cylindrical-coordinate representation of color #D14449: hue angle of 357.87º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14449 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 73 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.18 |
| HSL | 357.87º | 0.61% | 0.54% | - |
| HSV(B) | 357.87º | 0.67% | 0.82% | - |
| XYZ | 29.56 | 18.17 | 8.25 | - |
| YUV | 110.73 | 106.71 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 73 | 0 | 0.67 | 0.65 | 0.18 | 357.87 | 0.61 | 0.54 |
| Hex | D1 | 44 | 49 | 0 | 43 | 41 | 12 | 166 | 3D | 36 |
| Octal | 321 | 104 | 111 | 0 | 103 | 101 | 22 | 546 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1001001 | 0 | 1000011 | 1000001 | 10010 | 101100110 | 111101 | 110110 |
Color Harmonies of #D14449
Complementary color
Monochromatic Colors of #D14449
Black with #D14449
Text Example
Text Example
White with #D14449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14449; }
p { color: rgb(209,68,73); }
H1.HeaderClassName
{
color: #D14449;
}
.AnyTagClassName
{
color: #D14449;
}
</style>
background-color css
<style>
a { background-color: #D14449; }
a { background-color: rgb(209,68,73); }
div.DivClassName
{
background-color: #D14449;
}
.BgClassName
{
background-color: #D14449;
}
</style>
border-color css
<style>
span { border-color: #D14449; }
span { border-color: rgb(209,68,73); }
td.TdClassName
{
border-color: #D14449;
}
.TagClassName
{
border-color: #D14449;
}
</style>