#DF787F

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

Shades of Froly #DF787F

Tints of Froly #DF787F

Color information

#DF787F (or 0xDF787F) is unknown color: approx Froly. HEX triplet: DF, 78 and 7F. RGB value is (223,120,127). Sum of RGB (Red+Green+Blue) = 223+120+127=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF787F is #208780. Grayscale: #979797. Windows color (decimal): -2131841 or 8354015. OLE color: 8354015.

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

Color convert

RGB223120127-
CMYK00.460.430.13
HSL355.92º61.68%67.25%-
HSV(B)355.92º46.19%87.45%-
XYZ40.9830.6523.84-
YUV151.6114.12178.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.45%
GREEN value IS 120 (47.27% from 255) = 25.53%
BLUE value IS 127 (50% from 255) = 27.02%
R=47.45%
G=25.53%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312012700.460.430.13355.9261.6867.25
HexDF787F02E2BD1643e43
Octal337170177056531554476103
Binary1101111111110001111111010111010101111011011001001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF787F; }

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

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

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

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

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

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

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

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