Shades of Mandy #D56268
Tints of Mandy #D56268
RGB
CMYK
RGB Variations
Color information
#D56268 (or 0xD56268) is known color: Mandy. HEX triplet: D5, 62 and 68. RGB value is (213,98,104). Sum of RGB (Red+Green+Blue) = 213+98+104=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D56268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56268 is #2A9D97. Grayscale: #858585. Windows color (decimal): -2792856 or 6841045. OLE color: 6841045.
HSL color Cylindrical-coordinate representation of color #D56268: hue angle of 356.87º 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 #D56268 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 104 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.16 |
| HSL | 356.87º | 0.58% | 0.61% | - |
| HSV(B) | 356.87º | 0.54% | 0.84% | - |
| XYZ | 34.31 | 23.88 | 15.9 | - |
| YUV | 133.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 104 | 0 | 0.54 | 0.51 | 0.16 | 356.87 | 0.58 | 0.61 |
| Hex | D5 | 62 | 68 | 0 | 36 | 33 | 10 | 165 | 3A | 3D |
| Octal | 325 | 142 | 150 | 0 | 66 | 63 | 20 | 545 | 72 | 75 |
| Binary | 11010101 | 1100010 | 1101000 | 0 | 110110 | 110011 | 10000 | 101100101 | 111010 | 111101 |
Color Harmonies of #D56268
Complementary color
Monochromatic Colors of #D56268
Black with #D56268
Text Example
Text Example
White with #D56268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56268; }
p { color: rgb(213,98,104); }
H1.HeaderClassName
{
color: #D56268;
}
.AnyTagClassName
{
color: #D56268;
}
</style>
background-color css
<style>
a { background-color: #D56268; }
a { background-color: rgb(213,98,104); }
div.DivClassName
{
background-color: #D56268;
}
.BgClassName
{
background-color: #D56268;
}
</style>
border-color css
<style>
span { border-color: #D56268; }
span { border-color: rgb(213,98,104); }
td.TdClassName
{
border-color: #D56268;
}
.TagClassName
{
border-color: #D56268;
}
</style>