#D44D54

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

Shades of Mandy #D44D54

Tints of Mandy #D44D54

Color information

#D44D54 (or 0xD44D54) is unknown color: approx Mandy. HEX triplet: D4, 4D and 54. RGB value is (212,77,84). Sum of RGB (Red+Green+Blue) = 212+77+84=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D54 is #2BB2AB. Grayscale: #767676. Windows color (decimal): -2863788 or 5524948. OLE color: 5524948.

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

Color convert

RGB2127784-
CMYK00.640.600.17
HSL356.89º61.09%56.67%-
HSV(B)356.89º63.68%83.14%-
XYZ31.4119.9410.58-
YUV118.16108.73194.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.84%
GREEN value IS 77 (30.47% from 255) = 20.64%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=56.84%
G=20.64%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212778400.640.600.17356.8961.0956.67
HexD44D540403C111653d39
Octal324115124010074215457571
Binary11010100100110110101000100000011110010001101100101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44D54; }

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

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

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

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

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

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

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

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