#DE535E

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

Shades of Mandy #DE535E

Tints of Mandy #DE535E

Color information

#DE535E (or 0xDE535E) is unknown color: approx Mandy. HEX triplet: DE, 53 and 5E. RGB value is (222,83,94). Sum of RGB (Red+Green+Blue) = 222+83+94=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE535E is #21ACA1. Grayscale: #7D7D7D. Windows color (decimal): -2206882 or 6181854. OLE color: 6181854.

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

Color convert

RGB2228394-
CMYK00.630.580.13
HSL355.25º67.8%59.8%-
HSV(B)355.25º62.61%87.06%-
XYZ35.2422.5213.08-
YUV125.82110.05196.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.64%
GREEN value IS 83 (32.81% from 255) = 20.80%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=55.64%
G=20.80%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222839400.630.580.13355.2567.859.8
HexDE535E03F3AD163443c
Octal336123136077721554310474
Binary1101111010100111011110011111111101011011011000111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE535E; }

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

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

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

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

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

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

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

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