#D8767F

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

Shades of Froly #D8767F

Tints of Froly #D8767F

Color information

#D8767F (or 0xD8767F) is unknown color: approx Froly. HEX triplet: D8, 76 and 7F. RGB value is (216,118,127). Sum of RGB (Red+Green+Blue) = 216+118+127=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8767F is #278980. Grayscale: #949494. Windows color (decimal): -2591105 or 8353496. OLE color: 8353496.

HSL color Cylindrical-coordinate representation of color #D8767F: hue angle of 354.49º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8767F is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB216118127-
CMYK00.450.410.15
HSL354.49º55.68%65.49%-
HSV(B)354.49º45.37%84.71%-
XYZ38.6329.0923.66-
YUV148.33115.97176.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 127 (50% from 255) = 27.55%
R=46.85%
G=25.60%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611812700.450.410.15354.4955.6865.49
HexD8767F02D29F1623841
Octal330166177055511754270101
Binary1101100011101101111111010110110100111111011000101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8767F; }

 p { color: rgb(216,118,127); }

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

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

 a { background-color: rgb(216,118,127); }

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

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

 span { border-color: rgb(216,118,127); }

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