#D44D58

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

Shades of Mandy #D44D58

Tints of Mandy #D44D58

Color information

#D44D58 (or 0xD44D58) is unknown color: approx Mandy. HEX triplet: D4, 4D and 58. RGB value is (212,77,88). Sum of RGB (Red+Green+Blue) = 212+77+88=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D58 is #2BB2A7. Grayscale: #767676. Windows color (decimal): -2863784 or 5787092. OLE color: 5787092.

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

Color convert

RGB2127788-
CMYK00.640.580.17
HSL355.11º61.09%56.67%-
HSV(B)355.11º63.68%83.14%-
XYZ31.5720.0111.43-
YUV118.62110.73194.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.23%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=56.23%
G=20.42%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212778800.640.580.17355.1161.0956.67
HexD44D580403A111633d39
Octal324115130010072215437571
Binary11010100100110110110000100000011101010001101100011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44D58; }

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

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

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

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

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

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

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

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