Shades of Mandy #DE5B5D
Tints of Mandy #DE5B5D
RGB
CMYK
RGB Variations
Color information
#DE5B5D (or 0xDE5B5D) is known color: Mandy. HEX triplet: DE, 5B and 5D. RGB value is (222,91,93). Sum of RGB (Red+Green+Blue) = 222+91+93=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5B5D is #21A4A2. Grayscale: #828282. Windows color (decimal): -2204835 or 6118366. OLE color: 6118366.
HSL color Cylindrical-coordinate representation of color #DE5B5D: hue angle of 359.08º degrees, saturation: 0.66, 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 #DE5B5D is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 91 | 93 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.13 |
| HSL | 359.08º | 0.66% | 0.61% | - |
| HSV(B) | 359.08º | 0.59% | 0.87% | - |
| XYZ | 35.84 | 23.8 | 13.06 | - |
| YUV | 130.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 91 | 93 | 0 | 0.59 | 0.58 | 0.13 | 359.08 | 0.66 | 0.61 |
| Hex | DE | 5B | 5D | 0 | 3B | 3A | D | 167 | 42 | 3D |
| Octal | 336 | 133 | 135 | 0 | 73 | 72 | 15 | 547 | 102 | 75 |
| Binary | 11011110 | 1011011 | 1011101 | 0 | 111011 | 111010 | 1101 | 101100111 | 1000010 | 111101 |
Color Harmonies of #DE5B5D
Complementary color
Monochromatic Colors of #DE5B5D
Black with #DE5B5D
Text Example
Text Example
White with #DE5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5B5D; }
p { color: rgb(222,91,93); }
H1.HeaderClassName
{
color: #DE5B5D;
}
.AnyTagClassName
{
color: #DE5B5D;
}
</style>
background-color css
<style>
a { background-color: #DE5B5D; }
a { background-color: rgb(222,91,93); }
div.DivClassName
{
background-color: #DE5B5D;
}
.BgClassName
{
background-color: #DE5B5D;
}
</style>
border-color css
<style>
span { border-color: #DE5B5D; }
span { border-color: rgb(222,91,93); }
td.TdClassName
{
border-color: #DE5B5D;
}
.TagClassName
{
border-color: #DE5B5D;
}
</style>