#DC4749

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

Shades of Mandy #DC4749

Tints of Mandy #DC4749

Color information

#DC4749 (or 0xDC4749) is unknown color: approx Mandy. HEX triplet: DC, 47 and 49. RGB value is (220,71,73). Sum of RGB (Red+Green+Blue) = 220+71+73=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4749 is #23B8B6. Grayscale: #737373. Windows color (decimal): -2341047 or 4802524. OLE color: 4802524.

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

Color convert

RGB2207173-
CMYK00.680.670.14
HSL359.19º68.04%57.06%-
HSV(B)359.19º67.73%86.27%-
XYZ32.9720.28.47-
YUV115.78103.86202.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.44%
GREEN value IS 71 (28.12% from 255) = 19.51%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=60.44%
G=19.51%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220717300.680.670.14359.1968.0457.06
HexDC474904443E1674439
Octal33410711101041031654710471
Binary110111001000111100100101000100100001111101011001111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4749; }

 p { color: rgb(220,71,73); }

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

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

 a { background-color: rgb(220,71,73); }

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

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

 span { border-color: rgb(220,71,73); }

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