#D87D7F

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

Shades of Froly #D87D7F

Tints of Froly #D87D7F

Color information

#D87D7F (or 0xD87D7F) is unknown color: approx Froly. HEX triplet: D8, 7D and 7F. RGB value is (216,125,127). Sum of RGB (Red+Green+Blue) = 216+125+127=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D7F is #278280. Grayscale: #989898. Windows color (decimal): -2589313 or 8355288. OLE color: 8355288.

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

Color convert

RGB216125127-
CMYK00.420.410.15
HSL358.68º53.85%66.86%-
HSV(B)358.68º42.13%84.71%-
XYZ39.4830.823.94-
YUV152.44113.65173.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 127 (50% from 255) = 27.14%
R=46.15%
G=26.71%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612512700.420.410.15358.6853.8566.86
HexD87D7F02A29F1673643
Octal330175177052511754766103
Binary1101100011111011111111010101010100111111011001111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87D7F; }

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

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

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

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

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

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

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

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