#D47C7E

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

Shades of Froly #D47C7E

Tints of Froly #D47C7E

Color information

#D47C7E (or 0xD47C7E) is unknown color: approx Froly. HEX triplet: D4, 7C and 7E. RGB value is (212,124,126). Sum of RGB (Red+Green+Blue) = 212+124+126=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C7E is #2B8381. Grayscale: #969696. Windows color (decimal): -2851714 or 8289492. OLE color: 8289492.

HSL color Cylindrical-coordinate representation of color #D47C7E: hue angle of 358.64º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47C7E is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB212124126-
CMYK00.420.410.17
HSL358.64º50.57%65.88%-
HSV(B)358.64º41.51%83.14%-
XYZ38.1229.9223.5-
YUV150.54114.15171.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.89%
GREEN value IS 124 (48.83% from 255) = 26.84%
BLUE value IS 126 (49.61% from 255) = 27.27%
R=45.89%
G=26.84%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212412600.420.410.17358.6450.5765.88
HexD47C7E02A29111673342
Octal324174176052512154763102
Binary11010100111110011111100101010101001100011011001111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47C7E; }

 p { color: rgb(212,124,126); }

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

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

 a { background-color: rgb(212,124,126); }

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

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

 span { border-color: rgb(212,124,126); }

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