Shades of Mandy #DE4E5D
Tints of Mandy #DE4E5D
RGB
CMYK
RGB Variations
Color information
#DE4E5D (or 0xDE4E5D) is known color: Mandy. HEX triplet: DE, 4E and 5D. RGB value is (222,78,93). Sum of RGB (Red+Green+Blue) = 222+78+93=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4E5D is #21B1A2. Grayscale: #7A7A7A. Windows color (decimal): -2208163 or 6115038. OLE color: 6115038.
HSL color Cylindrical-coordinate representation of color #DE4E5D: hue angle of 353.75º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE4E5D is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 78 | 93 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.13 |
| HSL | 353.75º | 0.69% | 0.59% | - |
| HSV(B) | 353.75º | 0.65% | 0.87% | - |
| XYZ | 34.82 | 21.77 | 12.72 | - |
| YUV | 122.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 78 | 93 | 0 | 0.65 | 0.58 | 0.13 | 353.75 | 0.69 | 0.59 |
| Hex | DE | 4E | 5D | 0 | 41 | 3A | D | 162 | 45 | 3B |
| Octal | 336 | 116 | 135 | 0 | 101 | 72 | 15 | 542 | 105 | 73 |
| Binary | 11011110 | 1001110 | 1011101 | 0 | 1000001 | 111010 | 1101 | 101100010 | 1000101 | 111011 |
Color Harmonies of #DE4E5D
Complementary color
Monochromatic Colors of #DE4E5D
Black with #DE4E5D
Text Example
Text Example
White with #DE4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4E5D; }
p { color: rgb(222,78,93); }
H1.HeaderClassName
{
color: #DE4E5D;
}
.AnyTagClassName
{
color: #DE4E5D;
}
</style>
background-color css
<style>
a { background-color: #DE4E5D; }
a { background-color: rgb(222,78,93); }
div.DivClassName
{
background-color: #DE4E5D;
}
.BgClassName
{
background-color: #DE4E5D;
}
</style>
border-color css
<style>
span { border-color: #DE4E5D; }
span { border-color: rgb(222,78,93); }
td.TdClassName
{
border-color: #DE4E5D;
}
.TagClassName
{
border-color: #DE4E5D;
}
</style>