Shades of Mandy #D36167
Tints of Mandy #D36167
RGB
CMYK
RGB Variations
Color information
#D36167 (or 0xD36167) is known color: Mandy. HEX triplet: D3, 61 and 67. RGB value is (211,97,103). Sum of RGB (Red+Green+Blue) = 211+97+103=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D36167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36167 is #2C9E98. Grayscale: #838383. Windows color (decimal): -2924185 or 6775251. OLE color: 6775251.
HSL color Cylindrical-coordinate representation of color #D36167: hue angle of 356.84º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36167 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 103 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.17 |
| HSL | 356.84º | 0.56% | 0.6% | - |
| HSV(B) | 356.84º | 0.54% | 0.83% | - |
| XYZ | 33.59 | 23.38 | 15.57 | - |
| YUV | 131.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 103 | 0 | 0.54 | 0.51 | 0.17 | 356.84 | 0.56 | 0.6 |
| Hex | D3 | 61 | 67 | 0 | 36 | 33 | 11 | 165 | 38 | 3C |
| Octal | 323 | 141 | 147 | 0 | 66 | 63 | 21 | 545 | 70 | 74 |
| Binary | 11010011 | 1100001 | 1100111 | 0 | 110110 | 110011 | 10001 | 101100101 | 111000 | 111100 |
Color Harmonies of #D36167
Complementary color
Monochromatic Colors of #D36167
Black with #D36167
Text Example
Text Example
White with #D36167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36167; }
p { color: rgb(211,97,103); }
H1.HeaderClassName
{
color: #D36167;
}
.AnyTagClassName
{
color: #D36167;
}
</style>
background-color css
<style>
a { background-color: #D36167; }
a { background-color: rgb(211,97,103); }
div.DivClassName
{
background-color: #D36167;
}
.BgClassName
{
background-color: #D36167;
}
</style>
border-color css
<style>
span { border-color: #D36167; }
span { border-color: rgb(211,97,103); }
td.TdClassName
{
border-color: #D36167;
}
.TagClassName
{
border-color: #D36167;
}
</style>