Shades of Mandy #DE4D5C
Tints of Mandy #DE4D5C
RGB
CMYK
RGB Variations
Color information
#DE4D5C (or 0xDE4D5C) is known color: Mandy. HEX triplet: DE, 4D and 5C. RGB value is (222,77,92). Sum of RGB (Red+Green+Blue) = 222+77+92=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4D5C is #21B2A3. Grayscale: #7A7A7A. Windows color (decimal): -2208420 or 6049246. OLE color: 6049246.
HSL color Cylindrical-coordinate representation of color #DE4D5C: hue angle of 353.79º 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 #DE4D5C is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 92 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.13 |
| HSL | 353.79º | 0.69% | 0.59% | - |
| HSV(B) | 353.79º | 0.65% | 0.87% | - |
| XYZ | 34.71 | 21.61 | 12.47 | - |
| YUV | 122.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 92 | 0 | 0.65 | 0.59 | 0.13 | 353.79 | 0.69 | 0.59 |
| Hex | DE | 4D | 5C | 0 | 41 | 3B | D | 162 | 45 | 3B |
| Octal | 336 | 115 | 134 | 0 | 101 | 73 | 15 | 542 | 105 | 73 |
| Binary | 11011110 | 1001101 | 1011100 | 0 | 1000001 | 111011 | 1101 | 101100010 | 1000101 | 111011 |
Color Harmonies of #DE4D5C
Complementary color
Monochromatic Colors of #DE4D5C
Black with #DE4D5C
Text Example
Text Example
White with #DE4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4D5C; }
p { color: rgb(222,77,92); }
H1.HeaderClassName
{
color: #DE4D5C;
}
.AnyTagClassName
{
color: #DE4D5C;
}
</style>
background-color css
<style>
a { background-color: #DE4D5C; }
a { background-color: rgb(222,77,92); }
div.DivClassName
{
background-color: #DE4D5C;
}
.BgClassName
{
background-color: #DE4D5C;
}
</style>
border-color css
<style>
span { border-color: #DE4D5C; }
span { border-color: rgb(222,77,92); }
td.TdClassName
{
border-color: #DE4D5C;
}
.TagClassName
{
border-color: #DE4D5C;
}
</style>