#D87172

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

Shades of Froly #D87172

Tints of Froly #D87172

Color information

#D87172 (or 0xD87172) is unknown color: approx Froly. HEX triplet: D8, 71 and 72. RGB value is (216,113,114). Sum of RGB (Red+Green+Blue) = 216+113+114=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D87172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87172 is #278E8D. Grayscale: #909090. Windows color (decimal): -2592398 or 7500248. OLE color: 7500248.

HSL color Cylindrical-coordinate representation of color #D87172: hue angle of 359.42º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D87172 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB216113114-
CMYK00.480.470.15
HSL359.42º56.91%64.51%-
HSV(B)359.42º47.69%84.71%-
XYZ37.2627.6219.29-
YUV143.91111.12179.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.76%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=48.76%
G=25.51%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611311400.480.470.15359.4256.9164.51
HexD871720302FF1673941
Octal330161162060571754771101
Binary1101100011100011110010011000010111111111011001111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87172; }

 p { color: rgb(216,113,114); }

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

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

 a { background-color: rgb(216,113,114); }

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

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

 span { border-color: rgb(216,113,114); }

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