#d44e54

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

Shades of Mandy #D44E54

Tints of Mandy #D44E54

Color information

#D44E54 (or 0xD44E54) is unknown color: approx Mandy. HEX triplet: D4, 4E and 54. RGB value is (212,78,84). Sum of RGB (Red+Green+Blue) = 212+78+84=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44E54 is #2BB1AB. Grayscale: #767676. Windows color (decimal): -2863532 or 5525204. OLE color: 5525204.

HSL color Cylindrical-coordinate representation of color #D44E54: hue angle of 357.31º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44E54 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB2127884-
CMYK00.630.600.17
HSL357.31º60.91%56.86%-
HSV(B)357.31º63.21%83.14%-
XYZ31.4820.0910.61-
YUV118.75108.39194.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.68%
GREEN value IS 78 (30.86% from 255) = 20.86%
BLUE value IS 84 (33.20% from 255) = 22.46%
R=56.68%
G=20.86%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212788400.630.600.17357.3160.9156.86
HexD44E5403F3C111653d39
Octal32411612407774215457571
Binary1101010010011101010100011111111110010001101100101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d44e54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d44e54; }

 p { color: rgb(212,78,84); }

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

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

 a { background-color: rgb(212,78,84); }

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

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

 span { border-color: rgb(212,78,84); }

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