#DE454C

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

Shades of Mandy #DE454C

Tints of Mandy #DE454C

Color information

#DE454C (or 0xDE454C) is unknown color: approx Mandy. HEX triplet: DE, 45 and 4C. RGB value is (222,69,76). Sum of RGB (Red+Green+Blue) = 222+69+76=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE454C is #21BAB3. Grayscale: #737373. Windows color (decimal): -2210484 or 4998622. OLE color: 4998622.

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

Color convert

RGB2226976-
CMYK00.690.660.13
HSL357.25º69.86%57.06%-
HSV(B)357.25º68.92%87.06%-
XYZ33.5620.318.99-
YUV115.54105.69203.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.49%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 76 (30.08% from 255) = 20.71%
R=60.49%
G=18.80%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222697600.690.660.13357.2569.8657.06
HexDE454C04542D1654639
Octal33610511401051021554510671
Binary110111101000101100110001000101100001011011011001011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE454C; }

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

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

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

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

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

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

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

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