#DF757F

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

Shades of Froly #DF757F

Tints of Froly #DF757F

Color information

#DF757F (or 0xDF757F) is unknown color: approx Froly. HEX triplet: DF, 75 and 7F. RGB value is (223,117,127). Sum of RGB (Red+Green+Blue) = 223+117+127=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF757F is #208A80. Grayscale: #959595. Windows color (decimal): -2132609 or 8353247. OLE color: 8353247.

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

Color convert

RGB223117127-
CMYK00.480.430.13
HSL354.34º62.35%66.67%-
HSV(B)354.34º47.53%87.45%-
XYZ40.6229.9423.72-
YUV149.83115.12180.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.75%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 127 (50% from 255) = 27.19%
R=47.75%
G=25.05%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311712700.480.430.13354.3462.3566.67
HexDF757F0302BD1623e43
Octal337165177060531554276103
Binary1101111111101011111111011000010101111011011000101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF757F; }

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

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

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

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

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

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

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

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