Shades of Mandy #D36366
Tints of Mandy #D36366
RGB
CMYK
RGB Variations
Color information
#D36366 (or 0xD36366) is known color: Mandy. HEX triplet: D3, 63 and 66. RGB value is (211,99,102). Sum of RGB (Red+Green+Blue) = 211+99+102=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D36366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36366 is #2C9C99. Grayscale: #848484. Windows color (decimal): -2923674 or 6710227. OLE color: 6710227.
HSL color Cylindrical-coordinate representation of color #D36366: hue angle of 358.39º 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 #D36366 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 102 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.17 |
| HSL | 358.39º | 0.56% | 0.61% | - |
| HSV(B) | 358.39º | 0.53% | 0.83% | - |
| XYZ | 33.72 | 23.73 | 15.37 | - |
| YUV | 132.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 102 | 0 | 0.53 | 0.52 | 0.17 | 358.39 | 0.56 | 0.61 |
| Hex | D3 | 63 | 66 | 0 | 35 | 34 | 11 | 166 | 38 | 3D |
| Octal | 323 | 143 | 146 | 0 | 65 | 64 | 21 | 546 | 70 | 75 |
| Binary | 11010011 | 1100011 | 1100110 | 0 | 110101 | 110100 | 10001 | 101100110 | 111000 | 111101 |
Color Harmonies of #D36366
Complementary color
Monochromatic Colors of #D36366
Black with #D36366
Text Example
Text Example
White with #D36366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36366; }
p { color: rgb(211,99,102); }
H1.HeaderClassName
{
color: #D36366;
}
.AnyTagClassName
{
color: #D36366;
}
</style>
background-color css
<style>
a { background-color: #D36366; }
a { background-color: rgb(211,99,102); }
div.DivClassName
{
background-color: #D36366;
}
.BgClassName
{
background-color: #D36366;
}
</style>
border-color css
<style>
span { border-color: #D36366; }
span { border-color: rgb(211,99,102); }
td.TdClassName
{
border-color: #D36366;
}
.TagClassName
{
border-color: #D36366;
}
</style>