#D87D80

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

Shades of Froly #D87D80

Tints of Froly #D87D80

Color information

#D87D80 (or 0xD87D80) is unknown color: approx Froly. HEX triplet: D8, 7D and 80. RGB value is (216,125,128). Sum of RGB (Red+Green+Blue) = 216+125+128=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D80 is #27827F. Grayscale: #989898. Windows color (decimal): -2589312 or 8420824. OLE color: 8420824.

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

Color convert

RGB216125128-
CMYK00.420.410.15
HSL358.02º53.85%66.86%-
HSV(B)358.02º42.13%84.71%-
XYZ39.5530.8224.29-
YUV152.55114.15173.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.06%
GREEN value IS 125 (49.22% from 255) = 26.65%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=46.06%
G=26.65%
B=27.29%

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
Decimal21612512800.420.410.15358.0253.8566.86
HexD87D8002A29F1663643
Octal330175200052511754666103
Binary11011000111110110000000010101010100111111011001101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87D80; }

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

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

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

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

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

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

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

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