#D87379

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

Shades of Froly #D87379

Tints of Froly #D87379

Color information

#D87379 (or 0xD87379) is unknown color: approx Froly. HEX triplet: D8, 73 and 79. RGB value is (216,115,121). Sum of RGB (Red+Green+Blue) = 216+115+121=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D87379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87379 is #278C86. Grayscale: #919191. Windows color (decimal): -2591879 or 7959512. OLE color: 7959512.

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

Color convert

RGB216115121-
CMYK00.470.440.15
HSL356.44º56.42%64.9%-
HSV(B)356.44º46.76%84.71%-
XYZ37.928.2421.54-
YUV145.88113.96178.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.79%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=47.79%
G=25.44%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611512100.470.440.15356.4456.4264.9
HexD8737902F2CF1643841
Octal330163171057541754470101
Binary1101100011100111111001010111110110011111011001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87379; }

 p { color: rgb(216,115,121); }

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

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

 a { background-color: rgb(216,115,121); }

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

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

 span { border-color: rgb(216,115,121); }

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