Shades of Mandy #D36268
Tints of Mandy #D36268
RGB
CMYK
RGB Variations
Color information
#D36268 (or 0xD36268) is known color: Mandy. HEX triplet: D3, 62 and 68. RGB value is (211,98,104). Sum of RGB (Red+Green+Blue) = 211+98+104=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D36268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36268 is #2C9D97. Grayscale: #848484. Windows color (decimal): -2923928 or 6841043. OLE color: 6841043.
HSL color Cylindrical-coordinate representation of color #D36268: hue angle of 356.81º degrees, saturation: 0.56, 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 #D36268 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 104 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.17 |
| HSL | 356.81º | 0.56% | 0.61% | - |
| HSV(B) | 356.81º | 0.54% | 0.83% | - |
| XYZ | 33.73 | 23.58 | 15.87 | - |
| YUV | 132.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 104 | 0 | 0.54 | 0.51 | 0.17 | 356.81 | 0.56 | 0.61 |
| Hex | D3 | 62 | 68 | 0 | 36 | 33 | 11 | 165 | 38 | 3D |
| Octal | 323 | 142 | 150 | 0 | 66 | 63 | 21 | 545 | 70 | 75 |
| Binary | 11010011 | 1100010 | 1101000 | 0 | 110110 | 110011 | 10001 | 101100101 | 111000 | 111101 |
Color Harmonies of #D36268
Complementary color
Monochromatic Colors of #D36268
Black with #D36268
Text Example
Text Example
White with #D36268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36268; }
p { color: rgb(211,98,104); }
H1.HeaderClassName
{
color: #D36268;
}
.AnyTagClassName
{
color: #D36268;
}
</style>
background-color css
<style>
a { background-color: #D36268; }
a { background-color: rgb(211,98,104); }
div.DivClassName
{
background-color: #D36268;
}
.BgClassName
{
background-color: #D36268;
}
</style>
border-color css
<style>
span { border-color: #D36268; }
span { border-color: rgb(211,98,104); }
td.TdClassName
{
border-color: #D36268;
}
.TagClassName
{
border-color: #D36268;
}
</style>