Shades of Mandy #DE4E5E
Tints of Mandy #DE4E5E
RGB
CMYK
RGB Variations
Color information
#DE4E5E (or 0xDE4E5E) is known color: Mandy. HEX triplet: DE, 4E and 5E. RGB value is (222,78,94). Sum of RGB (Red+Green+Blue) = 222+78+94=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4E5E is #21B1A1. Grayscale: #7A7A7A. Windows color (decimal): -2208162 or 6180574. OLE color: 6180574.
HSL color Cylindrical-coordinate representation of color #DE4E5E: hue angle of 353.33º 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 #DE4E5E is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 78 | 94 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.13 |
| HSL | 353.33º | 0.69% | 0.59% | - |
| HSV(B) | 353.33º | 0.65% | 0.87% | - |
| XYZ | 34.87 | 21.79 | 12.96 | - |
| YUV | 122.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 78 | 94 | 0 | 0.65 | 0.58 | 0.13 | 353.33 | 0.69 | 0.59 |
| Hex | DE | 4E | 5E | 0 | 41 | 3A | D | 161 | 45 | 3B |
| Octal | 336 | 116 | 136 | 0 | 101 | 72 | 15 | 541 | 105 | 73 |
| Binary | 11011110 | 1001110 | 1011110 | 0 | 1000001 | 111010 | 1101 | 101100001 | 1000101 | 111011 |
Color Harmonies of #DE4E5E
Complementary color
Monochromatic Colors of #DE4E5E
Black with #DE4E5E
Text Example
Text Example
White with #DE4E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4E5E; }
p { color: rgb(222,78,94); }
H1.HeaderClassName
{
color: #DE4E5E;
}
.AnyTagClassName
{
color: #DE4E5E;
}
</style>
background-color css
<style>
a { background-color: #DE4E5E; }
a { background-color: rgb(222,78,94); }
div.DivClassName
{
background-color: #DE4E5E;
}
.BgClassName
{
background-color: #DE4E5E;
}
</style>
border-color css
<style>
span { border-color: #DE4E5E; }
span { border-color: rgb(222,78,94); }
td.TdClassName
{
border-color: #DE4E5E;
}
.TagClassName
{
border-color: #DE4E5E;
}
</style>