Shades of Mandy #D36163
Tints of Mandy #D36163
RGB
CMYK
RGB Variations
Color information
#D36163 (or 0xD36163) is known color: Mandy. HEX triplet: D3, 61 and 63. RGB value is (211,97,99). Sum of RGB (Red+Green+Blue) = 211+97+99=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D36163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36163 is #2C9E9C. Grayscale: #838383. Windows color (decimal): -2924189 or 6513107. OLE color: 6513107.
HSL color Cylindrical-coordinate representation of color #D36163: hue angle of 358.95º 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 #D36163 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 99 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.17 |
| HSL | 358.95º | 0.56% | 0.6% | - |
| HSV(B) | 358.95º | 0.54% | 0.83% | - |
| XYZ | 33.39 | 23.3 | 14.54 | - |
| YUV | 131.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 99 | 0 | 0.54 | 0.53 | 0.17 | 358.95 | 0.56 | 0.6 |
| Hex | D3 | 61 | 63 | 0 | 36 | 35 | 11 | 167 | 38 | 3C |
| Octal | 323 | 141 | 143 | 0 | 66 | 65 | 21 | 547 | 70 | 74 |
| Binary | 11010011 | 1100001 | 1100011 | 0 | 110110 | 110101 | 10001 | 101100111 | 111000 | 111100 |
Color Harmonies of #D36163
Complementary color
Monochromatic Colors of #D36163
Black with #D36163
Text Example
Text Example
White with #D36163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36163; }
p { color: rgb(211,97,99); }
H1.HeaderClassName
{
color: #D36163;
}
.AnyTagClassName
{
color: #D36163;
}
</style>
background-color css
<style>
a { background-color: #D36163; }
a { background-color: rgb(211,97,99); }
div.DivClassName
{
background-color: #D36163;
}
.BgClassName
{
background-color: #D36163;
}
</style>
border-color css
<style>
span { border-color: #D36163; }
span { border-color: rgb(211,97,99); }
td.TdClassName
{
border-color: #D36163;
}
.TagClassName
{
border-color: #D36163;
}
</style>