Shades of Mandy #D36466
Tints of Mandy #D36466
RGB
CMYK
RGB Variations
Color information
#D36466 (or 0xD36466) is known color: Mandy. HEX triplet: D3, 64 and 66. RGB value is (211,100,102). Sum of RGB (Red+Green+Blue) = 211+100+102=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D36466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36466 is #2C9B99. Grayscale: #858585. Windows color (decimal): -2923418 or 6710483. OLE color: 6710483.
HSL color Cylindrical-coordinate representation of color #D36466: hue angle of 358.92º degrees, saturation: 0.56, 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 #D36466 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 102 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.17 |
| HSL | 358.92º | 0.56% | 0.61% | - |
| HSV(B) | 358.92º | 0.53% | 0.83% | - |
| XYZ | 33.82 | 23.92 | 15.41 | - |
| YUV | 133.42 | 110.27 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 102 | 0 | 0.53 | 0.52 | 0.17 | 358.92 | 0.56 | 0.61 |
| Hex | D3 | 64 | 66 | 0 | 35 | 34 | 11 | 167 | 38 | 3D |
| Octal | 323 | 144 | 146 | 0 | 65 | 64 | 21 | 547 | 70 | 75 |
| Binary | 11010011 | 1100100 | 1100110 | 0 | 110101 | 110100 | 10001 | 101100111 | 111000 | 111101 |
Color Harmonies of #D36466
Complementary color
Monochromatic Colors of #D36466
Black with #D36466
Text Example
Text Example
White with #D36466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36466; }
p { color: rgb(211,100,102); }
H1.HeaderClassName
{
color: #D36466;
}
.AnyTagClassName
{
color: #D36466;
}
</style>
background-color css
<style>
a { background-color: #D36466; }
a { background-color: rgb(211,100,102); }
div.DivClassName
{
background-color: #D36466;
}
.BgClassName
{
background-color: #D36466;
}
</style>
border-color css
<style>
span { border-color: #D36466; }
span { border-color: rgb(211,100,102); }
td.TdClassName
{
border-color: #D36466;
}
.TagClassName
{
border-color: #D36466;
}
</style>