Shades of Mandy #DE565D
Tints of Mandy #DE565D
RGB
CMYK
RGB Variations
Color information
#DE565D (or 0xDE565D) is known color: Mandy. HEX triplet: DE, 56 and 5D. RGB value is (222,86,93). Sum of RGB (Red+Green+Blue) = 222+86+93=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE565D is #21A9A2. Grayscale: #7F7F7F. Windows color (decimal): -2206115 or 6117086. OLE color: 6117086.
HSL color Cylindrical-coordinate representation of color #DE565D: hue angle of 356.91º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE565D is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 86 | 93 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.13 |
| HSL | 356.91º | 0.67% | 0.6% | - |
| HSV(B) | 356.91º | 0.61% | 0.87% | - |
| XYZ | 35.43 | 22.98 | 12.92 | - |
| YUV | 127.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 86 | 93 | 0 | 0.61 | 0.58 | 0.13 | 356.91 | 0.67 | 0.6 |
| Hex | DE | 56 | 5D | 0 | 3D | 3A | D | 165 | 43 | 3C |
| Octal | 336 | 126 | 135 | 0 | 75 | 72 | 15 | 545 | 103 | 74 |
| Binary | 11011110 | 1010110 | 1011101 | 0 | 111101 | 111010 | 1101 | 101100101 | 1000011 | 111100 |
Color Harmonies of #DE565D
Complementary color
Monochromatic Colors of #DE565D
Black with #DE565D
Text Example
Text Example
White with #DE565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE565D; }
p { color: rgb(222,86,93); }
H1.HeaderClassName
{
color: #DE565D;
}
.AnyTagClassName
{
color: #DE565D;
}
</style>
background-color css
<style>
a { background-color: #DE565D; }
a { background-color: rgb(222,86,93); }
div.DivClassName
{
background-color: #DE565D;
}
.BgClassName
{
background-color: #DE565D;
}
</style>
border-color css
<style>
span { border-color: #DE565D; }
span { border-color: rgb(222,86,93); }
td.TdClassName
{
border-color: #DE565D;
}
.TagClassName
{
border-color: #DE565D;
}
</style>