Shades of Mandy #DE4C5D
Tints of Mandy #DE4C5D
RGB
CMYK
RGB Variations
Color information
#DE4C5D (or 0xDE4C5D) is known color: Mandy. HEX triplet: DE, 4C and 5D. RGB value is (222,76,93). Sum of RGB (Red+Green+Blue) = 222+76+93=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4C5D is #21B3A2. Grayscale: #797979. Windows color (decimal): -2208675 or 6114526. OLE color: 6114526.
HSL color Cylindrical-coordinate representation of color #DE4C5D: hue angle of 353.01º 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 #DE4C5D is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 76 | 93 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.13 |
| HSL | 353.01º | 0.69% | 0.58% | - |
| HSV(B) | 353.01º | 0.66% | 0.87% | - |
| XYZ | 34.68 | 21.49 | 12.68 | - |
| YUV | 121.59 | 111.87 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 76 | 93 | 0 | 0.66 | 0.58 | 0.13 | 353.01 | 0.69 | 0.58 |
| Hex | DE | 4C | 5D | 0 | 42 | 3A | D | 161 | 45 | 3A |
| Octal | 336 | 114 | 135 | 0 | 102 | 72 | 15 | 541 | 105 | 72 |
| Binary | 11011110 | 1001100 | 1011101 | 0 | 1000010 | 111010 | 1101 | 101100001 | 1000101 | 111010 |
Color Harmonies of #DE4C5D
Complementary color
Monochromatic Colors of #DE4C5D
Black with #DE4C5D
Text Example
Text Example
White with #DE4C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4C5D; }
p { color: rgb(222,76,93); }
H1.HeaderClassName
{
color: #DE4C5D;
}
.AnyTagClassName
{
color: #DE4C5D;
}
</style>
background-color css
<style>
a { background-color: #DE4C5D; }
a { background-color: rgb(222,76,93); }
div.DivClassName
{
background-color: #DE4C5D;
}
.BgClassName
{
background-color: #DE4C5D;
}
</style>
border-color css
<style>
span { border-color: #DE4C5D; }
span { border-color: rgb(222,76,93); }
td.TdClassName
{
border-color: #DE4C5D;
}
.TagClassName
{
border-color: #DE4C5D;
}
</style>