Shades of Mandy #D46366
Tints of Mandy #D46366
RGB
CMYK
RGB Variations
Color information
#D46366 (or 0xD46366) is known color: Mandy. HEX triplet: D4, 63 and 66. RGB value is (212,99,102). Sum of RGB (Red+Green+Blue) = 212+99+102=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D46366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46366 is #2B9C99. Grayscale: #858585. Windows color (decimal): -2858138 or 6710228. OLE color: 6710228.
HSL color Cylindrical-coordinate representation of color #D46366: hue angle of 358.41º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46366 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 102 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.17 |
| HSL | 358.41º | 0.57% | 0.61% | - |
| HSV(B) | 358.41º | 0.53% | 0.83% | - |
| XYZ | 34.01 | 23.88 | 15.39 | - |
| YUV | 133.13 | 110.44 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 102 | 0 | 0.53 | 0.52 | 0.17 | 358.41 | 0.57 | 0.61 |
| Hex | D4 | 63 | 66 | 0 | 35 | 34 | 11 | 166 | 39 | 3D |
| Octal | 324 | 143 | 146 | 0 | 65 | 64 | 21 | 546 | 71 | 75 |
| Binary | 11010100 | 1100011 | 1100110 | 0 | 110101 | 110100 | 10001 | 101100110 | 111001 | 111101 |
Color Harmonies of #D46366
Complementary color
Monochromatic Colors of #D46366
Black with #D46366
Text Example
Text Example
White with #D46366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46366; }
p { color: rgb(212,99,102); }
H1.HeaderClassName
{
color: #D46366;
}
.AnyTagClassName
{
color: #D46366;
}
</style>
background-color css
<style>
a { background-color: #D46366; }
a { background-color: rgb(212,99,102); }
div.DivClassName
{
background-color: #D46366;
}
.BgClassName
{
background-color: #D46366;
}
</style>
border-color css
<style>
span { border-color: #D46366; }
span { border-color: rgb(212,99,102); }
td.TdClassName
{
border-color: #D46366;
}
.TagClassName
{
border-color: #D46366;
}
</style>