#D87C80

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

Shades of Froly #D87C80

Tints of Froly #D87C80

Color information

#D87C80 (or 0xD87C80) is unknown color: approx Froly. HEX triplet: D8, 7C and 80. RGB value is (216,124,128). Sum of RGB (Red+Green+Blue) = 216+124+128=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C80 is #27837F. Grayscale: #989898. Windows color (decimal): -2589568 or 8420568. OLE color: 8420568.

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

Color convert

RGB216124128-
CMYK00.430.410.15
HSL357.39º54.12%66.67%-
HSV(B)357.39º42.59%84.71%-
XYZ39.4230.5724.25-
YUV151.96114.48173.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=46.15%
G=26.50%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612412800.430.410.15357.3954.1266.67
HexD87C8002B29F1653643
Octal330174200053511754566103
Binary11011000111110010000000010101110100111111011001011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87C80; }

 p { color: rgb(216,124,128); }

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

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

 a { background-color: rgb(216,124,128); }

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

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

 span { border-color: rgb(216,124,128); }

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