Shades of Mandy #DE4A5E
Tints of Mandy #DE4A5E
RGB
CMYK
RGB Variations
Color information
#DE4A5E (or 0xDE4A5E) is known color: Mandy. HEX triplet: DE, 4A and 5E. RGB value is (222,74,94). Sum of RGB (Red+Green+Blue) = 222+74+94=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4A5E is #21B5A1. Grayscale: #787878. Windows color (decimal): -2209186 or 6179550. OLE color: 6179550.
HSL color Cylindrical-coordinate representation of color #DE4A5E: hue angle of 351.89º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4A5E is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 74 | 94 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.13 |
| HSL | 351.89º | 0.69% | 0.58% | - |
| HSV(B) | 351.89º | 0.67% | 0.87% | - |
| XYZ | 34.59 | 21.24 | 12.87 | - |
| YUV | 120.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 74 | 94 | 0 | 0.67 | 0.58 | 0.13 | 351.89 | 0.69 | 0.58 |
| Hex | DE | 4A | 5E | 0 | 43 | 3A | D | 160 | 45 | 3A |
| Octal | 336 | 112 | 136 | 0 | 103 | 72 | 15 | 540 | 105 | 72 |
| Binary | 11011110 | 1001010 | 1011110 | 0 | 1000011 | 111010 | 1101 | 101100000 | 1000101 | 111010 |
Color Harmonies of #DE4A5E
Complementary color
Monochromatic Colors of #DE4A5E
Black with #DE4A5E
Text Example
Text Example
White with #DE4A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4A5E; }
p { color: rgb(222,74,94); }
H1.HeaderClassName
{
color: #DE4A5E;
}
.AnyTagClassName
{
color: #DE4A5E;
}
</style>
background-color css
<style>
a { background-color: #DE4A5E; }
a { background-color: rgb(222,74,94); }
div.DivClassName
{
background-color: #DE4A5E;
}
.BgClassName
{
background-color: #DE4A5E;
}
</style>
border-color css
<style>
span { border-color: #DE4A5E; }
span { border-color: rgb(222,74,94); }
td.TdClassName
{
border-color: #DE4A5E;
}
.TagClassName
{
border-color: #DE4A5E;
}
</style>