Shades of Mandy #DE475C
Tints of Mandy #DE475C
RGB
CMYK
RGB Variations
Color information
#DE475C (or 0xDE475C) is known color: Mandy. HEX triplet: DE, 47 and 5C. RGB value is (222,71,92). Sum of RGB (Red+Green+Blue) = 222+71+92=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE475C is #21B8A3. Grayscale: #767676. Windows color (decimal): -2209956 or 6047710. OLE color: 6047710.
HSL color Cylindrical-coordinate representation of color #DE475C: hue angle of 351.66º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE475C is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 71 | 92 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.13 |
| HSL | 351.66º | 0.7% | 0.57% | - |
| HSV(B) | 351.66º | 0.68% | 0.87% | - |
| XYZ | 34.31 | 20.81 | 12.33 | - |
| YUV | 118.54 | 113.03 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 71 | 92 | 0 | 0.68 | 0.59 | 0.13 | 351.66 | 0.7 | 0.57 |
| Hex | DE | 47 | 5C | 0 | 44 | 3B | D | 160 | 46 | 39 |
| Octal | 336 | 107 | 134 | 0 | 104 | 73 | 15 | 540 | 106 | 71 |
| Binary | 11011110 | 1000111 | 1011100 | 0 | 1000100 | 111011 | 1101 | 101100000 | 1000110 | 111001 |
Color Harmonies of #DE475C
Complementary color
Monochromatic Colors of #DE475C
Black with #DE475C
Text Example
Text Example
White with #DE475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE475C; }
p { color: rgb(222,71,92); }
H1.HeaderClassName
{
color: #DE475C;
}
.AnyTagClassName
{
color: #DE475C;
}
</style>
background-color css
<style>
a { background-color: #DE475C; }
a { background-color: rgb(222,71,92); }
div.DivClassName
{
background-color: #DE475C;
}
.BgClassName
{
background-color: #DE475C;
}
</style>
border-color css
<style>
span { border-color: #DE475C; }
span { border-color: rgb(222,71,92); }
td.TdClassName
{
border-color: #DE475C;
}
.TagClassName
{
border-color: #DE475C;
}
</style>