#D47274

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

Shades of Froly #D47274

Tints of Froly #D47274

Color information

#D47274 (or 0xD47274) is unknown color: approx Froly. HEX triplet: D4, 72 and 74. RGB value is (212,114,116). Sum of RGB (Red+Green+Blue) = 212+114+116=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D47274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47274 is #2B8D8B. Grayscale: #8F8F8F. Windows color (decimal): -2854284 or 7631572. OLE color: 7631572.

HSL color Cylindrical-coordinate representation of color #D47274: hue angle of 358.78º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47274 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212114116-
CMYK00.460.450.17
HSL358.78º53.26%63.92%-
HSV(B)358.78º46.23%83.14%-
XYZ36.3227.2919.88-
YUV143.53112.47176.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.96%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=47.96%
G=25.79%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211411600.460.450.17358.7853.2663.92
HexD4727402E2D111673540
Octal324162164056552154765100
Binary11010100111001011101000101110101101100011011001111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47274; }

 p { color: rgb(212,114,116); }

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

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

 a { background-color: rgb(212,114,116); }

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

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

 span { border-color: rgb(212,114,116); }

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