#DE454A

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

Shades of Mandy #DE454A

Tints of Mandy #DE454A

Color information

#DE454A (or 0xDE454A) is unknown color: approx Mandy. HEX triplet: DE, 45 and 4A. RGB value is (222,69,74). Sum of RGB (Red+Green+Blue) = 222+69+74=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE454A is #21BAB5. Grayscale: #737373. Windows color (decimal): -2210486 or 4867550. OLE color: 4867550.

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

Color convert

RGB2226974-
CMYK00.690.670.13
HSL358.04º69.86%57.06%-
HSV(B)358.04º68.92%87.06%-
XYZ33.4920.288.63-
YUV115.32104.69204.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.82%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=60.82%
G=18.90%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222697400.690.670.13358.0469.8657.06
HexDE454A04543D1664639
Octal33610511201051031554610671
Binary110111101000101100101001000101100001111011011001101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE454A; }

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

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

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

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

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

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

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

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