#DE4455

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

Shades of Mandy #DE4455

Tints of Mandy #DE4455

Color information

#DE4455 (or 0xDE4455) is unknown color: approx Mandy. HEX triplet: DE, 44 and 55. RGB value is (222,68,85). Sum of RGB (Red+Green+Blue) = 222+68+85=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4455 is #21BBAA. Grayscale: #747474. Windows color (decimal): -2210731 or 5588190. OLE color: 5588190.

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

Color convert

RGB2226885-
CMYK00.690.620.13
HSL353.38º70%56.86%-
HSV(B)353.38º69.37%87.06%-
XYZ33.8320.3210.73-
YUV115.98110.52203.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.2%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 85 (33.59% from 255) = 22.67%
R=59.2%
G=18.13%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222688500.690.620.13353.387056.86
HexDE44550453ED1614639
Octal3361041250105761554110671
Binary11011110100010010101010100010111111011011011000011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4455; }

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

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

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

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

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

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

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

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