Shades of Mandy #DE545C
Tints of Mandy #DE545C
RGB
CMYK
RGB Variations
Color information
#DE545C (or 0xDE545C) is known color: Mandy. HEX triplet: DE, 54 and 5C. RGB value is (222,84,92). Sum of RGB (Red+Green+Blue) = 222+84+92=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE545C is #21ABA3. Grayscale: #7E7E7E. Windows color (decimal): -2206628 or 6051038. OLE color: 6051038.
HSL color Cylindrical-coordinate representation of color #DE545C: hue angle of 356.52º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE545C is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 84 | 92 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.13 |
| HSL | 356.52º | 0.68% | 0.6% | - |
| HSV(B) | 356.52º | 0.62% | 0.87% | - |
| XYZ | 35.23 | 22.64 | 12.64 | - |
| YUV | 126.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 84 | 92 | 0 | 0.62 | 0.59 | 0.13 | 356.52 | 0.68 | 0.6 |
| Hex | DE | 54 | 5C | 0 | 3E | 3B | D | 165 | 44 | 3C |
| Octal | 336 | 124 | 134 | 0 | 76 | 73 | 15 | 545 | 104 | 74 |
| Binary | 11011110 | 1010100 | 1011100 | 0 | 111110 | 111011 | 1101 | 101100101 | 1000100 | 111100 |
Color Harmonies of #DE545C
Complementary color
Monochromatic Colors of #DE545C
Black with #DE545C
Text Example
Text Example
White with #DE545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE545C; }
p { color: rgb(222,84,92); }
H1.HeaderClassName
{
color: #DE545C;
}
.AnyTagClassName
{
color: #DE545C;
}
</style>
background-color css
<style>
a { background-color: #DE545C; }
a { background-color: rgb(222,84,92); }
div.DivClassName
{
background-color: #DE545C;
}
.BgClassName
{
background-color: #DE545C;
}
</style>
border-color css
<style>
span { border-color: #DE545C; }
span { border-color: rgb(222,84,92); }
td.TdClassName
{
border-color: #DE545C;
}
.TagClassName
{
border-color: #DE545C;
}
</style>