#D86D78

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

Shades of Froly #D86D78

Tints of Froly #D86D78

Color information

#D86D78 (or 0xD86D78) is unknown color: approx Froly. HEX triplet: D8, 6D and 78. RGB value is (216,109,120). Sum of RGB (Red+Green+Blue) = 216+109+120=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D78 is #279287. Grayscale: #8E8E8E. Windows color (decimal): -2593416 or 7892440. OLE color: 7892440.

HSL color Cylindrical-coordinate representation of color #D86D78: hue angle of 353.83º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86D78 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB216109120-
CMYK00.500.440.15
HSL353.83º57.84%63.73%-
HSV(B)353.83º49.54%84.71%-
XYZ37.1826.8921-
YUV142.25115.45180.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.54%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 120 (47.27% from 255) = 26.97%
R=48.54%
G=24.49%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610912000.500.440.15353.8357.8463.73
HexD86D780322CF1623a40
Octal330155170062541754272100
Binary1101100011011011111000011001010110011111011000101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86D78; }

 p { color: rgb(216,109,120); }

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

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

 a { background-color: rgb(216,109,120); }

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

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

 span { border-color: rgb(216,109,120); }

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