Shades of Mandy #D56265
Tints of Mandy #D56265
RGB
CMYK
RGB Variations
Color information
#D56265 (or 0xD56265) is known color: Mandy. HEX triplet: D5, 62 and 65. RGB value is (213,98,101). Sum of RGB (Red+Green+Blue) = 213+98+101=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D56265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56265 is #2A9D9A. Grayscale: #848484. Windows color (decimal): -2792859 or 6644437. OLE color: 6644437.
HSL color Cylindrical-coordinate representation of color #D56265: hue angle of 358.43º 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 #D56265 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 101 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.16 |
| HSL | 358.43º | 0.58% | 0.61% | - |
| HSV(B) | 358.43º | 0.54% | 0.84% | - |
| XYZ | 34.16 | 23.82 | 15.11 | - |
| YUV | 132.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 101 | 0 | 0.54 | 0.53 | 0.16 | 358.43 | 0.58 | 0.61 |
| Hex | D5 | 62 | 65 | 0 | 36 | 35 | 10 | 166 | 3A | 3D |
| Octal | 325 | 142 | 145 | 0 | 66 | 65 | 20 | 546 | 72 | 75 |
| Binary | 11010101 | 1100010 | 1100101 | 0 | 110110 | 110101 | 10000 | 101100110 | 111010 | 111101 |
Color Harmonies of #D56265
Complementary color
Monochromatic Colors of #D56265
Black with #D56265
Text Example
Text Example
White with #D56265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56265; }
p { color: rgb(213,98,101); }
H1.HeaderClassName
{
color: #D56265;
}
.AnyTagClassName
{
color: #D56265;
}
</style>
background-color css
<style>
a { background-color: #D56265; }
a { background-color: rgb(213,98,101); }
div.DivClassName
{
background-color: #D56265;
}
.BgClassName
{
background-color: #D56265;
}
</style>
border-color css
<style>
span { border-color: #D56265; }
span { border-color: rgb(213,98,101); }
td.TdClassName
{
border-color: #D56265;
}
.TagClassName
{
border-color: #D56265;
}
</style>