#DF7E7F

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

Shades of Froly #DF7E7F

Tints of Froly #DF7E7F

Color information

#DF7E7F (or 0xDF7E7F) is unknown color: approx Froly. HEX triplet: DF, 7E and 7F. RGB value is (223,126,127). Sum of RGB (Red+Green+Blue) = 223+126+127=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E7F is #208180. Grayscale: #9B9B9B. Windows color (decimal): -2130305 or 8355551. OLE color: 8355551.

HSL color Cylindrical-coordinate representation of color #DF7E7F: hue angle of 359.38º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7E7F is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223126127-
CMYK00.430.430.13
HSL359.38º60.25%68.43%-
HSV(B)359.38º43.5%87.45%-
XYZ41.7232.1424.08-
YUV155.12112.14176.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.85%
GREEN value IS 126 (49.61% from 255) = 26.47%
BLUE value IS 127 (50% from 255) = 26.68%
R=46.85%
G=26.47%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312612700.430.430.13359.3860.2568.43
HexDF7E7F02B2BD1673c44
Octal337176177053531554774104
Binary1101111111111101111111010101110101111011011001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7E7F; }

 p { color: rgb(223,126,127); }

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

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

 a { background-color: rgb(223,126,127); }

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

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

 span { border-color: rgb(223,126,127); }

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