Shades of Mandy #DE4F5C
Tints of Mandy #DE4F5C
RGB
CMYK
RGB Variations
Color information
#DE4F5C (or 0xDE4F5C) is known color: Mandy. HEX triplet: DE, 4F and 5C. RGB value is (222,79,92). Sum of RGB (Red+Green+Blue) = 222+79+92=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4F5C is #21B0A3. Grayscale: #7B7B7B. Windows color (decimal): -2207908 or 6049758. OLE color: 6049758.
HSL color Cylindrical-coordinate representation of color #DE4F5C: hue angle of 354.55º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE4F5C is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 79 | 92 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.13 |
| HSL | 354.55º | 0.68% | 0.59% | - |
| HSV(B) | 354.55º | 0.64% | 0.87% | - |
| XYZ | 34.85 | 21.89 | 12.51 | - |
| YUV | 123.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 79 | 92 | 0 | 0.64 | 0.59 | 0.13 | 354.55 | 0.68 | 0.59 |
| Hex | DE | 4F | 5C | 0 | 40 | 3B | D | 163 | 44 | 3B |
| Octal | 336 | 117 | 134 | 0 | 100 | 73 | 15 | 543 | 104 | 73 |
| Binary | 11011110 | 1001111 | 1011100 | 0 | 1000000 | 111011 | 1101 | 101100011 | 1000100 | 111011 |
Color Harmonies of #DE4F5C
Complementary color
Monochromatic Colors of #DE4F5C
Black with #DE4F5C
Text Example
Text Example
White with #DE4F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4F5C; }
p { color: rgb(222,79,92); }
H1.HeaderClassName
{
color: #DE4F5C;
}
.AnyTagClassName
{
color: #DE4F5C;
}
</style>
background-color css
<style>
a { background-color: #DE4F5C; }
a { background-color: rgb(222,79,92); }
div.DivClassName
{
background-color: #DE4F5C;
}
.BgClassName
{
background-color: #DE4F5C;
}
</style>
border-color css
<style>
span { border-color: #DE4F5C; }
span { border-color: rgb(222,79,92); }
td.TdClassName
{
border-color: #DE4F5C;
}
.TagClassName
{
border-color: #DE4F5C;
}
</style>