#DC4D54

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

Shades of Mandy #DC4D54

Tints of Mandy #DC4D54

Color information

#DC4D54 (or 0xDC4D54) is unknown color: approx Mandy. HEX triplet: DC, 4D and 54. RGB value is (220,77,84). Sum of RGB (Red+Green+Blue) = 220+77+84=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D54 is #23B2AB. Grayscale: #787878. Windows color (decimal): -2339500 or 5524956. OLE color: 5524956.

HSL color Cylindrical-coordinate representation of color #DC4D54: hue angle of 357.06º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4D54 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB2207784-
CMYK00.650.620.14
HSL357.06º67.14%58.24%-
HSV(B)357.06º65%86.27%-
XYZ33.7721.1610.69-
YUV120.56107.38198.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.74%
GREEN value IS 77 (30.47% from 255) = 20.21%
BLUE value IS 84 (33.20% from 255) = 22.05%
R=57.74%
G=20.21%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220778400.650.620.14357.0667.1458.24
HexDC4D540413EE165433a
Octal3341151240101761654510372
Binary11011100100110110101000100000111111011101011001011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4D54; }

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

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

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

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

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

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

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

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