Shades of Mandy #DE5A5E
Tints of Mandy #DE5A5E
RGB
CMYK
RGB Variations
Color information
#DE5A5E (or 0xDE5A5E) is known color: Mandy. HEX triplet: DE, 5A and 5E. RGB value is (222,90,94). Sum of RGB (Red+Green+Blue) = 222+90+94=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5A5E is #21A5A1. Grayscale: #828282. Windows color (decimal): -2205090 or 6183646. OLE color: 6183646.
HSL color Cylindrical-coordinate representation of color #DE5A5E: hue angle of 358.18º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5A5E is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 90 | 94 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.13 |
| HSL | 358.18º | 0.67% | 0.61% | - |
| HSV(B) | 358.18º | 0.59% | 0.87% | - |
| XYZ | 35.8 | 23.65 | 13.27 | - |
| YUV | 129.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 90 | 94 | 0 | 0.59 | 0.58 | 0.13 | 358.18 | 0.67 | 0.61 |
| Hex | DE | 5A | 5E | 0 | 3B | 3A | D | 166 | 43 | 3D |
| Octal | 336 | 132 | 136 | 0 | 73 | 72 | 15 | 546 | 103 | 75 |
| Binary | 11011110 | 1011010 | 1011110 | 0 | 111011 | 111010 | 1101 | 101100110 | 1000011 | 111101 |
Color Harmonies of #DE5A5E
Complementary color
Monochromatic Colors of #DE5A5E
Black with #DE5A5E
Text Example
Text Example
White with #DE5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5A5E; }
p { color: rgb(222,90,94); }
H1.HeaderClassName
{
color: #DE5A5E;
}
.AnyTagClassName
{
color: #DE5A5E;
}
</style>
background-color css
<style>
a { background-color: #DE5A5E; }
a { background-color: rgb(222,90,94); }
div.DivClassName
{
background-color: #DE5A5E;
}
.BgClassName
{
background-color: #DE5A5E;
}
</style>
border-color css
<style>
span { border-color: #DE5A5E; }
span { border-color: rgb(222,90,94); }
td.TdClassName
{
border-color: #DE5A5E;
}
.TagClassName
{
border-color: #DE5A5E;
}
</style>