#DE455A

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

Shades of Mandy #DE455A

Tints of Mandy #DE455A

Color information

#DE455A (or 0xDE455A) is unknown color: approx Mandy. HEX triplet: DE, 45 and 5A. RGB value is (222,69,90). Sum of RGB (Red+Green+Blue) = 222+69+90=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE455A is #21BAA5. Grayscale: #757575. Windows color (decimal): -2210470 or 5916126. OLE color: 5916126.

HSL color Cylindrical-coordinate representation of color #DE455A: hue angle of 351.76º 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 #DE455A is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB2226990-
CMYK00.690.590.13
HSL351.76º69.86%57.06%-
HSV(B)351.76º68.92%87.06%-
XYZ34.120.5211.84-
YUV117.14112.69202.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.27%
GREEN value IS 69 (27.34% from 255) = 18.11%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=58.27%
G=18.11%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222699000.690.590.13351.7669.8657.06
HexDE455A0453BD1604639
Octal3361051320105731554010671
Binary11011110100010110110100100010111101111011011000001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE455A; }

 p { color: rgb(222,69,90); }

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

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

 a { background-color: rgb(222,69,90); }

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

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

 span { border-color: rgb(222,69,90); }

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