#DE555E

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

Shades of Mandy #DE555E

Tints of Mandy #DE555E

Color information

#DE555E (or 0xDE555E) is unknown color: approx Mandy. HEX triplet: DE, 55 and 5E. RGB value is (222,85,94). Sum of RGB (Red+Green+Blue) = 222+85+94=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE555E is #21AAA1. Grayscale: #7F7F7F. Windows color (decimal): -2206370 or 6182366. OLE color: 6182366.

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

Color convert

RGB2228594-
CMYK00.620.580.13
HSL356.06º67.49%60.2%-
HSV(B)356.06º61.71%87.06%-
XYZ35.3922.8313.13-
YUV126.99109.39195.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.36%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=55.36%
G=21.20%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222859400.620.580.13356.0667.4960.2
HexDE555E03E3AD164433c
Octal336125136076721554410374
Binary1101111010101011011110011111011101011011011001001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE555E; }

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

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

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

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

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

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

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

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