#D87A7D

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

Shades of Froly #D87A7D

Tints of Froly #D87A7D

Color information

#D87A7D (or 0xD87A7D) is unknown color: approx Froly. HEX triplet: D8, 7A and 7D. RGB value is (216,122,125). Sum of RGB (Red+Green+Blue) = 216+122+125=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A7D is #278582. Grayscale: #969696. Windows color (decimal): -2590083 or 8223448. OLE color: 8223448.

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

Color convert

RGB216122125-
CMYK00.440.420.15
HSL358.09º54.65%66.27%-
HSV(B)358.09º43.52%84.71%-
XYZ38.983023.14-
YUV150.45113.64174.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.65%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=46.65%
G=26.35%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612212500.440.420.15358.0954.6566.27
HexD87A7D02C2AF1663742
Octal330172175054521754667102
Binary1101100011110101111101010110010101011111011001101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87A7D; }

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

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

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

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

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

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

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

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