#DC7475

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

Shades of Froly #DC7475

Tints of Froly #DC7475

Color information

#DC7475 (or 0xDC7475) is unknown color: approx Froly. HEX triplet: DC, 74 and 75. RGB value is (220,116,117). Sum of RGB (Red+Green+Blue) = 220+116+117=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7475 is #238B8A. Grayscale: #939393. Windows color (decimal): -2329483 or 7697628. OLE color: 7697628.

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

Color convert

RGB220116117-
CMYK00.470.470.14
HSL359.42º59.77%65.88%-
HSV(B)359.42º47.27%86.27%-
XYZ38.9728.9920.37-
YUV147.21110.96179.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=48.57%
G=25.61%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011611700.470.470.14359.4259.7765.88
HexDC747502F2FE1673c42
Octal334164165057571654774102
Binary1101110011101001110101010111110111111101011001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7475; }

 p { color: rgb(220,116,117); }

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

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

 a { background-color: rgb(220,116,117); }

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

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

 span { border-color: rgb(220,116,117); }

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