Shades of Mandy #D46168
Tints of Mandy #D46168
RGB
CMYK
RGB Variations
Color information
#D46168 (or 0xD46168) is known color: Mandy. HEX triplet: D4, 61 and 68. RGB value is (212,97,104). Sum of RGB (Red+Green+Blue) = 212+97+104=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D46168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46168 is #2B9E97. Grayscale: #848484. Windows color (decimal): -2858648 or 6840788. OLE color: 6840788.
HSL color Cylindrical-coordinate representation of color #D46168: hue angle of 356.35º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46168 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 104 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.17 |
| HSL | 356.35º | 0.57% | 0.61% | - |
| HSV(B) | 356.35º | 0.54% | 0.83% | - |
| XYZ | 33.92 | 23.55 | 15.85 | - |
| YUV | 132.18 | 112.1 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 104 | 0 | 0.54 | 0.51 | 0.17 | 356.35 | 0.57 | 0.61 |
| Hex | D4 | 61 | 68 | 0 | 36 | 33 | 11 | 164 | 39 | 3D |
| Octal | 324 | 141 | 150 | 0 | 66 | 63 | 21 | 544 | 71 | 75 |
| Binary | 11010100 | 1100001 | 1101000 | 0 | 110110 | 110011 | 10001 | 101100100 | 111001 | 111101 |
Color Harmonies of #D46168
Complementary color
Monochromatic Colors of #D46168
Black with #D46168
Text Example
Text Example
White with #D46168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46168; }
p { color: rgb(212,97,104); }
H1.HeaderClassName
{
color: #D46168;
}
.AnyTagClassName
{
color: #D46168;
}
</style>
background-color css
<style>
a { background-color: #D46168; }
a { background-color: rgb(212,97,104); }
div.DivClassName
{
background-color: #D46168;
}
.BgClassName
{
background-color: #D46168;
}
</style>
border-color css
<style>
span { border-color: #D46168; }
span { border-color: rgb(212,97,104); }
td.TdClassName
{
border-color: #D46168;
}
.TagClassName
{
border-color: #D46168;
}
</style>