#D44C5E

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

Shades of Mandy #D44C5E

Tints of Mandy #D44C5E

Color information

#D44C5E (or 0xD44C5E) is unknown color: approx Mandy. HEX triplet: D4, 4C and 5E. RGB value is (212,76,94). Sum of RGB (Red+Green+Blue) = 212+76+94=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44C5E is #2BB3A1. Grayscale: #767676. Windows color (decimal): -2864034 or 6180052. OLE color: 6180052.

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

Color convert

RGB2127694-
CMYK00.640.560.17
HSL352.06º61.26%56.47%-
HSV(B)352.06º64.15%83.14%-
XYZ31.7619.9712.77-
YUV118.72114.06194.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.50%
GREEN value IS 76 (30.08% from 255) = 19.90%
BLUE value IS 94 (37.11% from 255) = 24.61%
R=55.50%
G=19.90%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212769400.640.560.17352.0661.2656.47
HexD44C5E04038111603d38
Octal324114136010070215407570
Binary11010100100110010111100100000011100010001101100000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44C5E; }

 p { color: rgb(212,76,94); }

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

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

 a { background-color: rgb(212,76,94); }

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

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

 span { border-color: rgb(212,76,94); }

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