Shades of Mandy #D56166
Tints of Mandy #D56166
RGB
CMYK
RGB Variations
Color information
#D56166 (or 0xD56166) is known color: Mandy. HEX triplet: D5, 61 and 66. RGB value is (213,97,102). Sum of RGB (Red+Green+Blue) = 213+97+102=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D56166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56166 is #2A9E99. Grayscale: #848484. Windows color (decimal): -2793114 or 6709717. OLE color: 6709717.
HSL color Cylindrical-coordinate representation of color #D56166: hue angle of 357.41º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56166 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 102 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.16 |
| HSL | 357.41º | 0.58% | 0.61% | - |
| HSV(B) | 357.41º | 0.54% | 0.84% | - |
| XYZ | 34.11 | 23.65 | 15.34 | - |
| YUV | 132.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 102 | 0 | 0.54 | 0.52 | 0.16 | 357.41 | 0.58 | 0.61 |
| Hex | D5 | 61 | 66 | 0 | 36 | 34 | 10 | 165 | 3A | 3D |
| Octal | 325 | 141 | 146 | 0 | 66 | 64 | 20 | 545 | 72 | 75 |
| Binary | 11010101 | 1100001 | 1100110 | 0 | 110110 | 110100 | 10000 | 101100101 | 111010 | 111101 |
Color Harmonies of #D56166
Complementary color
Monochromatic Colors of #D56166
Black with #D56166
Text Example
Text Example
White with #D56166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56166; }
p { color: rgb(213,97,102); }
H1.HeaderClassName
{
color: #D56166;
}
.AnyTagClassName
{
color: #D56166;
}
</style>
background-color css
<style>
a { background-color: #D56166; }
a { background-color: rgb(213,97,102); }
div.DivClassName
{
background-color: #D56166;
}
.BgClassName
{
background-color: #D56166;
}
</style>
border-color css
<style>
span { border-color: #D56166; }
span { border-color: rgb(213,97,102); }
td.TdClassName
{
border-color: #D56166;
}
.TagClassName
{
border-color: #D56166;
}
</style>