Shades of Mandy #DE4F5E
Tints of Mandy #DE4F5E
RGB
CMYK
RGB Variations
Color information
#DE4F5E (or 0xDE4F5E) is known color: Mandy. HEX triplet: DE, 4F and 5E. RGB value is (222,79,94). Sum of RGB (Red+Green+Blue) = 222+79+94=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4F5E is #21B0A1. Grayscale: #7B7B7B. Windows color (decimal): -2207906 or 6180830. OLE color: 6180830.
HSL color Cylindrical-coordinate representation of color #DE4F5E: hue angle of 353.71º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE4F5E is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 79 | 94 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.13 |
| HSL | 353.71º | 0.68% | 0.59% | - |
| HSV(B) | 353.71º | 0.64% | 0.87% | - |
| XYZ | 34.94 | 21.93 | 12.98 | - |
| YUV | 123.47 | 111.38 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 79 | 94 | 0 | 0.64 | 0.58 | 0.13 | 353.71 | 0.68 | 0.59 |
| Hex | DE | 4F | 5E | 0 | 40 | 3A | D | 162 | 44 | 3B |
| Octal | 336 | 117 | 136 | 0 | 100 | 72 | 15 | 542 | 104 | 73 |
| Binary | 11011110 | 1001111 | 1011110 | 0 | 1000000 | 111010 | 1101 | 101100010 | 1000100 | 111011 |
Color Harmonies of #DE4F5E
Complementary color
Monochromatic Colors of #DE4F5E
Black with #DE4F5E
Text Example
Text Example
White with #DE4F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4F5E; }
p { color: rgb(222,79,94); }
H1.HeaderClassName
{
color: #DE4F5E;
}
.AnyTagClassName
{
color: #DE4F5E;
}
</style>
background-color css
<style>
a { background-color: #DE4F5E; }
a { background-color: rgb(222,79,94); }
div.DivClassName
{
background-color: #DE4F5E;
}
.BgClassName
{
background-color: #DE4F5E;
}
</style>
border-color css
<style>
span { border-color: #DE4F5E; }
span { border-color: rgb(222,79,94); }
td.TdClassName
{
border-color: #DE4F5E;
}
.TagClassName
{
border-color: #DE4F5E;
}
</style>