#DC657C

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

Shades of Froly #DC657C

Tints of Froly #DC657C

Color information

#DC657C (or 0xDC657C) is unknown color: approx Froly. HEX triplet: DC, 65 and 7C. RGB value is (220,101,124). Sum of RGB (Red+Green+Blue) = 220+101+124=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC657C is #239A83. Grayscale: #8B8B8B. Windows color (decimal): -2333316 or 8152540. OLE color: 8152540.

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

Color convert

RGB220101124-
CMYK00.540.440.14
HSL348.4º62.96%62.94%-
HSV(B)348.4º54.09%86.27%-
XYZ37.8125.9822.09-
YUV139.2119.42185.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 124 (48.83% from 255) = 27.87%
R=49.44%
G=22.70%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010112400.540.440.14348.462.9662.94
HexDC657C0362CE15c3f3f
Octal33414517406654165347777
Binary110111001100101111110001101101011001110101011100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC657C; }

 p { color: rgb(220,101,124); }

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

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

 a { background-color: rgb(220,101,124); }

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

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

 span { border-color: rgb(220,101,124); }

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