Shades of Mandy #DE4355
Tints of Mandy #DE4355
RGB
CMYK
RGB Variations
Color information
#DE4355 (or 0xDE4355) is known color: Mandy. HEX triplet: DE, 43 and 55. RGB value is (222,67,85). Sum of RGB (Red+Green+Blue) = 222+67+85=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4355 is #21BCAA. Grayscale: #737373. Windows color (decimal): -2210987 or 5587934. OLE color: 5587934.
HSL color Cylindrical-coordinate representation of color #DE4355: hue angle of 353.03º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4355 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 67 | 85 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.13 |
| HSL | 353.03º | 0.7% | 0.57% | - |
| HSV(B) | 353.03º | 0.7% | 0.87% | - |
| XYZ | 33.77 | 20.2 | 10.71 | - |
| YUV | 115.4 | 110.85 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 67 | 85 | 0 | 0.70 | 0.62 | 0.13 | 353.03 | 0.7 | 0.57 |
| Hex | DE | 43 | 55 | 0 | 46 | 3E | D | 161 | 46 | 39 |
| Octal | 336 | 103 | 125 | 0 | 106 | 76 | 15 | 541 | 106 | 71 |
| Binary | 11011110 | 1000011 | 1010101 | 0 | 1000110 | 111110 | 1101 | 101100001 | 1000110 | 111001 |
Color Harmonies of #DE4355
Complementary color
Monochromatic Colors of #DE4355
Black with #DE4355
Text Example
Text Example
White with #DE4355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4355; }
p { color: rgb(222,67,85); }
H1.HeaderClassName
{
color: #DE4355;
}
.AnyTagClassName
{
color: #DE4355;
}
</style>
background-color css
<style>
a { background-color: #DE4355; }
a { background-color: rgb(222,67,85); }
div.DivClassName
{
background-color: #DE4355;
}
.BgClassName
{
background-color: #DE4355;
}
</style>
border-color css
<style>
span { border-color: #DE4355; }
span { border-color: rgb(222,67,85); }
td.TdClassName
{
border-color: #DE4355;
}
.TagClassName
{
border-color: #DE4355;
}
</style>