#D57077

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

Shades of Froly #D57077

Tints of Froly #D57077

Color information

#D57077 (or 0xD57077) is unknown color: approx Froly. HEX triplet: D5, 70 and 77. RGB value is (213,112,119). Sum of RGB (Red+Green+Blue) = 213+112+119=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D57077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57077 is #2A8F88. Grayscale: #8F8F8F. Windows color (decimal): -2789257 or 7827669. OLE color: 7827669.

HSL color Cylindrical-coordinate representation of color #D57077: hue angle of 355.84º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57077 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB213112119-
CMYK00.470.440.16
HSL355.84º54.59%63.73%-
HSV(B)355.84º47.42%83.53%-
XYZ36.5627.0720.75-
YUV143114.46177.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=47.97%
G=25.23%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311211900.470.440.16355.8454.5963.73
HexD5707702F2C101643740
Octal325160167057542054467100
Binary11010101111000011101110101111101100100001011001001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57077; }

 p { color: rgb(213,112,119); }

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

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

 a { background-color: rgb(213,112,119); }

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

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

 span { border-color: rgb(213,112,119); }

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