#D44D5D

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

Shades of Mandy #D44D5D

Tints of Mandy #D44D5D

Color information

#D44D5D (or 0xD44D5D) is unknown color: approx Mandy. HEX triplet: D4, 4D and 5D. RGB value is (212,77,93). Sum of RGB (Red+Green+Blue) = 212+77+93=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D5D is #2BB2A2. Grayscale: #777777. Windows color (decimal): -2863779 or 6114772. OLE color: 6114772.

HSL color Cylindrical-coordinate representation of color #D44D5D: hue angle of 352.89º 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 #D44D5D is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB2127793-
CMYK00.640.560.17
HSL352.89º61.09%56.67%-
HSV(B)352.89º63.68%83.14%-
XYZ31.7820.112.56-
YUV119.19113.23194.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.50%
GREEN value IS 77 (30.47% from 255) = 20.16%
BLUE value IS 93 (36.72% from 255) = 24.35%
R=55.50%
G=20.16%
B=24.35%

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
Decimal212779300.640.560.17352.8961.0956.67
HexD44D5D04038111613d39
Octal324115135010070215417571
Binary11010100100110110111010100000011100010001101100001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44D5D; }

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

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

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

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

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

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

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

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