#dc494e

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

Shades of Mandy #DC494E

Tints of Mandy #DC494E

Color information

#DC494E (or 0xDC494E) is unknown color: approx Mandy. HEX triplet: DC, 49 and 4E. RGB value is (220,73,78). Sum of RGB (Red+Green+Blue) = 220+73+78=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC494E is #23B6B1. Grayscale: #757575. Windows color (decimal): -2340530 or 5130716. OLE color: 5130716.

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

Color convert

RGB2207378-
CMYK00.670.650.14
HSL357.96º67.74%57.45%-
HSV(B)357.96º66.82%86.27%-
XYZ33.2720.539.42-
YUV117.52105.7201.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.30%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 78 (30.86% from 255) = 21.02%
R=59.30%
G=19.68%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220737800.670.650.14357.9667.7457.45
HexDC494E04341E1664439
Octal33411111601031011654610471
Binary110111001001001100111001000011100000111101011001101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc494e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc494e; }

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

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

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

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

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

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

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

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