Shades of Mandy #D1464D
Tints of Mandy #D1464D
RGB
CMYK
RGB Variations
Color information
#D1464D (or 0xD1464D) is known color: Mandy. HEX triplet: D1, 46 and 4D. RGB value is (209,70,77). Sum of RGB (Red+Green+Blue) = 209+70+77=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1464D is #2EB9B2. Grayscale: #707070. Windows color (decimal): -3062195 or 5064401. OLE color: 5064401.
HSL color Cylindrical-coordinate representation of color #D1464D: hue angle of 356.98º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1464D is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 77 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.18 |
| HSL | 356.98º | 0.6% | 0.55% | - |
| HSV(B) | 356.98º | 0.67% | 0.82% | - |
| XYZ | 29.82 | 18.47 | 9.01 | - |
| YUV | 112.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 77 | 0 | 0.67 | 0.63 | 0.18 | 356.98 | 0.6 | 0.55 |
| Hex | D1 | 46 | 4D | 0 | 43 | 3F | 12 | 165 | 3C | 37 |
| Octal | 321 | 106 | 115 | 0 | 103 | 77 | 22 | 545 | 74 | 67 |
| Binary | 11010001 | 1000110 | 1001101 | 0 | 1000011 | 111111 | 10010 | 101100101 | 111100 | 110111 |
Color Harmonies of #D1464D
Complementary color
Monochromatic Colors of #D1464D
Black with #D1464D
Text Example
Text Example
White with #D1464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1464D; }
p { color: rgb(209,70,77); }
H1.HeaderClassName
{
color: #D1464D;
}
.AnyTagClassName
{
color: #D1464D;
}
</style>
background-color css
<style>
a { background-color: #D1464D; }
a { background-color: rgb(209,70,77); }
div.DivClassName
{
background-color: #D1464D;
}
.BgClassName
{
background-color: #D1464D;
}
</style>
border-color css
<style>
span { border-color: #D1464D; }
span { border-color: rgb(209,70,77); }
td.TdClassName
{
border-color: #D1464D;
}
.TagClassName
{
border-color: #D1464D;
}
</style>