#DC495C

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

Shades of Mandy #DC495C

Tints of Mandy #DC495C

Color information

#DC495C (or 0xDC495C) is unknown color: approx Mandy. HEX triplet: DC, 49 and 5C. RGB value is (220,73,92). Sum of RGB (Red+Green+Blue) = 220+73+92=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC495C is #23B6A3. Grayscale: #777777. Windows color (decimal): -2340516 or 6048220. OLE color: 6048220.

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

Color convert

RGB2207392-
CMYK00.670.580.14
HSL352.24º67.74%57.45%-
HSV(B)352.24º66.82%86.27%-
XYZ33.8320.7512.35-
YUV119.12112.7199.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.14%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=57.14%
G=18.96%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220739200.670.580.14352.2467.7457.45
HexDC495C0433AE1604439
Octal3341111340103721654010471
Binary11011100100100110111000100001111101011101011000001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC495C; }

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

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

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

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

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

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

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

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