#DF7F83

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

Shades of Froly #DF7F83

Tints of Froly #DF7F83

Color information

#DF7F83 (or 0xDF7F83) is unknown color: approx Froly. HEX triplet: DF, 7F and 83. RGB value is (223,127,131). Sum of RGB (Red+Green+Blue) = 223+127+131=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F83 is #20807C. Grayscale: #9C9C9C. Windows color (decimal): -2130045 or 8617951. OLE color: 8617951.

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

Color convert

RGB223127131-
CMYK00.430.410.13
HSL357.5º60%68.63%-
HSV(B)357.5º43.05%87.45%-
XYZ42.1232.5125.53-
YUV156.16113.8175.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.36%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 131 (51.56% from 255) = 27.23%
R=46.36%
G=26.40%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312713100.430.410.13357.56068.63
HexDF7F8302B29D1663c45
Octal337177203053511554674105
Binary11011111111111110000011010101110100111011011001101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7F83; }

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

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

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

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

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

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

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

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