#DF757D

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

Shades of Froly #DF757D

Tints of Froly #DF757D

Color information

#DF757D (or 0xDF757D) is unknown color: approx Froly. HEX triplet: DF, 75 and 7D. RGB value is (223,117,125). Sum of RGB (Red+Green+Blue) = 223+117+125=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF757D is #208A82. Grayscale: #959595. Windows color (decimal): -2132611 or 8222175. OLE color: 8222175.

HSL color Cylindrical-coordinate representation of color #DF757D: hue angle of 355.47º 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 #DF757D is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB223117125-
CMYK00.480.440.13
HSL355.47º62.35%66.67%-
HSV(B)355.47º47.53%87.45%-
XYZ40.4929.8923.04-
YUV149.61114.12180.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.96%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=47.96%
G=25.16%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311712500.480.440.13355.4762.3566.67
HexDF757D0302CD1633e43
Octal337165175060541554376103
Binary1101111111101011111101011000010110011011011000111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF757D; }

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

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

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

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

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

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

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

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