#D87D7E

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

Shades of Froly #D87D7E

Tints of Froly #D87D7E

Color information

#D87D7E (or 0xD87D7E) is unknown color: approx Froly. HEX triplet: D8, 7D and 7E. RGB value is (216,125,126). Sum of RGB (Red+Green+Blue) = 216+125+126=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D7E is #278281. Grayscale: #989898. Windows color (decimal): -2589314 or 8289752. OLE color: 8289752.

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

Color convert

RGB216125126-
CMYK00.420.420.15
HSL359.34º53.85%66.86%-
HSV(B)359.34º42.13%84.71%-
XYZ39.4230.7723.6-
YUV152.32113.15173.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=46.25%
G=26.77%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612512600.420.420.15359.3453.8566.86
HexD87D7E02A2AF1673643
Octal330175176052521754766103
Binary1101100011111011111110010101010101011111011001111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87D7E; }

 p { color: rgb(216,125,126); }

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

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

 a { background-color: rgb(216,125,126); }

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

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

 span { border-color: rgb(216,125,126); }

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