Shades of Mandy #DE4C5E
Tints of Mandy #DE4C5E
RGB
CMYK
RGB Variations
Color information
#DE4C5E (or 0xDE4C5E) is known color: Mandy. HEX triplet: DE, 4C and 5E. RGB value is (222,76,94). Sum of RGB (Red+Green+Blue) = 222+76+94=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4C5E is #21B3A1. Grayscale: #797979. Windows color (decimal): -2208674 or 6180062. OLE color: 6180062.
HSL color Cylindrical-coordinate representation of color #DE4C5E: hue angle of 352.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4C5E is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 76 | 94 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.13 |
| HSL | 352.6º | 0.69% | 0.58% | - |
| HSV(B) | 352.6º | 0.66% | 0.87% | - |
| XYZ | 34.73 | 21.51 | 12.91 | - |
| YUV | 121.71 | 112.37 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 76 | 94 | 0 | 0.66 | 0.58 | 0.13 | 352.6 | 0.69 | 0.58 |
| Hex | DE | 4C | 5E | 0 | 42 | 3A | D | 161 | 45 | 3A |
| Octal | 336 | 114 | 136 | 0 | 102 | 72 | 15 | 541 | 105 | 72 |
| Binary | 11011110 | 1001100 | 1011110 | 0 | 1000010 | 111010 | 1101 | 101100001 | 1000101 | 111010 |
Color Harmonies of #DE4C5E
Complementary color
Monochromatic Colors of #DE4C5E
Black with #DE4C5E
Text Example
Text Example
White with #DE4C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4C5E; }
p { color: rgb(222,76,94); }
H1.HeaderClassName
{
color: #DE4C5E;
}
.AnyTagClassName
{
color: #DE4C5E;
}
</style>
background-color css
<style>
a { background-color: #DE4C5E; }
a { background-color: rgb(222,76,94); }
div.DivClassName
{
background-color: #DE4C5E;
}
.BgClassName
{
background-color: #DE4C5E;
}
</style>
border-color css
<style>
span { border-color: #DE4C5E; }
span { border-color: rgb(222,76,94); }
td.TdClassName
{
border-color: #DE4C5E;
}
.TagClassName
{
border-color: #DE4C5E;
}
</style>