Shades of Mandy #DE4D4F
Tints of Mandy #DE4D4F
RGB
CMYK
RGB Variations
Color information
#DE4D4F (or 0xDE4D4F) is known color: Mandy. HEX triplet: DE, 4D and 4F. RGB value is (222,77,79). Sum of RGB (Red+Green+Blue) = 222+77+79=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4D4F is #21B2B0. Grayscale: #787878. Windows color (decimal): -2208433 or 5197278. OLE color: 5197278.
HSL color Cylindrical-coordinate representation of color #DE4D4F: hue angle of 359.17º 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 #DE4D4F is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 79 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.13 |
| HSL | 359.17º | 0.69% | 0.59% | - |
| HSV(B) | 359.17º | 0.65% | 0.87% | - |
| XYZ | 34.19 | 21.4 | 9.73 | - |
| YUV | 120.58 | 104.54 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 79 | 0 | 0.65 | 0.64 | 0.13 | 359.17 | 0.69 | 0.59 |
| Hex | DE | 4D | 4F | 0 | 41 | 40 | D | 167 | 45 | 3B |
| Octal | 336 | 115 | 117 | 0 | 101 | 100 | 15 | 547 | 105 | 73 |
| Binary | 11011110 | 1001101 | 1001111 | 0 | 1000001 | 1000000 | 1101 | 101100111 | 1000101 | 111011 |
Color Harmonies of #DE4D4F
Complementary color
Monochromatic Colors of #DE4D4F
Black with #DE4D4F
Text Example
Text Example
White with #DE4D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4D4F; }
p { color: rgb(222,77,79); }
H1.HeaderClassName
{
color: #DE4D4F;
}
.AnyTagClassName
{
color: #DE4D4F;
}
</style>
background-color css
<style>
a { background-color: #DE4D4F; }
a { background-color: rgb(222,77,79); }
div.DivClassName
{
background-color: #DE4D4F;
}
.BgClassName
{
background-color: #DE4D4F;
}
</style>
border-color css
<style>
span { border-color: #DE4D4F; }
span { border-color: rgb(222,77,79); }
td.TdClassName
{
border-color: #DE4D4F;
}
.TagClassName
{
border-color: #DE4D4F;
}
</style>