Shades of Mandy #D1424C
Tints of Mandy #D1424C
RGB
CMYK
RGB Variations
Color information
#D1424C (or 0xD1424C) is known color: Mandy. HEX triplet: D1, 42 and 4C. RGB value is (209,66,76). Sum of RGB (Red+Green+Blue) = 209+66+76=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1424C is #2EBDB3. Grayscale: #6D6D6D. Windows color (decimal): -3063220 or 4997841. OLE color: 4997841.
HSL color Cylindrical-coordinate representation of color #D1424C: hue angle of 355.8º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1424C is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 76 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.18 |
| HSL | 355.8º | 0.61% | 0.54% | - |
| HSV(B) | 355.8º | 0.68% | 0.82% | - |
| XYZ | 29.55 | 17.97 | 8.75 | - |
| YUV | 109.9 | 108.88 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 76 | 0 | 0.68 | 0.64 | 0.18 | 355.8 | 0.61 | 0.54 |
| Hex | D1 | 42 | 4C | 0 | 44 | 40 | 12 | 164 | 3D | 36 |
| Octal | 321 | 102 | 114 | 0 | 104 | 100 | 22 | 544 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1001100 | 0 | 1000100 | 1000000 | 10010 | 101100100 | 111101 | 110110 |
Color Harmonies of #D1424C
Complementary color
Monochromatic Colors of #D1424C
Black with #D1424C
Text Example
Text Example
White with #D1424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1424C; }
p { color: rgb(209,66,76); }
H1.HeaderClassName
{
color: #D1424C;
}
.AnyTagClassName
{
color: #D1424C;
}
</style>
background-color css
<style>
a { background-color: #D1424C; }
a { background-color: rgb(209,66,76); }
div.DivClassName
{
background-color: #D1424C;
}
.BgClassName
{
background-color: #D1424C;
}
</style>
border-color css
<style>
span { border-color: #D1424C; }
span { border-color: rgb(209,66,76); }
td.TdClassName
{
border-color: #D1424C;
}
.TagClassName
{
border-color: #D1424C;
}
</style>