#D4677A

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

Shades of Froly #D4677A

Tints of Froly #D4677A

Color information

#D4677A (or 0xD4677A) is unknown color: approx Froly. HEX triplet: D4, 67 and 7A. RGB value is (212,103,122). Sum of RGB (Red+Green+Blue) = 212+103+122=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4677A is #2B9885. Grayscale: #898989. Windows color (decimal): -2857094 or 8021972. OLE color: 8021972.

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

Color convert

RGB212103122-
CMYK00.510.420.17
HSL349.54º55.9%61.76%-
HSV(B)349.54º51.42%83.14%-
XYZ35.5125.121.39-
YUV137.76119.11180.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.51%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=48.51%
G=23.57%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210312200.510.420.17349.5455.961.76
HexD4677A0332A1115e383e
Octal32414717206352215367076
Binary1101010011001111111010011001110101010001101011110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4677A; }

 p { color: rgb(212,103,122); }

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

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

 a { background-color: rgb(212,103,122); }

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

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

 span { border-color: rgb(212,103,122); }

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