Shades of Mandy #D1464C
Tints of Mandy #D1464C
RGB
CMYK
RGB Variations
Color information
#D1464C (or 0xD1464C) is known color: Mandy. HEX triplet: D1, 46 and 4C. RGB value is (209,70,76). Sum of RGB (Red+Green+Blue) = 209+70+76=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1464C is #2EB9B3. Grayscale: #707070. Windows color (decimal): -3062196 or 4998865. OLE color: 4998865.
HSL color Cylindrical-coordinate representation of color #D1464C: hue angle of 357.41º 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 #D1464C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 76 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.18 |
| HSL | 357.41º | 0.6% | 0.55% | - |
| HSV(B) | 357.41º | 0.67% | 0.82% | - |
| XYZ | 29.79 | 18.46 | 8.83 | - |
| YUV | 112.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 76 | 0 | 0.67 | 0.64 | 0.18 | 357.41 | 0.6 | 0.55 |
| Hex | D1 | 46 | 4C | 0 | 43 | 40 | 12 | 165 | 3C | 37 |
| Octal | 321 | 106 | 114 | 0 | 103 | 100 | 22 | 545 | 74 | 67 |
| Binary | 11010001 | 1000110 | 1001100 | 0 | 1000011 | 1000000 | 10010 | 101100101 | 111100 | 110111 |
Color Harmonies of #D1464C
Complementary color
Monochromatic Colors of #D1464C
Black with #D1464C
Text Example
Text Example
White with #D1464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1464C; }
p { color: rgb(209,70,76); }
H1.HeaderClassName
{
color: #D1464C;
}
.AnyTagClassName
{
color: #D1464C;
}
</style>
background-color css
<style>
a { background-color: #D1464C; }
a { background-color: rgb(209,70,76); }
div.DivClassName
{
background-color: #D1464C;
}
.BgClassName
{
background-color: #D1464C;
}
</style>
border-color css
<style>
span { border-color: #D1464C; }
span { border-color: rgb(209,70,76); }
td.TdClassName
{
border-color: #D1464C;
}
.TagClassName
{
border-color: #D1464C;
}
</style>