#DE4955

Color #DE4955 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #DE4955

Tints of Mandy #DE4955

Color information

#DE4955 (or 0xDE4955) is unknown color: approx Mandy. HEX triplet: DE, 49 and 55. RGB value is (222,73,85). Sum of RGB (Red+Green+Blue) = 222+73+85=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4955 is #21B6AA. Grayscale: #777777. Windows color (decimal): -2209451 or 5589470. OLE color: 5589470.

HSL color Cylindrical-coordinate representation of color #DE4955: hue angle of 355.17º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4955 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB2227385-
CMYK00.670.620.13
HSL355.17º69.3%57.84%-
HSV(B)355.17º67.12%87.06%-
XYZ34.1520.9510.84-
YUV118.92108.86201.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 58.42%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=58.42%
G=19.21%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222738500.670.620.13355.1769.357.84
HexDE49550433ED163453a
Octal3361111250103761554310572
Binary11011110100100110101010100001111111011011011000111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4955; }

 p { color: rgb(222,73,85); }

 H1.HeaderClassName
 {
   color: #DE4955;
 }
 .AnyTagClassName
 {
   color: #DE4955;
 }
</style>
background-color css

<style>
 a { background-color: #DE4955; }

 a { background-color: rgb(222,73,85); }

 div.DivClassName
 {
   background-color: #DE4955;
 }
 .BgClassName
 {
   background-color: #DE4955;
 }
</style>
border-color css

<style>
 span { border-color: #DE4955; }

 span { border-color: rgb(222,73,85); }

 td.TdClassName
 {
   border-color: #DE4955;
 }
 .TagClassName
 {
   border-color: #DE4955;
 }
</style>