#D56E79

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

Shades of Froly #D56E79

Tints of Froly #D56E79

Color information

#D56E79 (or 0xD56E79) is unknown color: approx Froly. HEX triplet: D5, 6E and 79. RGB value is (213,110,121). Sum of RGB (Red+Green+Blue) = 213+110+121=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E79 is #2A9186. Grayscale: #8E8E8E. Windows color (decimal): -2789767 or 7958229. OLE color: 7958229.

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

Color convert

RGB213110121-
CMYK00.480.430.16
HSL353.59º55.08%63.33%-
HSV(B)353.59º48.36%83.53%-
XYZ36.4726.6821.32-
YUV142.05116.12178.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 110 (43.36% from 255) = 24.77%
BLUE value IS 121 (47.66% from 255) = 27.25%
R=47.97%
G=24.77%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311012100.480.430.16353.5955.0863.33
HexD56E790302B10162373f
Octal32515617106053205426777
Binary1101010111011101111001011000010101110000101100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E79; }

 p { color: rgb(213,110,121); }

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

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

 a { background-color: rgb(213,110,121); }

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

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

 span { border-color: rgb(213,110,121); }

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