Shades of Mandy #DE485C
Tints of Mandy #DE485C
RGB
CMYK
RGB Variations
Color information
#DE485C (or 0xDE485C) is known color: Mandy. HEX triplet: DE, 48 and 5C. RGB value is (222,72,92). Sum of RGB (Red+Green+Blue) = 222+72+92=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE485C is #21B7A3. Grayscale: #777777. Windows color (decimal): -2209700 or 6047966. OLE color: 6047966.
HSL color Cylindrical-coordinate representation of color #DE485C: hue angle of 352º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE485C is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 72 | 92 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.13 |
| HSL | 352º | 0.69% | 0.58% | - |
| HSV(B) | 352º | 0.68% | 0.87% | - |
| XYZ | 34.37 | 20.94 | 12.35 | - |
| YUV | 119.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 92 | 0 | 0.68 | 0.59 | 0.13 | 352 | 0.69 | 0.58 |
| Hex | DE | 48 | 5C | 0 | 44 | 3B | D | 160 | 45 | 3A |
| Octal | 336 | 110 | 134 | 0 | 104 | 73 | 15 | 540 | 105 | 72 |
| Binary | 11011110 | 1001000 | 1011100 | 0 | 1000100 | 111011 | 1101 | 101100000 | 1000101 | 111010 |
Color Harmonies of #DE485C
Complementary color
Monochromatic Colors of #DE485C
Black with #DE485C
Text Example
Text Example
White with #DE485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE485C; }
p { color: rgb(222,72,92); }
H1.HeaderClassName
{
color: #DE485C;
}
.AnyTagClassName
{
color: #DE485C;
}
</style>
background-color css
<style>
a { background-color: #DE485C; }
a { background-color: rgb(222,72,92); }
div.DivClassName
{
background-color: #DE485C;
}
.BgClassName
{
background-color: #DE485C;
}
</style>
border-color css
<style>
span { border-color: #DE485C; }
span { border-color: rgb(222,72,92); }
td.TdClassName
{
border-color: #DE485C;
}
.TagClassName
{
border-color: #DE485C;
}
</style>