Shades of Mandy #D1444D
Tints of Mandy #D1444D
RGB
CMYK
RGB Variations
Color information
#D1444D (or 0xD1444D) is known color: Mandy. HEX triplet: D1, 44 and 4D. RGB value is (209,68,77). Sum of RGB (Red+Green+Blue) = 209+68+77=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1444D is #2EBBB2. Grayscale: #6F6F6F. Windows color (decimal): -3062707 or 5063889. OLE color: 5063889.
HSL color Cylindrical-coordinate representation of color #D1444D: hue angle of 356.17º 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 #D1444D is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 77 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.18 |
| HSL | 356.17º | 0.61% | 0.54% | - |
| HSV(B) | 356.17º | 0.67% | 0.82% | - |
| XYZ | 29.7 | 18.23 | 8.97 | - |
| YUV | 111.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 77 | 0 | 0.67 | 0.63 | 0.18 | 356.17 | 0.61 | 0.54 |
| Hex | D1 | 44 | 4D | 0 | 43 | 3F | 12 | 164 | 3D | 36 |
| Octal | 321 | 104 | 115 | 0 | 103 | 77 | 22 | 544 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1001101 | 0 | 1000011 | 111111 | 10010 | 101100100 | 111101 | 110110 |
Color Harmonies of #D1444D
Complementary color
Monochromatic Colors of #D1444D
Black with #D1444D
Text Example
Text Example
White with #D1444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1444D; }
p { color: rgb(209,68,77); }
H1.HeaderClassName
{
color: #D1444D;
}
.AnyTagClassName
{
color: #D1444D;
}
</style>
background-color css
<style>
a { background-color: #D1444D; }
a { background-color: rgb(209,68,77); }
div.DivClassName
{
background-color: #D1444D;
}
.BgClassName
{
background-color: #D1444D;
}
</style>
border-color css
<style>
span { border-color: #D1444D; }
span { border-color: rgb(209,68,77); }
td.TdClassName
{
border-color: #D1444D;
}
.TagClassName
{
border-color: #D1444D;
}
</style>