Shades of Mandy #DE495B
Tints of Mandy #DE495B
RGB
CMYK
RGB Variations
Color information
#DE495B (or 0xDE495B) is known color: Mandy. HEX triplet: DE, 49 and 5B. RGB value is (222,73,91). Sum of RGB (Red+Green+Blue) = 222+73+91=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE495B is #21B6A4. Grayscale: #777777. Windows color (decimal): -2209445 or 5982686. OLE color: 5982686.
HSL color Cylindrical-coordinate representation of color #DE495B: hue angle of 352.75º 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 #DE495B is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 91 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.13 |
| HSL | 352.75º | 0.69% | 0.58% | - |
| HSV(B) | 352.75º | 0.67% | 0.87% | - |
| XYZ | 34.4 | 21.05 | 12.15 | - |
| YUV | 119.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 91 | 0 | 0.67 | 0.59 | 0.13 | 352.75 | 0.69 | 0.58 |
| Hex | DE | 49 | 5B | 0 | 43 | 3B | D | 161 | 45 | 3A |
| Octal | 336 | 111 | 133 | 0 | 103 | 73 | 15 | 541 | 105 | 72 |
| Binary | 11011110 | 1001001 | 1011011 | 0 | 1000011 | 111011 | 1101 | 101100001 | 1000101 | 111010 |
Color Harmonies of #DE495B
Complementary color
Monochromatic Colors of #DE495B
Black with #DE495B
Text Example
Text Example
White with #DE495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE495B; }
p { color: rgb(222,73,91); }
H1.HeaderClassName
{
color: #DE495B;
}
.AnyTagClassName
{
color: #DE495B;
}
</style>
background-color css
<style>
a { background-color: #DE495B; }
a { background-color: rgb(222,73,91); }
div.DivClassName
{
background-color: #DE495B;
}
.BgClassName
{
background-color: #DE495B;
}
</style>
border-color css
<style>
span { border-color: #DE495B; }
span { border-color: rgb(222,73,91); }
td.TdClassName
{
border-color: #DE495B;
}
.TagClassName
{
border-color: #DE495B;
}
</style>