#DE4D55

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

Shades of Mandy #DE4D55

Tints of Mandy #DE4D55

Color information

#DE4D55 (or 0xDE4D55) is unknown color: approx Mandy. HEX triplet: DE, 4D and 55. RGB value is (222,77,85). Sum of RGB (Red+Green+Blue) = 222+77+85=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4D55 is #21B2AA. Grayscale: #797979. Windows color (decimal): -2208427 or 5590494. OLE color: 5590494.

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

Color convert

RGB2227785-
CMYK00.650.620.13
HSL356.69º68.72%58.63%-
HSV(B)356.69º65.32%87.06%-
XYZ34.4221.4910.93-
YUV121.27107.54199.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.81%
GREEN value IS 77 (30.47% from 255) = 20.05%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=57.81%
G=20.05%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222778500.650.620.13356.6968.7258.63
HexDE4D550413ED165453b
Octal3361151250101761554510573
Binary11011110100110110101010100000111111011011011001011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4D55; }

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

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

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

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

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

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

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

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