Shades of Mandy #DE575E
Tints of Mandy #DE575E
RGB
CMYK
RGB Variations
Color information
#DE575E (or 0xDE575E) is known color: Mandy. HEX triplet: DE, 57 and 5E. RGB value is (222,87,94). Sum of RGB (Red+Green+Blue) = 222+87+94=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE575E is #21A8A1. Grayscale: #808080. Windows color (decimal): -2205858 or 6182878. OLE color: 6182878.
HSL color Cylindrical-coordinate representation of color #DE575E: hue angle of 356.89º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE575E is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 87 | 94 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.13 |
| HSL | 356.89º | 0.67% | 0.61% | - |
| HSV(B) | 356.89º | 0.61% | 0.87% | - |
| XYZ | 35.55 | 23.15 | 13.19 | - |
| YUV | 128.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 87 | 94 | 0 | 0.61 | 0.58 | 0.13 | 356.89 | 0.67 | 0.61 |
| Hex | DE | 57 | 5E | 0 | 3D | 3A | D | 165 | 43 | 3D |
| Octal | 336 | 127 | 136 | 0 | 75 | 72 | 15 | 545 | 103 | 75 |
| Binary | 11011110 | 1010111 | 1011110 | 0 | 111101 | 111010 | 1101 | 101100101 | 1000011 | 111101 |
Color Harmonies of #DE575E
Complementary color
Monochromatic Colors of #DE575E
Black with #DE575E
Text Example
Text Example
White with #DE575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE575E; }
p { color: rgb(222,87,94); }
H1.HeaderClassName
{
color: #DE575E;
}
.AnyTagClassName
{
color: #DE575E;
}
</style>
background-color css
<style>
a { background-color: #DE575E; }
a { background-color: rgb(222,87,94); }
div.DivClassName
{
background-color: #DE575E;
}
.BgClassName
{
background-color: #DE575E;
}
</style>
border-color css
<style>
span { border-color: #DE575E; }
span { border-color: rgb(222,87,94); }
td.TdClassName
{
border-color: #DE575E;
}
.TagClassName
{
border-color: #DE575E;
}
</style>