#D57076

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

Shades of Froly #D57076

Tints of Froly #D57076

Color information

#D57076 (or 0xD57076) is unknown color: approx Froly. HEX triplet: D5, 70 and 76. RGB value is (213,112,118). Sum of RGB (Red+Green+Blue) = 213+112+118=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D57076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57076 is #2A8F89. Grayscale: #8E8E8E. Windows color (decimal): -2789258 or 7762133. OLE color: 7762133.

HSL color Cylindrical-coordinate representation of color #D57076: hue angle of 356.44º 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 #D57076 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213112118-
CMYK00.470.450.16
HSL356.44º54.59%63.73%-
HSV(B)356.44º47.42%83.53%-
XYZ36.527.0420.44-
YUV142.88113.96178.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.08%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=48.08%
G=25.28%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311211800.470.450.16356.4454.5963.73
HexD5707602F2D101643740
Octal325160166057552054467100
Binary11010101111000011101100101111101101100001011001001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57076; }

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

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

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

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

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

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

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

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