#d44e5d

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

Shades of Mandy #D44E5D

Tints of Mandy #D44E5D

Color information

#D44E5D (or 0xD44E5D) is unknown color: approx Mandy. HEX triplet: D4, 4E and 5D. RGB value is (212,78,93). Sum of RGB (Red+Green+Blue) = 212+78+93=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44E5D is #2BB1A2. Grayscale: #777777. Windows color (decimal): -2863523 or 6115028. OLE color: 6115028.

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

Color convert

RGB2127893-
CMYK00.630.560.17
HSL353.28º60.91%56.86%-
HSV(B)353.28º63.21%83.14%-
XYZ31.8520.2412.58-
YUV119.78112.89193.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.35%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=55.35%
G=20.37%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212789300.630.560.17353.2860.9156.86
HexD44E5D03F38111613d39
Octal32411613507770215417571
Binary1101010010011101011101011111111100010001101100001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d44e5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d44e5d; }

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

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

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

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

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

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

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

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