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