#D44D53

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

Shades of Mandy #D44D53

Tints of Mandy #D44D53

Color information

#D44D53 (or 0xD44D53) is unknown color: approx Mandy. HEX triplet: D4, 4D and 53. RGB value is (212,77,83). Sum of RGB (Red+Green+Blue) = 212+77+83=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D53 is #2BB2AC. Grayscale: #767676. Windows color (decimal): -2863789 or 5459412. OLE color: 5459412.

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

Color convert

RGB2127783-
CMYK00.640.610.17
HSL357.33º61.09%56.67%-
HSV(B)357.33º63.68%83.14%-
XYZ31.3719.9310.38-
YUV118.05108.23195.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.99%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=56.99%
G=20.70%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212778300.640.610.17357.3361.0956.67
HexD44D530403D111653d39
Octal324115123010075215457571
Binary11010100100110110100110100000011110110001101100101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44D53; }

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

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

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

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

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

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

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

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