#DF7E81

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

Shades of Froly #DF7E81

Tints of Froly #DF7E81

Color information

#DF7E81 (or 0xDF7E81) is unknown color: approx Froly. HEX triplet: DF, 7E and 81. RGB value is (223,126,129). Sum of RGB (Red+Green+Blue) = 223+126+129=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E81 is #20817E. Grayscale: #9B9B9B. Windows color (decimal): -2130303 or 8486623. OLE color: 8486623.

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

Color convert

RGB223126129-
CMYK00.430.420.13
HSL358.14º60.25%68.43%-
HSV(B)358.14º43.5%87.45%-
XYZ41.8532.1924.78-
YUV155.34113.14176.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.65%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=46.65%
G=26.36%
B=26.99%

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
Decimal22312612900.430.420.13358.1460.2568.43
HexDF7E8102B2AD1663c44
Octal337176201053521554674104
Binary11011111111111010000001010101110101011011011001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7E81; }

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

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

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

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

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

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

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

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