#D44D5E

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

Shades of Mandy #D44D5E

Tints of Mandy #D44D5E

Color information

#D44D5E (or 0xD44D5E) is unknown color: approx Mandy. HEX triplet: D4, 4D and 5E. RGB value is (212,77,94). Sum of RGB (Red+Green+Blue) = 212+77+94=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D5E is #2BB2A1. Grayscale: #777777. Windows color (decimal): -2863778 or 6180308. OLE color: 6180308.

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

Color convert

RGB2127794-
CMYK00.640.560.17
HSL352.44º61.09%56.67%-
HSV(B)352.44º63.68%83.14%-
XYZ31.8320.1112.79-
YUV119.3113.73194.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.35%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=55.35%
G=20.10%
B=24.54%

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
Decimal212779400.640.560.17352.4461.0956.67
HexD44D5E04038111603d39
Octal324115136010070215407571
Binary11010100100110110111100100000011100010001101100000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44D5E; }

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

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

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

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

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

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

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

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