#DF7F82

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

Shades of Froly #DF7F82

Tints of Froly #DF7F82

Color information

#DF7F82 (or 0xDF7F82) is unknown color: approx Froly. HEX triplet: DF, 7F and 82. RGB value is (223,127,130). Sum of RGB (Red+Green+Blue) = 223+127+130=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F82 is #20807D. Grayscale: #9C9C9C. Windows color (decimal): -2130046 or 8552415. OLE color: 8552415.

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

Color convert

RGB223127130-
CMYK00.430.420.13
HSL358.12º60%68.63%-
HSV(B)358.12º43.05%87.45%-
XYZ42.0532.4825.17-
YUV156.05113.3175.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.46%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=46.46%
G=26.46%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312713000.430.420.13358.126068.63
HexDF7F8202B2AD1663c45
Octal337177202053521554674105
Binary11011111111111110000010010101110101011011011001101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7F82; }

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

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

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

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

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

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

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

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